body {
	margin:0px;
	background-color:#B4B4B4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:15px;
	color:#323232;
}

a {
	color:#005DAD;
	text-decoration:none;
}

a:hover {
	color:black;
}

#page {
	position:absolute;
	left:50%;
	width:990px;
	margin-left:-495px;
	background-image:url(layoutimages/bg.gif);
	background-repeat:repeat-y;
}
	
#headnav {
	position:absolute;
	left:374px;
	top:70px;
	width:600px;
	text-align:right;
}

#nav {
	position:absolute;
	left:10px;
	top:168px;
	width:204px;
}

#note {
	position:absolute;
	left:806px;
	top:168px;
	width:174px;
}

#title {
	position:absolute;
	left:215px;
	top:142px;
}

#titletext {
	padding:6px 0px 0px 15px;
}

#content {
	width:590px;
	margin-left:215px;
}

#footer {
	width:990px;
	height:72px;
	background-image:url(layoutimages/footer.gif); 
	background-repeat:no-repeat;
	background-color:#B4B4B4;
}

#topofpage {
	height:23px;
	padding:3px 0px 0px 230px;
}

#copyright {
	width:965px;
	padding:5px 0px 0px 0px;
	text-align:right;
	color:#7D7D7D;
}

.navtitle {
	display: block;
	padding:5px 10px 5px 0px;
	background-image:url(layoutimages/navtitlebg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:right;
	font-weight:bold;
	color:white;
}

.navitem {
	display: block;
	padding:3px 10px 4px 0px;
	background-image:url(layoutimages/dottedline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:right;
	text-decoration:none;
	color:#323232;
}

.navitem:hover {
	background-color:#DCDCDC;
	color:#005DAD;
}

.navitemactiv {
	display: block;
	padding:3px 10px 4px 0px;
	background-image:url(layoutimages/dottedline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:white;
	text-align:right;
	text-decoration:none;
	color:#323232;
}

.navspace {
	border-bottom:solid 1px #B4B4B4;
	padding:3px 0px 4px 6px;
}

.subnav {
	color:#005DAD;
	text-decoration:none;
}

.subnav:hover {
	color:black;
}

.topofpage {
	color:#323232;
	text-decoration:none;
}

.title {
	font-size:12px;
	font-weight:bold;
	color:#005DAD;
}

.dottedline {
	padding-top:5px;
	margin-bottom:18px;
	background-image:url(layoutimages/dottedline.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.formfield {
	width:200px;
}

#standard-range td {
	border-bottom: solid 1px #B4B4B4;
	padding:2px 30px 2px 0;
	vertical-align:top;
	height:28px;
}
	