.newsBulletin {
	background: #fff url(pics/newsBottomSpecial.jpg) no-repeat left bottom;
	margin: 0 0 7px 0;
}
#main .newsBulletin {
	padding: 0 10px;
}

.clearDiv {
	clear: both;
}
/* NewsTop
================*/
.newsTop {
	background-color: #000;
	margin: 0 0 5px 0;
	height: 25px;
	position: relative;
}
#main .newsTop {
	margin: 0;
}
.newsMainTitle {
	padding: 5px 0 5px 10px;
	font-weight: bold;
}
#main .newsMainTitle {
	padding-left: 20px;
}
.newsMainTitle A {
	color: #fff;
	text-decoration: none;
}
.newsMainTitle A:hover {
	text-decoration: underline;
}
.newsMainTitle SPAN.newsRss A {
	display: block;
	width: 16px;
	height: 16px;
	background: url(pics/rss.gif) no-repeat center center;
	position: absolute;
	top: 5px;
	right: 10px;
}

/* NewsItem
================*/
.newsItem {
	padding: 0 10px 5px 10px;
	background: url(pics/newsTop.jpg) no-repeat left top;
}
#main .newsItem {
	padding: 20px 10px 0 20px;
}
#main .newsItem .clearDiv {
	height: 20px;
	border-bottom: 1px solid #ccc;
}
.newsDate {
}
.newsItem .newsTitle {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
  	padding: 5px 0 5px 0;
  	color: #000;
}
.newsItem .newsTitle A {
	color: #000;
	text-decoration: none;
}


.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;
}
#column2 A.newsReadMore {
	margin: 10px 0 0 0;
	white-space: nowrap;
	display: block;
	width: 115px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: url(../../color_orange/pics/buttonOrange.png) no-repeat center center;
}
/* newsItemShortened
================*/
.newsItemShortened {
	padding: 5px 10px;
}
.newsItemShortened .newsDate {
	font-weight: bold;
	padding-right: 3px;
}
.newsItemShortened DIV {
	display: inline;
}
.newsMarker {
	display: none;
}
/* newsBottom
================*/
.newsBottom {
	padding: 0 0 10px 0;
}
.newsToArchive {
}
