body{
	margin: 0px;
}

td{
	font-family:  Arial, Helvetica;
	font-size: 11px;
	color: #333333;
}

.left{
	width: 209px;
}

#top_left{
	background-image: url(images/top_left.jpg);
	background-position: right;
	background-repeat: repeat-y;
	width: 209px;
	height: auto;
}

#top_nav{
	height: 32px;	
	vertical-align: middle;
	text-align: right;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: white;
}

#top_nav a{
	color: #333333;
	border: 0px;
	height: 32px;
	padding: 6px;
	text-decoration: none;
}

#top_nav a:hover{
	color: #fff;
	background-color: #333333;
	border: 0px;
	height: 32px;

}

#left_sec{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 209px;
	padding-top: 35px;
	background-image: url(images/leftsec_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: white;
	height: 378px;
	
	
}

#leftsec_area{
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	margin-top: 0px;
	width: 199px;
	background-image: url(images/leftsec_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: white;
}

.section{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #336600;
	border-bottom: 1px dashed #333333;
	margin-bottom: 5px;
	margin-top: 5px;
}

.searchbox{
	border: 1px solid black;
	height: 15px;
	width: 98%;
	margin-bottom: 5px;
}

.text1{
	width: 50px;
	float: left;
	height: 15px;
}

.loginbox{
	border: 1px solid black;
	height: 15px;
	width: 110px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.listbox{
	height: 15px;
	width: 98%;
	margin-bottom: 5px;
	font-family: Arial, Helvetica;
	font-size: 11px;
}

/*============main ========*/
#main_left{
	float: left;
	width: 45%;	
	margin: 5px;
	border-right: 1px dashed #333333;
	padding-right: 5px;
	padding: 10px;
}

#main_left ul{
	margin: 0px;
	padding: 15px;
	padding-bottom: 0px;
}

#main_left ul li{
	margin-bottom: 10px;	
}

#main_left ul li a{
	font-weight: bold;
	color: #666633;
}

#main_left ul li a:hover{
	text-decoration: none;
}

.morenews{
	color: #669933;
}

.morenews:hover{
	text-decoration: none;
}


#main_right{
	float: left;
	width: 40%;		
	margin: 5px;
	margin-left: 0px;
	padding: 10px;
	padding-left: 0px;
}



#main_right ul{
	margin: 0px;
	padding: 15px;
	padding-bottom: 0px;
}

#main_right ul li{
	margin-bottom: 10px;	
}

#main_right ul li a{
	font-weight: bold;
	color: #666633;
}

#main_right ul li a:hover{
	text-decoration: none;
}




#footer{
	background-image: url(images/footer_bg.jpg);
	background-color: #009900;
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px;
	color: white;
}

#footer a{
	color: white;
}

#footer a:hover{
	text-decoration: none;
}

.c{
	clear: both;
}