body{
	margin:0;
	padding:0;
	background: #fff url(images/topBG.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
a{
	color:#999900;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1, h2, h3{
	margin:0;
	padding:0 0 10px 0;
	color:#464a27;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3{
	font-size:19px;
	font-weight:bold;
}
h4{
	font-size:16px;
	font-weight:bold;
}
p{
	margin:0;
	padding:0 0 10px 0;
	line-height:1.6em;
}
hr{
	border:none;
	border-bottom:#666666 dotted 1px;
	background:none;
	height:1px;
}
.inputs{
	border:#999999 solid 1px;
	background-color:#FFFFFF;
	padding:2px;
}
#submitButt{
	width:99px;
	height:31px;
	float: left;
	background:url(images/submitButton_09.png) no-repeat;
}
#submitButt input{
	width:99px;
	height:31px;
	float:right;
	background:none;
	border:none;
	cursor:pointer;	
}
/*======== Containers ============*/
#centerHolder{
	width:1020px;
	height:auto;
	margin:0 auto;
	height:auto;
}
#header{
	width:1020px;
	height:237px;
	float:left;
	/*background:url(images/header.jpg) no-repeat;*/
}
#header a{
	width:477px;
	height:208px;
	display:block;
	float:left;
}
#leftPanel{
	width:281px;
	height:auto;
	float:left;
}
#leftPanel #menuBox{
	width:281px;
	height:auto;
	float:left;
	background:url(images/mainMenuBGExtended.jpg) repeat-y;
}
#leftPanel #menuBox .top{
	width:281px;
	height:auto;
	float:left;
	background:url(images/maunMenuTitle.jpg) top no-repeat;
}
#leftPanel #menuBox .top .bottom{
	width:215px;
	height:auto;
	float:left;
	background:url(images/mainMenuBGbottom.jpg) bottom no-repeat;
	padding:55px 33px 20px 33px;
}
#leftPanel #menuAreas{
	width:281px;
	height:auto;
	float:left;
	margin-top:20px;
	background:url(images/mainMenuBGExtended.jpg) repeat-y;
}
#leftPanel #menuAreas .top{
	width:281px;
	height:auto;
	float:left;
	background: url(images/maunAreasTitle.jpg) top no-repeat;
}
#leftPanel #menuAreas .top .bottom{
	width:215px;
	height:auto;
	float:left;
	background:url(images/mainMenuBGbottom.jpg) bottom no-repeat;
	padding:55px 33px 20px 33px;
}
#leftPanel #menuAreas .top .bottom li b{
	font-size:16px;
}
#leftPanel ul{
	width:215px;
	margin:0;
	padding:0;
	float:left;
} 
#leftPanel ul li{
	list-style:none;
	width:215px;
	float:left;
	font-size:13px;
}
#leftPanel ul li a{
	border-bottom:#beb980 dotted 1px;
	padding:5px 10px;
	display:block;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
#leftPanel ul li a:hover{
	color:#FFFFFF;
	text-decoration:none; 
}

#leftPanel ul li.active a{
	color:#FFFFFF;
}

/*================================*/

#rightpanel{
	width:709px;
	height:auto;
	float:right;
	margin-left:-5px;
	/*background:url(images/rightPanelTopBG.jpg) top no-repeat;*/
	padding:127px 20px 40px 10px;
}
#rightpanel li{
	padding-bottom:10px;
}
#rightpanel h2{
	font-size:22px;
	color:#9e9a6f;
}
#slide{
	width:300px;
	height:375px;
	float:right;
	margin:0 0 0 10px;
	border: #464907 solid 1px;
}

/*====================================*/
#footer{
	width:100%;
	float:left;
	clear:both;
	height: auto;
	background:#9E9A53 url(images/footerBG.jpg) top repeat-x;
	text-align:center;
	color:#FFFFFF;
	padding-top:29px;
	padding-bottom:30px;
}
#footer #powerFooterCont{
	width:900px;
	height:auto;
	padding-left:100px;
	margin:0 auto;
	text-align:left;
}
#footer #powerFooterCont ul{
	width:200px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}
#footer #powerFooterCont ul h2{
	color:#36351D;
	font-size:15px;
}
#footer #powerFooterCont ul li{
	width:200px;
	height:auto;
	list-style:none;
	float:left;
	font-size:12px;
	margin:0;
}
#footer #powerFooterCont ul li a{
	color: #C5C58B;
	float:left;
	width:200px;
	padding:3px 0;
	display:block;
}
#footer #powerFooterCont ul li.active a{
	color:#FFFFFF;
}
#footer #powerFooterCont ul li a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
