.heading, .column2Text, .thirdNav {
	display: none;
}
.newsList {
	padding: 0;
}

.clearDiv {
	clear: both;
}
/* NewsTop
================*/
.newsTop {
	padding: 0 0 10px 0;
}
.newsMainTitle {
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #0081b7;
}
.newsMainTitle SPAN.newsRss A {
	margin: 0 0 0 10px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../pics/rss.gif') no-repeat center center;
}
/* NewsItem
================*/
.newsItem {
	padding: 0 0 15px 0;
}
.newsDate {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	color: #000;

	float: left;
	width: 117px;
}
.newsTitle {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	float: left;
	max-width: 547px;
	width: 82.4%;
}
.newsDetails {
}
.newsDetails DIV {
	display: inline;
}
.newsSource {
	font-style: italic;
}
.newsImage {
}
.newsImage IMG {
	float: left;
	padding: 10px 10px 5px 0;
}
.newsText {
	padding: 5px 0 0 0;
}
A.newsReadMore {
	white-space: nowrap;
}
/* newsItemShortened
================*/
.newsItemShortened {
	padding: 5px 0;
}
.newsItemShortened DIV {
}
.newsItemShortened .newsDate {
	padding: 0;
	font-size: 15px;
	font-weight: 300;
}
/* newsPagination
================*/
.newsPagination {
	padding: 10px 0;
}
.prevNext {
}
A.prevNextButton {
}
A.prevButton {
}
A.nextButton {
}
SPAN.prevNextPages {
}
.disabledPrevNextButton {
	display: none;
}

.newsCategoryDescription {
clear: both;
}
.newsPaginationTop {
display: none;
}