@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #3a4946;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}
a:link {
	color: #d7c7a9;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #d7c7a9;
}
a:hover {
	text-decoration: none;
	color:#000;
}
a:active {
	text-decoration: underline;
}

h1 {
font-size:24px;
color:#4d3530;
font-style:italic;
font-family: Georgia, 'Times New Roman', Times, serif;
}
#mainContainer {
	background-color: #4d3530;
	margin-left: auto;
	margin-right: auto;
	width: 737px;
}
#header {

}
#leftBar {
	width: 150px;
	float: left;
	background:#886651;
}
#leftNav a {
	color:#F6F3F1;
	line-height:22px;
	text-decoration:none;
	font-size:11px;
}
#leftNav a:hover {
	color:#000;
}
#leftNav{
	padding:8px;
}
#topNav {
	background: #011f15 url('/images/top_nav_bg.gif');
	height:38px;
	padding:0 0 0 0;
	color:#ddd;
	line-height:38px;
}
#topNav a{
	color:#ddd;
	text-decoration:none;
}
#topNav a.current{
	color:#4d3530;
	text-decoration:none;
}
#topNav a:hover{
	color:red;
}
#topNavLeft {
	float:left;
	margin-left:10px;
}
#topNavRight {
	float:right;
	text-align:right;
	margin-right:10px;
}
#topBar {
	background-color: #846852;
}
#mainBody {
	color: #fff;
	width: 587px;
	float: right;
	text-align: left;
}
#mainText {
	background: #fefdfb url('/images/content-bg-main.jpg') top;
	padding: 4px 15px 4px 15px;
}
#content {
	padding: 4px 18px 4px 18px;
	background-color:#FFFFFF;
	color:#000;
}
#footer {
	clear: both;
	background-color: #322320;
	color:#625350;
	padding:5px;
}
#copyright {
	clear: both;
	background-color: #FFFFFF;
	text-align: right;
	width: 737px;
}