@charset "utf-8";

#hdrContainer {
	background:#211f3b;
}
#topMain {
	width:960px;
	height:330px;
	margin:0 auto;
}
#container {margin:30px auto 0;}
#leftCol {
	float:left;
	width:630px;
	color:#d3d2d8;
}
#rightCol {float:right; width:300px;}

#leftCol a {
	color:#d3d2d8;
	text-decoration:none;
}
#leftCol a:hover,
#leftCol a:focus,
#leftCol a:active {
	color:#d3d2d8;
	text-decoration:underline;
}

#newsHdr {
	position:relative;
	height:18px;
	margin:0 0 10px 0;
	background:url(../images/separator.gif) no-repeat right top;
}
#newsHdr h2 {
	font-size:1.2em;
	font-weight:bold;
	float:left;
}
#newsHdr ul li {
	float:right;
	background:url(../images/separator.gif) no-repeat left top;
	padding:0 15px;
	height:20px;
	font-size:11px;
}
#newsHdr ul li.arrow a {
	background:url(../images/arrow.gif) no-repeat left 2px;
	padding:0 0 0 12px;
	margin-top:5px;
	display:block;
}
#newsHdr ul li.rss a {
	background:url(../../images/icon_rss.gif) no-repeat right 3px;
	padding:3px 20px 0 0;
	/*margin-top:2px;*/
	display:block;
	font-family:Arial, NSimSun,Hei,Kai,'MS UI Gothic', 'Osaka',  sans-serif;
}

#newsCol ul {
	border-top:3px solid #f0bb2b;
}
#newsCol ul li {
	background:url(../images/dotline.gif) repeat-x left bottom;
	padding:5px 0;
	position: relative;
}
#newsCol ul li .date {float:left; width:100px; padding:5px 0;}
#newsCol ul li a,
#newsCol span.news,
#newsCol span.events {
	float:left;
	display:block;
	padding:5px 0 5px 56px;
/*	word-break:break-all;*/
	width:470px;
	min-height:12px;
}


/*#newsCol a:link {
	color:#444399;
	text-decoration:underline;
}
#newsCol a:hover,
#newsCol a:focus,
#newsCol a:active {
	color:#444399;
	text-decoration:none;
}*/

#newsCol .events {
	background:url(../../images/icon_events.gif) no-repeat left 5px;
}
#newsCol .news {
	background:url(../../images/icon_news.gif) no-repeat left 5px;
}
html>/**/body #newsCol .news {
	background:url(../../images/icon_news.gif) no-repeat left 7px;
}
html>/**/body #newsCol .events {
	background:url(../../images/icon_events.gif) no-repeat left 7px;
}



@media print {
#leftCol,
#leftCol a {color:#000000;}