h1, h2, h3, h4, h5, h6{
	margin: 0; padding: 0;
	font-size: 100%;
}

ul#navigation {
	padding-top:2px;
}
ul#navigation li, ul#navigation li h2{
	display: inline;
}
ul#navigation li h2 a{
	color: #fff;
	margin: 6px;
	line-height: 13px;
}
ul#navigation li h2 a:hover{
	color: #006598;
	background: #fff;
}	
		
		
body {
	margin: 0 auto;
	background-color:#4F8636;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	font-size:11px;
	color: #000000;
	background-image: url("images/background_white.jpg");
	background-attachment: fixed;
}



.main_title {  
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px;  
color: #6D8A2D; 
font-weight: bold;
text-decoration: none
}


.main_title_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;

}


.small_text {  
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;  
color: #000000; 
text-decoration: none
}
	

.green_small_text {  
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;  
color: #6D8A2D; 
text-decoration: none
}



.small_text_bold {  
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;  
color: #000000; 
text-decoration: none;
font-weight: bolder;
}


.green_large_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;	
	color: #6D8A2D;
	text-decoration: none;
	
}

.green_large_text_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #4F8636;
	text-decoration: none;
	font-weight: bolder;
}	
		
		

div#container {
	width:800px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: B3B2B2;
	border-bottom-color: B3B2B2;
	border-left-color: B3B2B2;
	background-color:#FFFFFF;
	height:600px;
	text-align: left;
	vertical-align: top;
	
}

div#main_left {
	width:178px;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	min-height: 400px;
	background-color: #f0f0f0;
	height: 400px;
	float:left;
}
div#main_container {
	width:622px;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	min-height: 400px;
	margin-left:178px;
}

div#footer {
	border-top: 1px solid #ebebeb;
	width:800px;
	background-color: white;
	padding-left: 185px;
	padding-top: 5px;
	text-align:left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #b0b0b0;
}

a.nav {
	color: white;
	font-size: 12px;
	padding-left: 3px; 
	padding-right: 12px;
	
}


a.footer {
	color: #406F29;
	font-size: 10px;
	
	
}

td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	
}



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

input {
	border : 1px solid #c0c0c0;
	height: 18px;
	font-size:11px;
	font-family: Tahoma, Verdana, Arial;
	background-color: white;
}

input.but {
	text-align: center;
	font-size:10px;
}

span.t_green {
	color: #369342;
	text-transform : capitalize;
}

span.t_grey {
	color: #808080;
	text-transform : capitalize;
}

div#text_content {
	width:776px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:left;
	min-height: 400px;
}

span.mark{
	color:white;
	background-color:379342;
}

