﻿#top_nav {
	border-left-color: #50646C;
}

#footernav {
	color: #50646C;
	background-color: #DFE7EA;
}

#statement {
	color: #50646C;
}

#footer {
	color: #50646c;
}

#copyright {
	color: #50646c;
}

body{
	color: #50646C;
}

.tinytext {
	color: #50646c;
}

.indentmenu{
font: bold 11px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
border-left: 0 solid #50646C;
	border-right: 0 solid #50646C;
	border-top: 1px solid #50646C;
	border-bottom: 1px solid #50646C;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
/*dark blue border*/
background: #7F9FAC url('../images/indentbgblue.gif') repeat-x center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 9px;
text-decoration: none;
border-right: 1px solid #50646C; /*dark blue divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white; !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #7F9FAC url('../images/indentbgblue2.gif') repeat-x center;
}

#top_bar {
	margin: 0px 0px 10px 0px;
	border-width: 0px;
	width: 935px;
	height: 16px;
	background-color: #50646C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DFE7EA;
	text-align: left;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 8px;
}
#photo {
	width: 850px;
	height: 425px;
	margin: 10px auto 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
}
#bottom_bar {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 950px;
	height: 90px;
	background-color: #7F9FAC;
}
