a:hover {text-decoration: underline; } 


.body {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px; line-height: 20px;	color: #000000;}
.body_bold {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px; line-height: 20px;	color: #000000;}
.body_shorter {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px; line-height: 15px;	color: #5E6179;}
.header1 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 16px; color: #FF0000;	font-weight: bold;}
.footer {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; color: #93C9E3;	text-decoration: none;}
.separators { color: #F7F7F7; font-size:11px; font-weight:bold; font-family:verdana, arial, helvetica; text-decoration:none;}
.body_old {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px; line-height: 20px;	color: #5E6179;}

#topnav {
	list-style: none;
	width: 561px;
	height: 27px;
	margin: 0;
	padding: 0;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	border-top: 3px solid #bed4f0;
	border-bottom: 1px solid #6397d1;
}

#topnav li {
	display: block;
	float: left;
	width: 112px;
	height: 15px;
	text-align: center;
}

#topnav li a {
	display: block;
	color: #004693;
	text-decoration: none;
	padding: 4px 6px;
	height: 100%;
	border-top: 1px solid #6397d1;
	border-bottom: 3px solid #bed4f0;
}

#topnav li a:hover {
	color: #fff;
	background: #004693;
}

#contact-form .text-field {
	border: 1px solid #999;
	margin: 0 1px 5px 0;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.ie #contact-form .text-field {
	line-height: 12px;
}

#contact-form .half-length {
	width: 170px;
}

#contact-form .full-length {
	width: 345px;
}

#contact-form textarea {
	width: 345px;
	height: 200px;
	border: 1px solid #999;
	margin-bottom: 3px;
}

#contact-form #contact-submit {
	border: 0;
	background: #004693;
	color: #fff;
	width: 345px;
	padding: 4px 0;
}

.gecko #contact-form textarea, .ie #contact-form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 4px;
}
