page { size:auto; }

body {
	font-family:"Times New Roman", Times, serif;
	text-align:center;		/* for IE */
	margin:10px;
	background:#FFFFFF;
}

#ddiv {
	border:1px solid #000000
}

div.pageContainer {
	position:relative;
	margin:0 auto;			/* align for good browsers */
	text-align:left;		/* counter the body center */
	width:940px;
	z-index:1;
}

div.mainMenu {
	position:absolute;
	top:0px;
	left:0px;
	width:940px;
	z-index:5;
}

div.topHolder {
	width:940px;
	height:105px;
}

div.menuHead {
	width:940px;
	height:73px;
	overflow:hidden;
}

div.menuBar {
	width:940px;
	height:17px;
	display:none;
}

div.contentContainer {
	float:left;
	width:770px;
	z-index:2;
	background:none;
}

div.left {
	float:left;
	width:155px;
}

div.content {
	float:right;
	width:580px;
}

div.right {
	float:right;
	width:150px;
	z-index:3;
}

div.footer {
	clear:both;
	width:940px;
}

h1 {
	font-size:16pt;
	font-weight:bold;
	color:#013E81;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
}

h2 {
	font-size:14pt;
	font-weight:bold;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:-12px;
	color:#013E81;
}

h3 {
	font-size:14pt;
	font-weight:bold;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:-12px;
	color:#98002B;
}

div.left h3 {
	font-size:9pt;
	text-align:right;
	font-weight:bold;
	color:#98002B;
	margin:0px 15px;
}

h4 {
	font-size:14pt;
	font-weight:bold;
	margin:10px 10px;
	color:#013E81;
}

p {
	font-size:12pt;
	margin-left:0px;
	margin-right:0px;
	line-height:14pt;
}

div.footer  p {
	font-size:8pt;
	text-align:center;
	margin:0px;
	line-height:9.5pt;
}

div.left  p {
	color:#013E81;
	font-size:9pt;
	font-weight:bold;
	text-align:right;
	margin:0px 15px;
	line-height:10.5pt;
}

div.content ul li { margin-bottom:5px; font-size:12pt; }
body#bsm #sm li { list-style:none; }

table { width:575px; border:none; border-collapse:collapse; }
table th { border:none; background-color:#CCCCCC; }
table td h1, table td h2, table td h3, table td h4, table td p { margin:5px 10px; }

table.auif td p { margin:0px; }

table.b { width:575px; border:1px solid #000000; border-collapse:collapse; }
table.b th { border:1px solid #000000; background-color:#CCCCCC; }
table.b td { border:1px solid #000000; }

img { border:0px none; }
img.left { float:left; padding-right:20px; }
img.right { float:right; padding-left:20px; }

.tableSH { margin-bottom:12px; } /* fixes h2, h3 margin-bottom */

a , a:visited, a:link { color:#013E81; text-decoration:none; }
a:hover { color:#98002B; text-decoration:underline; }

