body {
	background-color: #7B8EC8;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 80%;
}
h1, h2, h3, h4, h5{
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #075A97;
	font-size: 150%;
	margin-bottom: 10px;
}
h2 {
	font-size: 120%;
	margin-bottom: 5px;
	text-align: center;
}
h3 {
	font-size: 130%;
	text-align: center;
	margin-bottom: 8px;
}
h4 {
	font-size: 120%;
}
p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.sm {
	font-size: 80%;
}

.img_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
	margin-top: 10px;
}
.img_left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	clear: both;
	margin-top: 10px;
}

.small_text {
	font-size: 80%;
}
#main_content a, #main_content a:link, #main_content a:active, #main_content a:visited{
	color: #005898;
	text-decoration: none;
}
#main_content a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #005C9B;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited{
	color: #005898;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #005C9B;
}
#header_wrapper {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 100%;
}
#header_wrapper #header {
	height: 150px;
	width: 770px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}
#red_header {
	padding: 0px;
	width: 770px;
	text-align: left;
	margin: 0px;
	background-image: url(img/red_bg.jpg);
	background-repeat: repeat-y;
	text-indent: 10px;
	height: 30px;
}
#blue_header {
	background-color: #225992;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 8px;
}

#content_wrapper {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
	display: block;
}
#content {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/sidenav_bg.jpg);
	background-repeat: repeat-y;
}

#main_content_bg {
	background-image: url(img/sidenav_bg.jpg);
	background-repeat: repeat-y;
}
#main_content {
	float: right;
	text-align: left;
	width: 525px;
	clear: none;
	margin: 0px;
	padding: 20px 20px 0px 0px;
	overflow: hidden;
}

#side_nav_btm {
	background-image: url(img/sidenav_btm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: auto;
	width: 770px;
}
blockquote {
	font-style: italic;
	display: block;
	padding: 8px;
	color: #FFFFFF;
	background-color: #3399CC;
	margin: 15px;
}

table {
	border: 1px solid #075A97;
}
th {
	background-color: #075A97;
	vertical-align: top;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
}


td {
	vertical-align: top;
	padding: 8px;
	border: 1px solid #075A97;
	font-size: 90%;
}

#footer {
	background-image: url(img/footer_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 66px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	padding-top: 25px;
    font-size: 85%;
}
.fake_hr {
	display: block;
	height: 2px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #075A97;
	margin: 10px 0px 20px;
	padding: 0px;
	clear: both;
}
.btt {
	float: right;
	clear: none;
	margin: 20px 0px 0px;
	padding: 0px;
	font-size: 9px;
}
div.figure {
  	float: left;
	margin-right: 10px;
	clear: both;
	margin-top: 10px;
}
div.figure p {
  	text-align: left;
	width: 120px;
  	font-style: normal;
  	font-size: smaller;
  	text-indent: 0;
}
#header_wrapper #content_wrapper #content #side_nav_btm #main_content .btt img {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

#side_nav {
	float: left;
	width: 155px;
	text-align: left;
	clear: none;
	margin: 0px;
	padding: 20px 15px 150px;
	display: block;
}
#side_nav img {
	vertical-align: middle;
}

#side_nav_btm #side_nav  a:link, #side_nav_btm #side_nav  a:active, #side_nav  a:visited {
	color: #C02D1B;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 0px 8px;
	padding: 0px;
	display: block;
}
#side_nav  a:hover{
	color: #215891;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
/* FLOAT FIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	visibility: visible;
}
/* End hide from IE-mac */
