@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	background:url(/images/pagebg.jpg) repeat-x #C3D8F3;
	margin:0;
	font-size:13px;
}

h1{
	font-size:16px;
	color:#6FAC52;
}

h2{
	font-size:13px;
	color:#666666;
}

h3{
	font-size:12px;
	text-transform:uppercase;
}

h4{
	font-size:12px;
	font-weight:bold;

}

#shell{
	width:770px;
	background:#E8E8E8;
	margin:0 auto 0 auto;
	

}

#toparea{
	height:85px;
	width:770px;
	padding:14px 0 0 0;
	background:url(../images/topareabg.jpg) repeat-x #0081C6;
}

#logo{
	width:320px;
	height:65px;
	margin:8px 0 0 40px;
	background:url(/images/logo.gif) no-repeat;
	
}

#mainnav{
	height:30px;
	background:url(/images/mainnavbg.gif) no-repeat #0955A7;
	width:770px;
	
}

#banner{
	width:770px;
	height:145px;
	
}

#banner #bannerleft{
	width:180px;
	height:145px;
	background:url(/images/banner_left.jpg);
	float:left;
	
}

#banner #bannermain{
	width:590px;
	height:145px;
	background:url(/images/banner.jpg);
	float:left;

}

#mainnav ul{
	margin:0 0 0 180px;
}

#mainnav li{
	float:left;
	list-style:none;
	
	height:30px;
}

#mainnav li.selected{
	background:url(/images/mainnavselected.jpg);
}

#mainnav li.selected a, #mainnav li.selected a:visited{
	color:#30492C;
}

#mainnav li a, #mainnav li a:visited{
	text-transform:lowercase;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	display:block;
	margin:6px 13px 0 13px;
	text-align:center;
}


#content{

}

#contenttemplate #content{
	background:url(/images/contentpage_contentbg.gif);
}

#leftbar{
	width:180px;
	float:left;
	
}

#leftbar #item1{
	
}

#leftbar #item2{
	
}

#leftbar #item3{
	

}

#leftbar .homepagesubnav{
	background:url(/images/sidebarbg.jpg) repeat-x #1A8BD9;
	width:180px;
	margin:1px 0 1px 0;
	
	
}
#leftbar #subnav .sectiontitle{
	font-weight:bold;
	margin:0;
	padding:2px 0 0 6px;
	background:url(/images/subnavheadbg.gif) no-repeat;
	width:134px;
	height:22px;
	
}


#leftbar ul{
	margin:0;
	padding:16px 0 20px 6px;
}

#leftbar div.homepagesubnav ul{
	padding-top:10px;
}

#leftbar h4{
	margin:0;
	padding:20px 0 0 10px;
	color:#BDEB98;
	font-size:15px;
	border-bottom:1px solid #fff;
	width:140px;
	font-style: italic; 	
	
}

#leftbar #subnav h4{
	color:#666666;
	border-bottom:1px solid #666;
}

#leftbar #subnav a{
	color:#568350;
	font-weight:normal;
}

#leftbar ul li{
	list-style:none;
	margin:0 0 6px 8px;
	padding:0;
	font-weight:normal;
}

#leftbar .nav li a{
font-weight:normal;
}

#leftbar a, #leftbar a:visited{
 color:#FFFFCC;
 font-size:12px;
 text-decoration:none;
 font-weight:normal;
}

#leftbar ul li.selected a{
	text-decoration:underline;
}


#rightcontent{
	float:left;
	width:590px;
}
#rightcontent .text{
	padding:20px;
}
#footer{
	background:#666666;
	width:770px;
	margin:1px 0 0 0;
}

#footer .text{
	padding:20px;
}


img[align='left'], img.left{
	margin:0 20px 10px 0;
}



img[align='right'], img.right{
	margin:0 0 10px 20px;

}
