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

/*body dimensions*/

a:link {color:#663300; text-decoration:none;}     /* unvisited link */
a:visited {color: #333333; text-decoration:none; }  /* visited link */
a:hover {color: #333333; text-decoration:none;}   /* mouse over link */
a:active {color: #333333; text-decoration:none;}   /* selected link */
body {
	margin: 0px auto 0px auto;
	text-align:center;
	background-image:url('images/grass.jpg');
	background-color:#cadcbc;
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#wrapper {
height:auto;

}
#sitebody {
	width:1014px;
	height:100%; 
	margin: 0px auto 0px auto;
	text-align:left; 	
	background-image:url('images/content_bg2.jpg'); 
	background-repeat:repeat-y;
}
#content_body2 {
	width:1014px; 
	height:100%; 

	margin: 0px auto 0px auto;
}
#content_body {
	width:1014px; 

	height:100%; 
	margin: 0px auto 0px auto;
}
#content {
	width:924px;
	height:auto;
	background-color:#eff4eb;
	background-image:url('images/grass2.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left:42px;
	margin-top:0px;
	float:left
	}
	
	
#footer {
width:100%;
height: 100px; 
clear:both;
font-size:11px;

}	

/*body dimensions end */
#columns {
	width:924px;
	height:auto;

	float:left;
}
#left_content {
	width:490px;
	height:auto;
	padding-left:25px;
	padding-top:20px;
	padding-right:10px;
	float:left;
}

#left_content2 {
	width:670px;
	height:auto;
	padding-left:0px;
	padding-top:0px;
	padding-right:0px;
	float:left;
}
#left_content3 {
	width:520px;
	height:auto;
	padding-left:25px;
	padding-top:20px;
	padding-right:10px;
	float:left;
}

#left_content3 a:link
{color: #2c3f14; background: none; font-weight: bold;}

#left_content3 a:active
{color: #2c3f14; background: none; font-weight: bold;}

#left_content3 a:hover {
color: #ffffff; text-decoration:none; font-wight: bold;}   /* mouse over link */

#left_content3 a:visited
{color: #2c3f14; background: none; font-weight: bold;}






#right_content {
	width:389px;
	float:right;
	
}
#right_content2 {
	width:254px;
	float:right;
	height:200px;

	
}


* html #content {
  position:relative;
  right:0px
 } 
 
 .header_t {
	color: #2c3f14;
	font-weight: bold;
	font-size: 16px;
}
 .header_t2 {
	color: #2c3f14;
	font-weight: bold;
	font-size: 14px;
}








.red {color: #FF0000; font-weight: bold; }

.header3{
	font-size: 16px;
	font-weight: bold;
}
.header4 {
	background-image:url(images/button_bg.jpg);
	background-repeat:no-repeat;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;

	padding-top:12px;
	text-align:center;
	height:30px;
	width:130px
}

.header5{
	font-size: 18px;
	font-weight: bold;
}
.style2 {	font-size: 24px;
	font-weight: bold;
}
-->