@import url("layout.css");
@import url("text.css");
@import url("side-map.css");


h2 {
	background-image: url(../images/news/news-h2.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	height: 60px;
	width: 800px;
	text-indent: -9999px;
	background-position: 0px 10px;
	padding: 0px;
}

#news-left {
	margin: 0px;
	float: left;
	width: 559px;
	padding-top: 20px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 22px;
}
#news-left h3{
	font-size: 14px;
}
#news-left h4{
	text-align: right;
	font-weight: normal;
	font-size: 12px;
}
#news-left ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#news-left li{
	background-image: url(../images/top/newsli.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
}

#news-left li a{
	text-decoration: none;
}

#news-left li a:hover{
	text-decoration: underline;
}

#news-right {
	margin: 0px;
	width: 198px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#box{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
