.newsBulletin {
	width: 317px;
	float: left;
	padding: 17px 0 13px;
}

.clearDiv {
	clear: both;
}
/* NewsTop
================*/
.newsTop {
	padding: 0 0 8px 0;
}
.newsMainTitle {
	font-weight: normal;
	font-family: Georgia;
	font-size: 12px;
	padding-left: 10px;
}
.newsBulletin .newsMainTitle a {
	color: #000;
}
.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 {
	background: #f5f8fb url('../../pics/bulletinArrow.png') no-repeat 39px top;
	padding: 27px 0 22px 105px;
	position: relative;
	height: 120px;
}
.newsDate {
	position: absolute;
	left: 34px;
	top: 11px;
	font-family: Georgia, serif;
	font-size: 48px;
	color: #005597;
	text-align: center;
}
.newsDateMonth { 
	color: #0f456f; 
	font-family: Georgia, serif;
	font-size: 9px; 
	text-transform: uppercase;
	padding-top: 4px;
}
.newsTitle {
	font-family: Georgia;	
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 23px;
	width: 190px;
	font-weight: normal;
}
.newsTitle a {
	color: #005597;
}
.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;
	font-size: 11px;
	line-height: 16px;
	color: #263543;
	width: 190px;
}
A.newsReadMore {
	white-space: nowrap;
}
/* newsItemShortened
================*/
.newsItemShortened {
	padding: 5px 0;
}
.newsItemShortened DIV {
	display: inline;
}
.newsMarker {
	display: none;
}
/* newsBottom
================*/
.newsBottom {
}
.newsToArchive {
}
