/* CSS Document */

body{
	padding:0;
	margin:0;
	background:#087f02;
	background-image:url(pic/bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:black; /*336633*/
}
h1, h2, h3, h4, h5 {
	margin:15px 0;
	padding:0;
	color:#2D5C3D;
	line-height:25px;
}
p{
	margin:10px 0;
	padding:0;
	line-height:20px;
}

a{
	color:#507324;
	text-decoration:underline;
}
a:hover{
	color:#507324;
	text-decoration:none;
}

a img {
	border: 0;
}

.container{
	text-align:center;
	width:850px;
	margin: 0 auto;
	background-position:top;
	background-repeat:repeat-y;
	background-image:url(pic/content_bg.png);
}

.header{
	height:264px;
	/* border-bottom:5px solid #446611; */
}


/* Menu */
.menu{
	margin: 0 auto;
	margin-top: 4px;
	width: 800px;
	height:60px; /*67*/
	font-size:14px;
	background-image:url(pic/link_bg.jpg);
	}
	
.menu ul{
	padding:20px 6px 0;
	margin:0;
}
.menu li{
	text-align:center;
	list-style-type:none;
	float:left;
	padding-left: 30px;

}
.menu li a{
	text-decoration:none;
	font-weight:bold;
	color:white;
	
	display:block;
}
.menu li a:hover{
	text-decoration:underline;
	display:block;
	color:white;
}
/* Menu End */
.body{
	margin-left: 20px;
	margin-right: 20px;
}
.left{
	float:left;
	padding-top: 10px;
	width: 200px;
	margin-left: 15px;
}

.left_top{
	height: 20px;
	background-position:top;
	background-image:url(pic/left_top.jpg);
}

.left_middle{
	background-repeat:repeat-y;
	background-image:url(pic/left_middle.gif);
}

.left_bottom{
	height: 19px;
	background-position:top;
	background-image:url(pic/left_bottom.gif);
	margin-bottom:10px;
}

.center{
	float: right;
	width: 560px;
	text-align:left;
	padding:10px;
}
.center li{
	margin:10px 0;
	padding:0;
	line-height:19px;
}

.footer{
	clear:both;
	background-color: #267319;
	margin-left: 25px;
	margin-right: 25px;
	font-size:10px;
	height: 81px;
	line-height:15px;
	padding:0 5px;
	text-align:right;
	margin-top:4px;
	color:#ffffff;
}

.footer_text{
	padding-top: 30px;
	padding-right: 20px;
}

.footer a{
	color:#ffffff;
}
.footer a:hover{
	color:#999999;
}
.bottom {
	margin-top: 1px;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image:url(pic/footer_bg.png);
	height: 21px;
}

.seo {
	clear:both;
	text-align:center;
	margin-top:4px;
	color:black;
	font-size:12px;	
}

.seo a{
	color:black;
	text-decoration:underline;
}
.seo a:hover{
	color:black;
	text-decoration:none;
}

a img {
	border: 0;
}


/* BIA Standard */
.centered{
	text-align:center;
}
.bold{
	font-weight:bold;
	color:#2D5C3D;
}
.big{
	font-size:x-large;
}
.impact{
	color:#336600;
	font-size:large;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.right{
	text-align:right;
}

.mb{
	margin:10px;
}

/*sometimes needed*/
p.response{
	margin:10px 0 0;
	font-style:italic;
}
p.subscription{
	margin:0 0 10px;
	text-align:right;
}
.thickbox img{
	margin:5px 2px;
}
a.thickbox img {
	border:1px solid #2D5C3D;
}
a.thickbox:hover img{
	border:1px solid #CCCCCC;
}
}
.section {
 border: 1px solid #006600;
 border-top: 1px solid #006600;
 width: 800px;
 padding-left: 1px;
 padding-right: 0px;
}
#sectionSiteContent {
 font-size:0.5em;
 color: #aaa;
 height: 75px;
 overflow: scroll;
}
/* BIA Standard end */