﻿#top_nav {
	border-left-color: #3e3e40;
}

#footernav {
	color: #3e3e40;
	background-color: #F0F1F2;
}

#statement {
	color: #3e3e40;
}

#footer {
	color: #3e3e40;
}

#copyright {
	color: #3e3e40;
}

body{
	color: #3e3e40;
}

.tinytext {
	color: #3e3e40;
}
a:link {
	color: #3e3e40;
	font-weight: bold;
}
a:visited {
	color: #666666;
	font-weight: bold;
}

a:hover{
	color: #8C2C0B;
	font-weight: bold;
}

a:active{
	color: #C0C0C0;
	font-weight: bold;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 11px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
	border-left: 0 solid #3e3e40;
	border-right: 0 solid #3e3e40;
	border-top: 1px solid #3e3e40;
	border-bottom: 1px solid #3e3e40;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	/*dark blue border*/
	background: #7B7C80 url('../images/indentbggray.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 #3e3e40; /*dark brown 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: #7B7C80 url('../images/indentbggray2.gif') repeat-x center;
}

#top_bar {
	width: 950px;
	height: 16px;
	background-color: #3E3E40;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F0F1F2;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#photo {
	border-width: thick;
	border-color: #7B7C80;
	width: 850px;
	margin: 10px auto 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	min-height: 425px;
}
#bottom_bar {
	width: 950px;
	height: 25px;
	background-color: #7B7C80;
	margin-bottom: 10px;
}

