#topmain {
	float: left;
	width: 510px;
	padding:0px 0px 10px 10px;
	margin:0px;
}
#topnews {
	float: left;
	width: 210px;
	padding:0px 0px 10px 15px;
	margin:0px;
}
#topnews H2{
	background-repeat: no-repeat;
	background-position:0px;
	border-bottom: 1px dashed #99CC33;
	height: 32px;
	padding:3px 0px;
	margin:0px; 
}
#topnews H2 span { display: none;}
#topnews H2#event { background-image: url(../img/top_event.gif);}
#topnews H2#info { background-image: url(../img/top_info.gif);}
#topnews dl {
	font-size: 84%;
	margin:0px;
	padding:5px 0px 15px 0px;
}
#topnews dt {
	padding:0px;
	margin:3px 0px;
	color: #FF6600;
}
#topnews dd {
	padding:0px;
	margin:0px;	
	line-height: 140%;
}

a:link { color: #777; text-decoration: underline;}
a:visited { color:#777; text-decoration: underline;}
a:active  { color:#777; text-decoration: underline;}
a:hover { color: #5CA30A; text-decoration: none;}