
body {
	margin: 0px;
	background-color: #A0C571;
}

	#td_top {
		background-image: url('images/top.jpg'); 
		background-position: top left; 
		background-repeat: no-repeat; 
		background-color: #2F5327; 
		height: 64px;
	}
	
	#td_left {
		width: 5%;
		background-image: url('images/left.jpg');
		background-position: top left;
		background-repeat: no-repeat;
	}	
	
	#td_main {
		height: 749px; 
		background-image: url('images/bottom.jpg'); 
		background-repeat: no-repeat; 
		background-position: bottom left; 
		background-color: #A0C571;
	}
	
	#main_table {
		background-color: #fff; 
		margin-bottom: 64px; 
		background-image: url('images/clover_ng.gif');
		background-position: bottom right; 
		background-repeat: no-repeat; 
		border-top: 6px solid #A0C571; 
		background-color: #fff; 
		width: 100%;
		height: 585px;
	}
	
		#main_td {
			vertical-align: top;
		}
	
	#td_right {
		background-image: url('images/right.jpg'); 
		background-repeat: no-repeat;
		width: 5%;
	}
	
		#intro_cell {
			height: 170px; 
			padding-left: 498px; 
			padding-top: 40px; 
			background-image: url('images/splash.jpg'); 
			background-repeat: no-repeat; 
			background-color: #8AC138; 
			font-family: Verdana; 
			font-size: 12px; 
			font-weight: normal;
		}
		
		#latest_news {
			width:30%;
			padding: 12px; 
			background-color: #E3FEBA; 
			padding-left: 30px;
		}
	
#logo {
	position: relative; 
	top: -58px; 
	left: 11px;
}

.nav_on {
	border-left: 6px solid #A0C571; 
}

.nav_off {
	border-left: 6px solid #ccc; 
}

.nav_text {
	font-family: 'Times New Roman'; 
	font-size: 20px; 
	font-weight: normal;
	letter-spacing: -1px;
	padding-left: 6px;
	color: #000;
	text-decoration: none;
}

.title {
	font-family: 'Times New Roman', Verdana; 
	font-size: 32px; 
	font-weight: normal;
	border-bottom: 3px solid #A0C571;
}

.subtitle {
	font-family: 'Times New Roman', Verdana; 
	font-size: 19px; 
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

	a:hover.subtitle {color: #A0C571;}

.description {
	font-family: Arial, Verdana; 
	font-size: 12px; 
	line-height: 18px;
	font-weight: normal;
	color: #000;
}

.read_more {
	font-family: Verdana; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #A0C571;
}

.maintext {
	font-family: Arial;
	font-size: 12px;
}

#side_div {
	width: 100%;
	padding-left: 18px;
}

#main_div {
	width: 99%;
}



.pagination_on {
	width: 28px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	
	border: 1px solid #000;
	background-color: #A0C571;
	padding: 6px;
	margin-left: 2px;
	
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	
	cursor: hand;
	cursor: pointer;
}
	
.pagination_off {
	width: 28px;
	height: 28px;
	text-align: center;
	vertical-align: middle;

	border: 1px solid #000;
	background-color: #666;
	padding: 6px;
	margin-left: 2px;
		
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	
	cursor: hand;
	cursor: pointer;
}

	.pix_thumbnail {
		float: left;
	}
	
	.villages_off {
		width: 48%;
		border: 1px solid #ccc;
		cursor: hand;
		cursor: pointer;
		background-image: url('images/leaves_off.gif');
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	
	.villages_on {
		width: 48%;
		border: 1px solid #A0C571;
		cursor: hand;
		cursor: pointer;
		background-image: url('images/leaves.gif');
		background-position: bottom right;
		background-repeat: no-repeat;	
	}
	
	.sidenav_on {
		width: 100%;
		height: 35px;
		border-bottom: 1px solid #A0C571;
		text-align: right;
	}
	
	.sidenav_off {
		width: 100%;
		height: 35px;
		border-bottom: 1px solid #000;
		text-align: right;
	}
	
	#footer {
		width: 100%; 
		position: relative; 
		top: -60px; 
		height: 25px;
		left: 0px; 
		text-align: right;
		
		color: #000;
		font-family: Arial;
		font-size: 11px;
		text-decoration: none;
	}

		.footer_text {
			color: #000;
			font-family: Arial;
			font-size: 11px;
			text-decoration: none;
		}
		
	.latest_news1 {
		vertical-align: top; 
		padding-bottom: 6px;
		width: 20px;
	}
	
	.latest_news2 {
		padding-top: 5px; 
		padding-left: 2px; 
		padding-bottom: 6px;
	}
	
	.news_plus {
		font-size: 18px; font-weight: bold; color: #5E813B; font-family: Verdana; 
	}
	
	.news_link {
		color: #000; font-family: Verdana; font-size: 11px; text-decoration: none;
	}
