/* CSS Document */
a:link {
	color: #4C6C35;
	text-decoration:underline;
}
a:visited {
	color: #4C6C35;
	text-decoration:underline;
}
a:active {
	color: #4C6C35;
	text-decoration:underline;
}
a:hover{
	color:#78b42a;
	text-decoration:none;
}
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a8930;
}
body {
	background-color: #8bb154;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#baner-container{
	background-image:url(../img/top-bg.gif);
	background-repeat:repeat-x;
	height:236px;	
	text-align:center;
}
#baner{
	width:851px;
	height:236px;
	margin:0px auto;
}
#main-container{
	background-image:url(../img/body-bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
}
#main-content{
	width:851px;
	margin:0px auto;
	text-align:justify;
}

.text{
	padding:10px;
	background-image:url(../img/txt-bg.jpg);
	background-repeat:repeat-x;
	background-color:#DAF8B8;
	width:580px;
	color:#435b33;
	font-size:12px;
	border-bottom:2px solid #b0d380;
	margin-bottom:10px;
}
#left-menu{
	width:231px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	background-image:url(../img/left-menu-bg.jpg);
	background-repeat:repeat-y;
	color:#FFFFFF;
	text-align:left;
}
#left-menu ul{
	list-style-type:none;
	padding:0px;	
	font-size:11px;
	width:231px;
	margin:0px;
	}
#left-menu li{
	margin:0px;
	width:211px;
	line-height:20px;
	padding:6px 7px 4px 13px;
	float:left;
	border-bottom:1px solid #779A24;
}
#left-menu a{
		width:211px;
		float:left;
	
		
}
#left-menu a:link{
	color:#ffffff;
	text-decoration:none;
}
#left-menu  a:visited{
	color:#ffffff;
	text-decoration:none;
}
#left-menu  a:active{
	color:#ffffff;
	text-decoration:none;
	}
#left-menu a:hover{
	color:#b0d38e;
	text-decoration:underline;
}
#left-menu .second_link{
	background-color:#7ea065;
	margin-left:4px !important;
	margin-left:0px;
	width:207px !important;
	width:204px;
	}
#left-menu .third_link{
	background-color:#95b181;
	margin-left:4px !important;
	margin-left:0px;
	width:207px;
}
#left-menu .fourth_link{
	background-color:#aabf9b;
	margin-left:4px !important;
	margin-left:0px;
	width:207px;
}
#right-content{
	float:left;
	width:591px;
}
#footer-container{
	background-image:url(../img/footer-bg.gif);
	background-repeat:repeat-x;
	height:104px;
	color:#FFFFFF;
	text-align:center;
}
#footer{
	width:851px;
	margin:0px auto;
	text-align:left;
}
h1{
	background-image:url(../img/h-bg.jpg);
	width:585px;
	margin:15px 0px 0px 0px;
	padding:10px 5px 5px 10px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:100;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#5F843E;
	border-bottom:2px solid #52790a;
}
h2{
	background-image:url(../img/h-bg.jpg);
	width:585px;
	margin:15px 0px 0px 0px;
	padding:7px 5px 3px 10px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:100;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#5F843E;
	border-bottom:2px solid #52790a;
}
.input_eko{
	background-image:url(../img/input.gif);
	border-top:1px solid #99b07f;
	border-left:1px solid #99b07f;
	border-bottom:1px solid #b6ca9f;
	border-right:1px solid #b6ca9f;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a8930;
}

