/* CSS Document */
body {
	padding:0px; 
	margin:0px; 
	position:absolute; 
	top: 0px; 
	left: 0px; 
	color:#5E5E5E; 
	background:url(/images/grass.gif) 0 0 repeat-y #FFFFFF; 
	font:13px/18px Arial, Helvetica, sans-serif;
}

div, p, ul, h2, h3, img {
	padding:0px; 
	margin:0px;
}

ul {
	list-style-type:none;
}

/*----TOP AREA----*/
#headerArea {
	width:778px; 
	height:110; 
	position:relative; 
	margin:0 auto; 
	background:url(/images/banner.gif) 0 0 ; 
	color:#fff; 
	padding:0px;
}


#headerAreaStripe{
	width:778px; 
	height:16px; 
	background: #ffcc66;
}


/*----/TOP AREA----*/
/*----BODY AREA----*/
#bodyArea {
	width:687px; 
	position:relative; 
	margin:0 auto; 
	padding:25px 0 0;
}

/*----BODY AREA LEFT----*/
#bodyAreaLeft {width:410px; float:left; padding:12px 36px 0 0;}

#bodyAreaLeft h2 {
	width:410px; 
	height:30px; 
	font-weight:bold; 
	color:#006F2D; 
	font:28px/28px Georgia, "Times New Roman", Times, serif;
}
#bodyAreaLeft h2 span{background:#fff; color:#046598;}

#bodyAreaLeft p {
	padding:7px 0 0;
}

#bodyAreaLeft p span {
	background:#fff; 
	color:#046598; 
	font-weight:bold;
}

#bodyAreaLeft ul {
	width:410px; 
	margin:10px 0 0;
}

#bodyAreaLeft ul li {
	width:390px; 
	padding:0 0 0 20px;
}

#bodyAreaLeft ul li a {
	width:390px; 
	height:20px; 
	color:#1A1A1A; 
	text-decoration:underline; 
	padding:0 0 0 20px;
}

#bodyAreaLeft ul li a:hover {
	width:390px; 
	height:20px; 
	color:#006F2D; 
	text-decoration:underline;
}



/*----/BODY AREA LEFT ----*/
/*----BODY AREA RIGHT ----*/
#bodyAreaRight {
	width:235px; 
	float:left; 
	border:3px solid #FFCC66; 
	background:#DAE8D1; 
	color:#1A1A1A; 
	padding:0 0 28px;
}

#bodyAreaRight h2 {
	width:195px; 
	height:35px; 
	display:block; 
	border:0px solid; 
	background:#006F2D; 
	color:#FFFFFF; 
	font:24px/34px Georgia, "Times New Roman", Times, serif; 
	margin:6px 8px 16px; 
	padding:0 0 0 20px;
}



#bodyAreaRight ul {
	width:180px; 
	margin:0 0 17px 29px; 
	list-style-type: square;
}

#bodyAreaRight ul li {
	width:180px; 
	height:18px;
}

#bodyAreaRight p {
	padding:0px 29px 0px 29px;
}

/*----/BODY AREA RIGHT----*/
/*----/BODY AREA----*/
/*----FOOTER AREA----*/
#footerArea {
	height:85px; 
	clear:both; 
	padding:72px 0 0;
	width:687px; 
	position:relative; 
	margin:0 auto; 
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

#footerArea ul {
	width:660px; 
	position:relative; 
	margin:0 auto;
} 

#footerArea ul.linkArea {
	width:420px; 
	display:block; 
	position:absolute; 
	top:70px; 
	left:125px; 
}

#footerArea li {
	float:left; 
}

#footerArea ul li a {
	padding:0 10px 0; 
	color:#010101; 
	text-decoration:none;
}

#footerArea ul li a:hover {
	text-decoration:underline;
}

#footerArea p.copyright {
	width:660px; 
	color:#006F2D; 
	position:absolute; 
	top:44px; 
	left:200px; 
	font-size:12px;
}

