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

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #0C902B;
}

#frame {
	width: 920px;
	margin: 0 auto;
}

#header {
	width: 920px;
	height: 137px;
	float: left;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}

#header h1 {
	visibility: hidden;
	display: none;
}

#mainmenu {
	width: 920px;
	height: 29px;
	float: left;
	background-image: url('../images/mainmenubgmain.jpg');
	background-repeat: repeat-y;
	text-align: center;
}

#mainmenu ul {
	width: 906px;
	margin: 0 auto;
	padding-left: 13px;
}

#mainmenu ul li {
	display: inline;
}

#mainmenu ul li a {
	width: 149px;
	height: 29px;
	display: block;
	float: left;
	background-image: url('../images/menuitembg.jpg');
	background-repeat: no-repeat;
	line-height: 29px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	/*color: #043302;*/
	color : white;
}

#mainmenu ul li a:hover {
	color: #F5D72F;
	text-decoration: underline;
}

#mainbody {
	width: 920px;
	float: left;
	background-image: url('../images/sitebg.jpg');
	background-repeat: repeat-y;
}

#topbody {
	width: 920px;
	float: left;
	background-image: url('../images/topbodybg.jpg');
	background-repeat: no-repeat;
}

#topbody p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	width: 870px;
	margin: 10px auto;
	margin-left: 25px;
}

.orangebold {
	font-size: 12px;
	font-weight: bold;
	color: #F09E0F;
}

#topbody p a {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #F09E0F;
	text-decoraton: underline;
}

#bottombody {
	width: 872px;
	margin: 0 auto;
}

#bottombodyleft {
	width: 431px;
	float: left;
}

#bottombodyright {
	width: 431px;
	float: left;
	margin-left: 10px;
}

.bodybox {
	width: 431px;
	float: left;
}

#bodybreit {
	width: 872px;
	margin-left: 25px;
	color: white;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 12px;	
}

.boxhead {
	width: 431px;
	height: 31px;
	float: left;
	background-image: url('../images/boxheader.jpg');
	background-repeat: no-repeat;
}

.boxhead h1 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 31px;
	color: #F5D72F;
	text-indent: 58px;
}

.boxcontent {
	width: 419px;
	float: left;
	border-right: 2px solid #789E4F;
	border-left: 2px solid #789E4F;
	padding: 4px;
	background-color: #014605;
}

.boxcontent img {
	padding-right: 4px;
}

.boxcontent p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #C7BA65;
}

.txtcolorgray {
	color: #A6A5A5;
}

#footer {
	width: 920px;
	height: 65px;
	float: left;
	background-image: url('../images/footerbg.jpg');
	background-repeat: no-repeat;
}

#pagelinkssect {
	width: 920px;
	float: left;
	margin-top: 15px;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #CDCBCB;
	font-weight: bold;
}

#copyrightsect{
	width: 920px;
	float: left;
	margin-top: 12px;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #8CC54F;
}

a { color : white; }