body {
		margin:0px;
font-family: Tahoma, Helvetica, Arial, sans-serif;
	color:#292929;
	/*color:#6e7174; */
	font-size:12px;
	background-color:#fff;
}

#nav, #nav ul { /* all lists */
	font-size:10px;
	padding: 0;
	font-size:12px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 13em;
	font-size:10px;

}

#nav li { /* all list items */
	float: left;
	width: 13em; /* width needed or else Opera goes nuts */

}

#nav li ul  { /* second-level lists */
	position: absolute;
	background: #1F3A6F;
	width: 18em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 3;

}

#nav li ul ul { /* third-and-above-levellists */
	margin: -2em 0 0 10em;
	background: #9FBFBE;
	width: 13em;

}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

h1 {
	color:#810003;
	font-size:14px;
		font-weight:bold;
font-family: Tahoma, Helvetica, Arial, sans-serif;

}


p {
		margin:0px;
font-family: Tahoma, Helvetica, Arial, sans-serif;
	color:#292929;
	/*color:#6e7174; */
	font-size:12px;
	background-color:#fff;
font-family: Tahoma, Helvetica, Arial, sans-serif;

}


#p {
margin:0px;
font-family: Tahoma, Helvetica, Arial, sans-serif;
	color:#292929;
	/*color:#6e7174; */
	font-size:12px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;

	background-color:#fff;}


#content {
	clear: left;
	color: #ccc;
	margin:0px;
font-family: Tahoma, Helvetica, Arial, sans-serif;
	color:#292929;
	/*color:#6e7174; */
	font-size:11px;
	background-color:#fff;
}



a, a:visited {
	color:#810003;
	text-decoration:none;
	border:0;
}
a:hover {
	color:#810003;
	background-color:#EFD13F;
	text-decoration:underline;
	border:1;
}



.pdf {
	font-size:9px;
	line-height:normal;
	color:#666;
	font-style:italic;
}


.formbold {
	color:#ff3701;
	font-weight:bold;
}
.alert {
	padding:1px;
	color:#D82427;
	font-weight:bold;
	background-color:#fcff00;
}

input.text {
	color:#213C70;
	font-family: Helvetica, Arial, sans-serif;
	padding:4px;
	font-size:12px;
	border:1;
	text-align:center;
	background-color:#ffffff;
}
input.submit {
	color:#red;
	padding:0px;
	border:0px;
}

.right_map {
	background-color:#cccccc;
	text-align:right;
	z-index:-1;

}	
	.headerblue{
	font-weight:bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#1F3A6F;
	font-size:12px;
}


.headerred{
	font-weight:bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#A30C13;
	font-size:11px;
}

.errormessage{
	font-weight:bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#A30C13;
	font-size:11px;
	background-color:#dddddd;
}
