@CHARSET "UTF-8";

#in_news{
	height: 40px;
	background-color: #E8F0E5;
}
#news{
	width: 950px;
	margin: 0px auto;
}

#news h5{
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 0.8em;
}

#news p{
	font-size: 0.7em;
}

#in_topics{
	border-bottom: 15px solid #A8D396;
	padding: 40px 0px;	
}
#topics{
	width: 950px;
	margin: 0px auto;
}

#landing{
	width: 950px;
	margin: 0px auto;
}


#topics dl{
	float: left;
	width: 200px;
	margin-left: 30px;	
}


#topics dl a{
	color: #79A07D;
}

#topics dl a img{
	border: none;
}

#topics dt{
	float: left;
	width: 200px;
	background-image: url("../img/dt_icon.png");	
	padding-left: 25px;	
	line-height: 20px;
	height: 20px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	
}
