#masthead {
	background-image:url('/img/headerBG.jpg');
	background-repeat:no-repeat;
	height:137px;
	width:738px;
	position:relative;
}
#subnav {
	height:35px;
	background-image:url('/img/subNavBG.jpg');
	background-repeat:repeat-x;
	position:absolute;
	top:150px;
	left:0px;
	z-index:100;
	width:738px;
}
.test {border:1px solid #ff00ff;}
#mainNav {
	top:125px;
	left:0px;
	z-index:101;
	position:absolute;
	height:44px;
	width:738px;
}
ul {
	display:block;
	/*margin-left:10px;*/
}
#mainBG {
	background-image:url('/img/bodyBG.jpg');
	background-repeat:no-repeat;
	background-position:top;
	width:738px;
	background-color:#ffffff;
	line-height:17px;
	position:relative;
}
a.mnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#e6faff;
	text-decoration:none;
}
a.mnav:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
a.mnav:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
body {
	margin:0px 0px 0px 0px;
	background-color:#a5acaf;
	color:#000000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
b {
	color:#069;
}
a.bold {
	color:#069;
	font-weight:bold;
	text-decoration:none;
}
a.bold:visited {
	color:#069;
	text-decoration:none;
	font-weight:bold;
}
img {
	border: 0px;
	border-style: none;
	behavior: url(/inc/css/pngEnable.htc)
}
