html, body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
h1, h2, h3, p, form {
	margin: 0px;
	padding:0px;
}
#wrapper {
	width: 800px;
	margin: 0px auto;
	background-color: #ffffff;
}
#content {
	width: 778px;
	margin: 0px auto;
	background-image: url(../images/bg_header_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#header {
	height: 90px;
}
#links ul {
	margin: 0px; 
	padding-top: 50px;
}
#links li {
	float: right;
	list-style-type: none;
	width: 90px;
	height: 35px;
	text-align: center;
	background-color: #9c8252;
	border-left: 1px solid #ffffff;
	padding-top: 5px;
}
#links a {
	color: #ffffff;
	text-decoration: none;
}
#links a:hover {
	text-decoration: underline;
}
#mainimg {
	height: 165px;
}
#contentarea {
	clear: both;
	padding: 25px 0px;
}
#leftbar {
	float: left;
	padding-left: 40px;
	width: 499px;
	border-right: 1px solid #bcbdbc;
}
#leftbar h1 {
	font-size: 24px;
	color: #797b7a;
	padding-bottom: 5px;
}
#leftbar h2 {
	font-size: 18px;
	color: #797b7a;
	padding-bottom: 5px;
}
#leftbar h3 {
	font-size: 14px;
	color: #797b7a;
}
#leftbar p {
	color: #797b7a;
	padding-right: 40px;
}
#leftbar a {
	color: #797b7a;
	text-decoration: underline;
}
#leftbar a:hover {
	text-decoration: none;
}
#leftbar img {
	border: 0px solid #bcbdbc;
}
#leftbar th {
	font-size: 13px;
	background-color: #d6c9b1;
	color: #ffffff;
	font-weight: bold;
}
#leftbar td {
	color: #797b7a;
	padding-right: 20px;
}
#leftbar ul {
	margin: 0px; 
}
#leftbar li {
	padding-right: 40px;
	color: #797b7a;
}
#lefttable {
	float: left;
	width: 249px;
}
#righttable {
	float: left;
	width: 249px;
}
#rightbar {
	float: left;
	width: 187px;
	padding: 0px 24px;
}
#rightbar h2 {
	font-size: 18px;
	color: #797b7a;
	padding: 5px 0px;
}
#rightbar p {
	color: #797B7A;
}
#rightbar a {
	color: #797b7a;
	text-decoration: underline;
}
#rightbar a:hover {
	text-decoration: none;
}
#rightbar img {
	border: 1px solid #bcbdbc;
}
#footer {
	clear: both;
	height: 32px;
	padding-top: 25px;
}
#webmaster {
	float: left;
	width: 500px;
	background-color: #9c8252;
	height: 27px;
	padding-top: 5px;
}
#webmaster p {
	color: #ffffff;
	text-align: left;
	padding-left: 35px;
}
#webmaster a {
	color: #ffffff;
	text-decoration: underline;
}
#webmaster a:hover {
	text-decoration: none;
}
#validtext {
	float: left;
	width: 278px;
	background-color: #9c8252;
	height: 27px;
	padding-top: 5px;
}
#validtext p {
	color: #ffffff;
	text-align: right;
	padding-right: 35px;
}
#validtext a {
	color: #ffffff;
	text-decoration: underline;
}
#validtext a:hover {
	text-decoration: none;
}
