@charset "utf-8";
/* CSS Document */

body {
	background-image: url();
	background-color: #8495a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.6;
	color: #333333;
	margin-left: 20px;
}

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.6;
	color: #333333;
	margin-left: 15px;
	margin-right: 25px;
}
#sidebar UL{
	list-style-position: outside;
	list-style-image: url(images/bullet_greenonbluecircle.gif);
	line-height:1.8;

}



#topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
}
#topnav a:link {
	color:#666666;
	text-decoration: none;
}
#topnav a:visited {
	color:#666666;
	text-decoration: none;
}
#topnav a:hover {color:#005389; text-decoration:underline;}


#sidebar a{	color:#005389;font-weight:bold;}
#sidebar a:link {text-decoration: underline;}

#sidebar a:hover {color:#605f84; text-decoration:underline;}


	

#content a{	color:#005389;font-weight:bold;}
#content a:link {text-decoration: underline;}

#content a:hover {color:#605f84; text-decoration:underline;}

#footer {
font-family: verdana, Helvetica, sans-serif;;
	font-size: 10px;
	line-height: 16pt;
	color: #ffffff;
	font-weight:bold;
}
#footer a{color:#ffffff; text-decoration:underline; }
#footer a:link {text-decoration: underline;}

#footer a:hover {color:#005389; text-decoration:underline;}

#bottomaddress {font-family: verdana, Helvetica, sans-serif;;
	font-size: 11px;
	line-height: 16pt;
	color: #005389;
	font-weight:bold;
}
#bottomaddress a {color:#005389; text-decoration:underline;}
#bottomaddress a:link{text-decoration: underline;}
#bottomaddress a:hover {color:#ffffff; text-decoration:underline;}
#content p {
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
}
#content h1 {
	font-family: "Gill Sans MT", Arial, helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	font-variant: small-caps;
	color: #005389;
	margin-left: 30px;
	margin-bottom: 0px;
}

#sidebar h1 {
	font-family: "Gill Sans MT", Arial, helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	font-variant: small-caps;
	color: #005389;
	margin-bottom: 0px;
}
.address {
	font-family: "Gill Sans MT", Arial, helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	font-variant: normal;
	color: #005389;
	margin-bottom: 0px;
	padding-left: 20px;
}


#content UL{
	list-style-position: outside;
	list-style-image: url(images/bullet_greenscircle.gif);
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 30px;
}


h2 {
	font-family: "Gill Sans MT", Arial, helvetica, sans-serif;
	font-size: 110%;
	font-weight: bolder;
	font-variant: normal;
	color: #005389;
	margin-left: 25px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin-left: 8px;
	margin-bottom: 15px;
	float:right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 15px;
}
