div.news_feature {
	padding: 10px 0px;
	margin: 0px;
}

div.news_article {
	height: auto;
	padding: 10px 0px;
	margin: 0px;
}

div.news_feature img, div.news_article img {
	float: right;
	margin: 0px 0px 5px 5px;
  border: none;
}

div.news_feature h3, div.news_article h3 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

div.news_feature span.title_date, div.news_article span.title_date {
	font-size: 10px;
	font-weight: normal;
}

span.news_back {
  
}

span.news_more {
  
}

span.news_archive {
  
}

table.news_dates {
	width: 100%;
}

div.news_item {
width:222px;
height:90px;
float:left;
margin-right:25px;
margin-left:0px;
padding:0px;
line-height:18px;
overflow: hidden;
}

div.news_item h3{
padding-top:0px
}

div.news_item p.news_date{
padding:0px;
margin:0px;
color:#666;
font-size:8pt
}
div.news_item p.news_category{
padding:0px;
margin:0px;
color:#666;
font-size:8pt;
float:right
}

div.latest_news_box {
	background-image: url('../images/structure/internal_column_box_background.gif');
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 193px;
	margin-left:5px;
}
div.latest_news_box h4 {
	background-image: url('../images/structure/internal_column_box_top.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12px;
	margin: 0;
	padding: 5px 8px;
}
div.latest_news_box ul {
	background-image: url('../images/structure/internal_column_box_bottom.gif');
	background-repeat: no-repeat;
	background-position: 0 100%;
	margin: 0;
	padding: 0 10px 5px 10px;
	min-height: 70px;
}
div.latest_news_box ul li{
	margin-left: 10px;
}