/* CSS Document */

body{
	background:url(images/bg.jpg) left top repeat-x;
	background-color:#3F6819;
	padding:0px;
	margin:0px;
	}
	
.header_bg{
	background:url(images/header_bg.jpg) left top repeat-x;
	height:111px;
	}
	
.header_bg_2{
	background:url(images/header_bg_2.jpg) left top no-repeat;
	height:111px;
	}
	
.right_bar_bg{
	background:url(images/right_bar_bg.jpg) left top repeat-x;
	background-color:#36E734;
	}
	
.right_bar_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	line-height:22px;
	}
	
.content_text{
	font-family:Arial, Helvetica, sans-serif	;
	font-size:12px;
	color:#000000;
	text-decoration:;
	}
	
.heading_text{
	font-family:Arial, Helvetica, sans-serif	;
	font-size:18px;
	color:#000000;
	text-decoration:;
	}	
	
.footer_bg{
	background:url(images/footer_bg{.jpg) left top repeat-x;
	height:40px;
	}
	
.link_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}
	
.link_text a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}
	
.link_text a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	}		
	
						
		