body {
	background-color:#41671D;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style: none;
}
#frameouter {
	width: 100%;
	text-align: center;
}
#frame {
	width: 770px;
	margin: 0 auto;
		border-left: 2px solid #000;
	border-right: 2px solid #000;
}
#header {
	width: 770px;
	height: 142px;
	float: left;
}
#mainmenu {
	width: 770px;
	height: 39px;
	float: left;
	background-image: url('../images/menubg.jpg');
	background-repeat: repeat-x;
}
#mainmenu ul li {
	display: inline;
	padding: 0 9px;
}
#mainmenu ul li a {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #93ed46;
	text-decoration: none;
	line-height: 39px;
}
#mainmenu ul li a:hover {
	text-decoration: underline;
}
#mainbody {
	width: 770px;
	float: left;
	background-color: #679542;
	background-position: top;
}
#mainhead {
	width: 717px;
	height: 42px;
	margin: 0 auto;
	background-color: #fff;
	border-right: 1px solid #b3bcad;
	border-bottom: 5px solid #000;
	border-left: 1px solid #b3bcad;
	text-align: left;
}
#mainhead h1 {
	font-family: Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	line-height: 42px;
	text-indent: 10px;
}
#bodycont {
	width: 719px;
	margin: 0 auto;
}
#bodyleft {
	width: 467px;
	float: left;
	background-color: #fff;
}
#bodylefttop {
	width: 467px;
	float: left;
	background-image: url('../images/whiteboxbg.jpg');
	background-repeat: repeat-y;
	background-color: #fff;
	text-align: left;
}
#bodylefttop p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #4d5560;
	padding: 15px 15px 0 15px;
}
#bodyleftbottom {
	width: 467px;
	height: 8px;
	float: left;
	background-image: url('../images/whitboxbottom.jpg');
	background-repeat: no-repeat;
	background-color: #fff;
}
#bodyright {
	width: 252px;
	float: left;
	text-align: center;
}
#bodyright h2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 30px;
}
.newestcont {
	width: 232px;
	margin: 0 auto;
}
.newestleft {
	width: 87px;
	height: 74px;
	float: left;
}
.newestright {
	width: 143px;
	height: 72px;
	float: left;
	border: 1px solid #4d5560;
	background-color: #fff;
	text-align: left;
}
.newestright p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 8px;
}
#footerlinks {
	width: 770px;
	height: 20px;
	float: left;
	background-color: #769f55;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
}
#footerlinks ul li {
	display: inline;
	border-right: 1px solid #000;
	padding: 0 8px;
}
#footerlinks ul li a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	text-decoration: none;
}
#footerlinks ul li a:hover {
	text-decoration: underline;
}
#footer {
	width: 770px;
	height: 33px;
	float: left;
	background-image: url('../images/footerbg.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
	text-align: center;
}
#footer p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #cde2ff;
	line-height: 33px;
}
.spacer {
	width: 200px;
	float: left;
	height: 10px;
	display: block;
	clear: both;
}
.txtfield {
	border: 1px solid #000;
	width: 300px;
}
.txtfieldbtn {
	border: 1px solid #000;
	margin-top: 8px;
}
#copyright {
	display: none;
	}