/*Latest News (Bulletin Preview) Stylesheet*/
#latestNews	.block{
background-color:#557973;
}

#latestNews	.main{
border:1px solid #BBBBBB;
background-color:#eeeeee;
}

#latestNews	.readmore{}


#newsBulletin{
padding:5px;
}

#newsBulletin a {
	color:#102E80;
}

#newsBulletin a:hover {
	color:#efefef;
}

#newsBulletin .title{
color:white;
font-weight:bold;
}

#newsBulletin .readmore{
	font-size: 10px;
	clear: both;
	color: #FFD700;
}

#newsBulletin .newsCell {
	width: 33%;
	vertical-align: top;
	padding-bottom:15px;
	text-align:left;
}

#newsBulletin .article{
	clear:both;
	margin-bottom:10px;
}

#newsBulletin .main_article{
	float:left;
	margin-left:5px;
	width:75%;
}

#newsbulletin .date, .newsItem_date{
clear:both;
color:#50BBFF;
font-weight:bold;
font-size: 10px;
}