body {
	font-family:Arial, Helvetica, sans-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:945px;
}

div.mainMenu {
	width:945px;
}

div.topHolder {
	width:945px;
	height:15px;
}

div.contentContainer {
	float:left;
	width:770px;
	background:url(/images/nof-column.gif) repeat-y;
}

div.left {
	float:left;
	width:155px;
}

div.content {
	float:right;
	width:580px;
}

div.right {
	float:right;
	width:150px;
}

div.footer {
	clear:both;
	width:945px;
}

h1 {
	font-size:17px;
	font-weight:bold;
	color:#013E81;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:-12px;
	color:#013E81;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:-12px;
	color:#98002B;
}

div.left h3 {
	font-size:12px;
	text-align:left;
	font-weight:bold;
	color:#98002B;
	margin:0px 15px;
	text-transform:uppercase;
}

h4 {
	font-size:14px;
	font-weight:bold;
	margin:10px 10px;
	color:#013E81;
}

p {
	font-size:13px;
	margin-left:0px;
	margin-right:0px;
	line-height:19px;
}

div.footer  p {
	font-size:10px;
	text-align:center;
	margin:0px;
}

div.left  p {
	color:#013E81;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	text-align:left;
	margin:1px 15px;
}

div.content ul li { margin-bottom:5px; font-size:13px; }
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; text-align:center; }
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; }

div.left a { display:block; }