@charset "utf-8";
body {
	background-color: #9a8479;
	margin: 0px;
	padding: 0px;
	background-image: url(background.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #726659;
}
.maincontent {
	background-image: url(background_body.png);
	padding-top: 40px;
	padding-right: 75px;
	padding-bottom: 22px;
	padding-left: 75px;
	text-align: justify;
	clear: both;
}
a, a:visited {
	color: #E76E34;
	text-decoration: none;
}
a:hover {
	color: #B6562A;
}

.bottom {
	background-image: url(background_bottom.png);
	height: 27px;
	width: 984px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

.title {
	text-align: center;
	padding-top: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
}
.indexbold {
	font-size: 24px;
	font-weight: bold;
	line-height: 12px;
}

.copyright {
	font-size: 12px;
	text-align: center;
	color: #423A33;
}

.container {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	height: 198px;
	width: 984px;
	background-image: url(header.png);
	float: none;
}
#menu {
	list-style: none;
	padding: 0px;
}
#menu ul{
	list-style: none;
	text-align: center;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}#menu a {
	color: #716558;
	text-decoration: none;
}
#menu a:hover {
	color: #000000;
}
#menu li {
	font-weight: bold;
	color: #716558;
	display: inline;
	font-size: 16px;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.sidebar {
	width: 355px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 60px;
}
.copyrightlight {
	color: #64584F;
}
.homepageflashborder {
	border: thin solid #9A8479;
}
.thumbnails img {
	border: thin solid #9A8479;
	padding: 5px;
	margin: 5px;
}
.thumbnails {
	text-align: center;
}
.logos {
	padding: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	background-color: #FFF;
}
.headshots {
	float: none;
	clear: none;
	border: thin solid #B6562A;
}
.column {
	float: left;
	width: 260px;
	clear: none;
	margin: 5px;
}
.headshotcontainer {
	width: 830px;
	height: 200px;
	margin: 5px;
}
.indent {
	padding-left: 35px;
}
form p {
	font-size: 12px;
	font-weight: bold;
}
form {
	width: 410px;
	text-align: right;
}

form input   , form textarea{
	width: 300px;
	margin-left: 5px;
	background-color: #BCADA5;
	color: #726659;
	border: 1px solid #726659;
}
.submitbutton {
	width: 100px;
	margin-left: 100px;
}

