﻿#top_nav {
	border-left-color: #513E2E;
}

#footernav {
	color: #513E2E;
	background-color: #F3E7DD;
}

#statement {
	color: #513E2E;
}

#footer {
	color: #513E2E;
}

#copyright {
	color: #513E2E;
}

body{
	color: #513E2E;
}

.tinytext {
	color: #513E2E;
}

a:link {
	color: #513E2E;
	font-weight: bold;
}
a:visited {
	color: #666666;
	font-weight: bold;
}

a:hover{
	color: #8C2C0B;
	font-weight: bold;
}

a:active{
	color: #C0C0C0;
	font-weight: bold;
}

.indentmenu{
font: bold 11px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
border-left: 0 solid #513E2E;
	border-right: 0 solid #513E2E;
	border-top: 1px solid #513E2E;
	border-bottom: 1px solid #513E2E;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
/*dark blue border*/
background: #906E53 url('../images/indentbgbrown.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 #513E2E; /*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: #906E53 url('../images/indentbgbrown2.gif') repeat-x center;
}
#top_bar {
	margin: 0px 0px 10px 0px;
	border-width: 0px;
	width: 935px;
	height: 16px;
	background-color: #513E2E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F3E7DD;
	text-align: left;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 8px;
}
#photo {
	width: 800px;
	height: 425px;
	margin: 10px auto 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
}
#bottom_bar {
	width: 950px;
	height: 90px;
	background-color: #906E53;
	margin-bottom: 10px;
}
