@charset "utf-8";
body {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-color: #98B1D0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 955px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #2A395E;
}
#header {
	background-image: url(header.jpg);
	height: 270px;
	width: 955px;
	display: block;
}
#nav {
	height: 40px;
	width: 955px;
	text-align: center;
}
#content {
	width: 955px;
}
#sidebar {
	width: 210px;
	float: left;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#text {
	width: 640px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
}
#footer {
	height: 19px;
	clear: both;
	background-image: url(footer.gif);
	text-align: center;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9pt;
}
a:link, a:visited, a:hover, a:active {
	color: #3377a6;
}


.headline {
	color: #3377a6;
	font-weight: bold;
	font-size: 16pt;
}
.subhead {
	color: #000000;
	font-weight: bold;
	background-color: #D7EAF9;
	padding: 5px;
	display: block;
}
#directions {
	font-size: 10pt;
	text-align: center;
}
.blue {
	color: #3377A6;
}
.tiny {
	font-size: 9pt;
	line-height: 1em;
}
#spacer_for_anchors {
	display: block;
	height: 500px;
	width: 500px;
}
#floating_image {
	width: 300px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 10pt;
	font-weight: bolder;
	color: #3377A6;
}
.state {
	color: #3377a6;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: underline;
}
