body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;		/* for IE */
	margin:10px;
}

#ddiv { border:1px solid #000000; }

div.d_pageContainer {
	position:relative;
	margin:0px auto;			/* align for good browsers */
	text-align:left;		/* counter the body center */
	width:950px;
	background:url(nof.bg.middle.jpg) top center repeat-y;
	display:table;
}

div.d_headerTop {
	margin:0px;
	padding:0px;
	width:950px;
	height:27px;
	background:url(nof.bg.top.jpg) top center no-repeat;
}

div.d_headerMenu {
	margin:0px;
	width:900px;
	padding:0px 0px 0px 50px;
}

div.d_contentLeft { width:360px; padding-left:40px; float:left; }

div.d_contentRight { width:505px; padding-right:40px; float:right; }

div.d_footer {
	margin:0px;
	padding:0px;
	width:950px;
	height:27px;
	background:url(nof.bg.bottom.jpg) top center no-repeat;
	float:none;
	clear:both;
}

p, h1, h2, table {
	font-size:12px;
	line-height:17px;
	margin:15px 15px 15px 20px;
	text-align:justify;
}

h1 {
	font-size:14px;
	font-weight:bold;
	color:#98002B;
	text-align:left;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:-10px;
	color:#013E81;
	text-align:left;
}

h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:-16px;
	color:#013E81;
	text-align:left;
}

ul { font-size:12px; }
li { margin-left:15px; margin-bottom:10px; margin-right:15px; }
blockquote { margin-left:15px; }

table { width:450px; }
td { vertical-align:top; }
td p { margin:0px; text-align:left; }
td h1 { margin:0px; text-align:right; }
td h2 { margin:0px 10px 0px 0px; text-align:right; }

table.bf { width:450px; border:1px solid #000000; border-collapse:collapse; }
table.bf td { border:1px solid #000000; }
table.bf td h2, table.bf td p { margin:5px 10px; text-align:left; }

table.menu { width:850px; height:105px; margin:0px; background:url(nof.masthead.jpg) top center no-repeat; }
table.menu p { margin:7px 0px 0px 10px; font-size:11px; }
table.menu p a { text-transform:uppercase; }

img { border:0px none; }

.red { color:#98002B; font-weight:bold; }
.blue {color:#013E81; }
.cap { margin-top:-15px; font-style:italic; }

a , a:visited, a:link { font-weight:bold; color:#013E81; text-decoration:none; }
a:hover { color:#98002B; text-decoration:underline; }

