body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
}
#top_nav {
	margin-left: 20px;
	clear: left;
}
#content h1 {
	font-size: 10pt;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.blue_Highlight {
	color: #102A7C;
}
#leftbar_nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
}
#leftbar #leftbar_nav a:hover {
	color: #FFFFFF;
	background-color: #3953A3;
}
#text_area_div p {
	margin-bottom: 10px;
}
#footer_wrapper #footer {
	background-image: url(../images/blue_slices/blue_slices_13.gif);
	height: 57px;
	background-repeat: no-repeat;
	width: 779px;
	margin-left: 10%;
}
#wrapper #footer_wrapper {
	background-image: url(../images/blue_slices/blue_footer_background.gif);
	background-repeat: no-repeat;
}
#top_nav .blue a:hover {
	color: #97B8FF;
}
#top_nav .dark_blue a:hover {
	color: #3953A3;
}
#top_nav .green a:hover {
	color: #7EBD85;
}
#top_nav .gold a:hover {
	color: #F0B307;
}
#footer #footer_nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #footer_nav a:hover {
	color: #97B8FF;
}

.quote {
	font-style: italic;
	margin-right: 25px;
	margin-left: 25px;
}

#content #text_area_div a {
	text-decoration: none;
	color: #00247E;
}
#content #text_area_div a:hover {
	text-decoration: underline;
}
#content #text_area_div ul {
	margin-left: 25px;
	margin-bottom: 15px;
	list-style-position: outside;
}


#text_area_div .listing {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0B40F;
	margin-bottom: 10px;
}
.aligned_left {
	margin-right: 15px;
}
.float_left {
	float: left;
}
#content #text_area_div hr {
	color: #F0B40F;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
