body {
	margin: 0px;
	padding: 0px;
	text-align:center;
}
body * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #444444;
}
#container {
	margin: 0px auto;
	width: 780px;
	text-align: left;
}
#header {
	margin: 40px 0px 15px 0px;
}
#navtop {
	height: 30px;
	background: #7FA824 url(images/navbg_olive.jpg.jpg) repeat-x;
}
#navtop ul {
	margin: 0px 50px;
	padding: 0px;
	list-style: none;
}
#navtop ul li {
	float: left;
}
#navtop ul li a {
	margin-top: 6px;
	width: 100px;
	display: block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#navtop ul li a.current {
	background: #C5E71E url(images/tabbg_center.jpg) repeat-x;
	color: #D0521F;
}
#searchbar {
	clear: both;
	background: url(images/searchbar_bg.jpg) repeat-x;
	height: 62px;
	padding: 5px 10px 0px 10px;
}
#searchbar .button {
	width: 73px;
	height: 23px;
	background: #CD5717;
	border: 1px #000000 solid;
	color: #FFFFFF;
	font-weight: bold;
}
#searchbar .textbox {
	height: 18px;
	width: 200px;
	border: 1px #333333 solid;
}
#contents {
	padding: 10px;
}
#featuredbox {
	background: #F2F0F1 url(images/featurelink_bg.jpg) repeat;
	padding: 10px;
}
#footer {
	text-align: center;
}
#footer, #footer a {
	color: #000000;
}
.clr{
	clear:both;
}
.textbox{
	font-family:inherit;
	font-size:inherit;

}
.button{
	background: #4F729C;
	color: #FFFFFF;
	border: 1px #afafaf solid;
}
h1, h2, h3, h2 a {
	color: #CD4C08;
}
