@charset "utf-8";
/* CSS Document */

body {background-color:#000000;
font:"Trebuchet MS", Verdana, Helvetica, sans-serif;
}

a:link {
	color: #0071BC;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
		color: #0071BC;
		font-weight: bold;
		text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #0066CC;
}


.footer {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
	color:#999999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 25px;
} 
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .7em;
}

.footer a:link {
	color: #0071BC;
	font-weight:bold;
	text-decoration: none;
}
.footer a:visited {
		color: #0071BC;
		font-weight: bold;
		text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
	font-weight:bold;
}
.footer a:active {
	text-decoration: none;
	font-weight: bold;
	color: #0066CC;
}

.agencylinks a:link, a:active, a:visited {

font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #66CC33;
font-size: .6em;
font-weight: bold;
text-decoration:none;
}

.agencylinks a:hover {

color: #FFFFFF;
font-size: .6em;
}
