BODY {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#285d73;
	margin:0px;
}
FORM {
	margin:0px;
}
INPUT, SELECT {
	font-size:12px;
	border:1px solid #285d73;
}
TEXTAREA {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #285d73;	
}
a {
	color:#285d73;
	font-weight:bold;	
}
.question{
	color:#285d73;
	font-weight:bold;		
	cursor:pointer;
	text-decoration:underline;
}
.answer{
	display:none;	
}

#container {
	position:absolute;
	width:777px;
	left:50%;
	margin-left:-400px;
}
#headnav {
	background-image:url(images/headnavbg.gif);
	background-repeat:no-repeat;	
	width:777px;
	height:177px;
	margin-top:10px;
	margin-left: -1px;
}
.headnavinfo {
	font-size:10px;
	padding-left:300px;
	padding-top:20px;
	color:#fff;
	height:100px;
}
#navbar {
	background-image:url(images/navbarbg.gif);
	background-repeat:no-repeat;	
	width:777px;
	height:33px;
	margin-top:24px;
	color:#fff;	
	font-weight:bold;
	font-size:0.7em;	
	line-height:33px;
}
#homenavbar {
	background-image:url(images/navbarbg.gif);
	background-repeat:no-repeat;	
	width:777px;
	height:33px;
	margin-top:24px;
	color:#fff;	
	font-weight:bold;
	font-size:0.7em;	
	line-height:33px;
}
#homenavbar a{
	float:left;
	width:16%;
	text-align:center;
	text-decoration:none;
	background-color:transparent;
	color:#fff;	
	font-weight:bold;
}
a.submit {
	text-decoration:none;
	color:#fff;	
	font-weight:bold;
	border:1px solid #00b0eb;
	background-color:#006699;
	padding:0px 5px 1px 5px;	
}
#contentholder {
	background-color:#e6e6e6;
	border:1px solid #698586;
	width:764px;	
	float:left;	
	padding:15px 5px 10px 5px;
}

#content {
	width:457px;		
	float:left;
	margin:0px 1px 0px 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
   	width:439px;
	font-size:0.6em;
	padding:0px 10px 10px 10px;
}

#content h2 {
	background-color:#285d73;	
	font-weight:bold;
	margin:0px;
	font-size:1.3em;
	color:#fff;
	padding:10px 0px 10px 10px;
}

#content h2 a {
	margin:0px;
	font-size:1.0em;
	color:#fff;
	text-decoration:none;
}
#content h2 a:hover {
	text-decoration:underline;
}
#content h3 {
	background-color:#006699;
	font-weight:bold;
	margin:0px 0px 0px;
	font-size:1.0em;
	color:#fff;
	padding:5px 5px 5px 5px;
}
#content .txtbox {
	border:1px solid #285d73;
	padding:10px;
}

.sidenav {
	border:1px solid #006699;
	width:145px;
	float:left;
	color:#fff;			
}
.sidenav h1 {
	border:1px solid #006699;
	background-color:#285d73;	
	margin:0px;
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
	padding:2px 0px 2px 0px;
}
.sidenav h2 {
	border:1px solid #00b0eb;
	background-color:#006699;	
	margin:0px;
	font-size:0.6em;
	font-weight:bold;
	text-align:center;
	padding:2px 0px 2px 0px;
}
.sidenav div {
	border:1px solid #00b0eb;
	background-color:#e6e6e6;
	color:#006699;	
	margin:0px;
	font-size:0.8em;
	font-weight:bold;	
	text-align:center;
	width:143px;
	padding:3px 0px 3px 0px;
}
.sidenav a {
	color:#006699;	
	font-size:0.8em;
	font-weight:bold;	
	text-align:center;
}
.sidenav a:hover {
	color:#00b0eb;	
}

#footer {
	background-image:url(images/footerbg.gif);
	background-repeat:no-repeat;
	color:#000;	
	width:777px;
	height:65px;
	float:left;
	margin-bottom:20px;
}
#footer a {
	font-size:0.7em;
	float:left;
	width:17%;
	text-align:center;
	text-decoration:none;
	padding-top:18px;
	color:#fff;	
	font-weight:bold;
}
#footer a:hover {
	text-decoration:underline;
}
.contbox {
	width:444px;
	font-weight:bold;
}
.contbox h1 {
	background-image:url(images/boxhdr.gif);
	background-repeat:no-repeat;
	height:21px;	
	color:#fff;	
	font-size:1.2em;
	padding:2px 0px 0px 10px;
	margin:0px;
}
.boxcontent {
	background-image:url(images/boxcontentbg.gif);
	margin-top:-2px;
	padding:10px 0px 10px 10px;
}
.boxtxt {
	width:400px;
}
a.submit {
	color:#fff;
	font-size:1.1em;
	line-height:16px;
	padding-left:6px;
	text-decoration:none;
}
.submitbt {
	border:1px solid #00b0eb;
	background-color:#006699;
	width:70px;
	height:16px;
	margin-left:315px;
}
.error {
	color:#ff0000;
}
