body {
	background-color: #7dc242;
	margin:0;
	padding:0;
	
	background-position:top left;
	background-repeat:repeat-y;
	background-image:url(images/bg.jpg);
	
	font-family:"Trebuchet MS", Arial, Helvetica, serif;
	font-size:11px;
	height:auto;
	text-align:justify;
	font-weight:normal;
	color:#666666;	
}

a:link,
a:visited,
a:active
{
	color: #7DC242;
	text-decoration: none;;
}

a:hover {
	color: #6C934B;
	text-decoration:underline;
}

#container {
	width:790px;
	margin:0 0 0 73px;
}

#main_body {
	float:left;
	width:479px;
	padding-top:51px;
	padding-right:18px;
	padding-left:18px;
	padding-bottom:20px;

}

#menu_left {
	background-image:url(images/bg_menu_left.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0 0 25px 15px;
}

#menu_right 
  {
	background-image:url(images/bg_menu_right.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding:3px 15px 3px 0;
	background-color:#7dc242;
	height:20px;
  }

#logo_container 
  {
	float:left;
	padding:30px 0 0 15px;
  }

.header1 
  {
  display: block;
	font-family:"Trebuchet MS", Arial, Helvetica, serif;
	font-size:22px;
	color:#7dc242;
	padding: 0px 0px 10px 0px;
  }

.header2 
  {
	font-family:"Trebuchet MS", Arial, Helvetica, serif;
	font-size:17px;
	color:#7dc242;
	font-weight:bold;
  }

.header3 {
	font-family:"Trebuchet MS", Arial, Helvetica, serif;
	font-size:15px;
	color:#7dc242;
}

.green_text {
	font-family:"Trebuchet MS", Arial, Helvetica, serif;
	font-size:11px;
	height:auto;
	text-align:justify;
	font-weight:normal;
	color:#7dc242;
}     

ul
  {
  list-style: square;
  }
  
ul li
  {
  line-height: 25px;
  }  

