.news {	
	width:393px;
	height:381px;
	/* background image size: 395px x 383px */
	background:url(../images/news/bg.png);
	/* necessary to separate inner divs from top of the parent div */
	padding:1px;
}

.news .news_active{
	margin: 10px 0px 0px 9px;
	width: 375px;
	height: 110px;
}

.news .news_active .active_news_image {
	float:left;
	margin-right:5px;
	width:170px;
	height:100%;
	text-align:center;
}

.news .news_active .active_news_content {
	float:left;
	width:195px;
	height:100%;
	font-size:1.0em;
}

.news .news_active .active_news_content a{
	font-size: 1.1em;
	font-weight:bold;
	color:#698fda;
}

.news .news_active .active_news_content .active_news_title {
	font-size: 1.2em;
	font-weight:bold;
	color:#698fda;
	margin-bottom:5px;
}

.news .news_selector{
	margin: 10px 0px 0px 9px;
	width: 378px;
	height: 112px;
}

.news .news_selector table{
	width:100%;
	height:100%;
}

.news .news_selector .news_thumb_inactive{
	width:174px;
	height:41px;
	background:white;
}

.news .news_selector .news_thumb_inactive img{
	float:left;
	margin-left:1px;
	margin-top:2px;
	margin-right:10px;
}

.news .news_selector .news_thumb_inactive div a{
	font-size:0.9em;
	text-decoration:none;
}

.news .news_selector .news_thumb_inactive div a:hover{
	text-decoration:underline;
}

.news .news_selector .news_thumb_active{
	width:174px;
	height:41px;
	background:url(../images/news/story_bg.jpg);
	background-repeat:no-repeat;
}

.news .news_selector .news_thumb_active img{
	float:left;
	margin-left:2px;
	margin-top:1px;
	margin-right:7px;
}

.news .news_selector .news_thumb_active div a{
	font-size:0.9em;
	text-decoration:none;
}

.news .news_selector .news_thumb_active div a:hover{
	text-decoration:none;
}
