.newsBulletin {
	padding: 10px 0 0 170px;
	position: relative;
	border-bottom: 1px solid #ededed;
	margin-bottom: 24px;
}

.clearDiv {
	clear: both;
	display: block !important;
}
/* NewsTop
================*/
.newsTop {
	padding: 0 0 1px 0;
}
.newsBulletin .newsMainTitle {
	height: 33px;
	line-height: 33px;
	position: absolute;
	top: 0;
	left: 20px;
	background: url('../../pics/newsMainTitleGradient.gif') repeat-x left top;
	padding: 0;
}
.newsBulletin .newsMainTitle A {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	position: relative;
	margin: 0;
	text-transform: uppercase;
	padding: 0 26px 0 28px;
	font-family: EauDouceSansLight,sans-serif,arial;
}
.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;
	border: 0;
}
.newsDate {
	font-family: EauDouceSansLight,sans-serif,arial;
	color: #007FD1;
	font-size: 18px;
	display: inline;
	width: 93px;
	text-align: right;
	padding-right: 40px;
	float: left;
}
.newsDateDay, .newsDateMonth {
	display: inline;
}
.newsDateYear {
	display: none !important;
}
.newsTitle {
	font-family: EauDouceSansLight,sans-serif,arial;
	color: #007FD1;
	font-size: 18px;
	text-transform: uppercase;
	width: 647px;
	float: left;
}
.newsDetails {
	display: none;
}
.newsDetails DIV {
	display: inline;
}
.newsSource {
	font-style: italic;
}
.newsImage {
}
.newsImage IMG {
	float: left;
	padding: 10px 10px 5px 0;
}
.newsText {
	padding: 11px 0 4px 132px;
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666;
}
A.newsReadMore {
	white-space: nowrap;
}
/* newsItemShortened
================*/
.newsItemShortened {
	padding: 5px 0;
}
.newsItemShortened DIV {
	display: inline;
}
.newsMarker {
	display: none;
}
/* newsBottom
================*/
.newsBottom {
}
.newsToArchive {
	float: right;
	padding: 9px 0 29px;
}