html, body {
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	background:url('') top left #FFF;
	font-family:Verdana;
}

#wrap {
	margin:0px auto;
	text-align:left;
	*width:expression(document.body.clientWidth < 1240 ? "1240px" : "auto");
	min-width:1240px;
	width:100%;
	clear:both;
	border:0px solid #FFF;
}

#header {
	position:relative;
	height:150px;
	background:url('/images/headerNT.jpg') no-repeat #E51837;
	*width:expression(document.body.clientWidth < 1240 ? "1240px" : "auto");
	font-family:Arial, Helvetica, Times New Roman;
	font-weight:bold;
}

#headerText {
	color:#fff;
	font-size:17px;
	position:absolute;
	top:117px;
	right:45px;
}

#menu_space {
	background:#538FC5;
	color:#000;
	font-size:10px;
	border:0px solid #FFF;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	padding:0px;
	*padding:5px;
}

#content {
	background:#FFF;
	min-height:300px;
	padding:10px;
	font-size:12px;
	*width:expression(document.body.clientWidth < 1240 ? "1240px" : "auto");
	min-width:1220px;
}

#footer {
	clear:both;
	height:20px;
	background:#538FC5;
	text-align:center;
	color:#FFF;
	font-size:11px;
}

#footer a {color:#FFF;}

a:hover {text-decoration:none;}

h3, h4 {color:#004387;border-bottom:1px solid #B00000;}
h1 {background:#538FC5;color:#FFF;margin-bottom:1px;}
h2 { background:#E51837;color:#FFF;padding:5px; }

#bPageColumn1 { display:inline;float:left;width:500px;margin-left:0px;font-size:14px;list-style-image: url(/images/bullet.gif) }
#bPageColumn2 { display:inline;float:left;width:720px;margin-left:0px;font-size:14px;list-style-image: url(/images/bullet.gif) }

