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

body,div,form{
	margin: 0;
	padding: 0;
}
body{
	font: 75%/135% Verdana, Arial, Helvetica, sans-serif;
	background: #dcb878 url(/images/page_bg.jpg) repeat-x;
	padding: 20px;
    min-width: 778px;
}
h1, h2{
	background: url(/images/heading_bg.jpg) repeat-y;
	height: 26px;
	line-height: 26px;
	padding-left: 19px;
	margin-left: -19px;
}
h1{
	font-size: 120%;
	color: #0e5ea3;	
}
h2{
	font-size: 110%;
	color: #0e5ea3;	
}
a, a:visited{
	color: #238710;
}
a:hover{
	color: #0e5ea3;
}
#layout{
	width: 100%;
	background: #fff;
	overflow: hidden;
}
#header{
	height: 120px;
	background: url(/images/header_bg.jpg) repeat-x;
}
#topnav{
	background: url(/images/nav_bg.gif) repeat-x;
	height: 35px;
}
#topnav img{
	float: left;
	margin-top: 5px;
}
#topnav a, #topnav a:visited{
	color: #fdfd9b;
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	line-height: 32px;
	padding: 0 22px;
}
#topnav .last, #topnav .last:visited{
	background: none;
}
#topnav a:hover, #topnav .active{
	background: #47732a;
	color: #fff;
}
#leftcol{
	float: left;
	width: 22%;
	color: #001527;
	font-weight: bold;
	background: #f6e990;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
}
#leftcol .inner{
	padding: 15px;
}
#leftcol a, #leftcol a:visited{
	display: block;
	text-decoration: none;
	color: #c95f41;
	font-size: 90%;
	font-weight: bold;
	padding: 5px 0;
	line-height: 14px;
	padding-left: 5px;	
}
#leftcol a:hover, #leftcol #active, #leftcol #active:visited{
	background: #035216;
	color: #fedc73;
}
#leftcol .last{
	margin-bottom: 20px;
}
#leftcol .sub, #leftcol .sub:visited{
	padding-left: 20px;
}
#content{
	float: left;
	width: 49%;
}
#content .inner{
	padding: 6px 20px;
}
#content ul{
	margin-left: 20px;
}
#content2{
	float: left;
	width: 77%;
}
#content2 .inner{
	padding: 6px 20px;
}
#content2 ul{
	margin-left: 20px;
}
#rightcol{
	float: right;
	width: 28%;
	font-size: 90%;
	background: #e8f5ff;
	border-left: solid 1px #c1d5e7;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
}
#rightcol .inner{
	padding: 10px;
}
#rightcol p{
	padding: 0 15px;
}
.bordimg{
	padding: 1px;
	border: solid 1px #edc8be;
}
.leftfloatedimg{
	margin-right: 20px;
	float: left;
}
.redbrown{
	color: #c95f41;
}
.blue{
	color: #0e5ea3;
}
.yelbg{
	background: #fefedf;
	padding: 15px 0;
}
.join{
	background: url(/images/join.jpg) no-repeat;
	padding-left: 100px;	
}
.join ul{
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
.join li{
	line-height: 20px;
}
.rightalign{
	text-align: right;
}
#footer{
	text-align: center;
	line-height: 40px;
	font-size: 85%;
	color: #001527;
	clear: both;
}
*html #layout{
	width: expression(document.body.clientWidth < 821? "778px" : "100%");
}
