/*Latest News (Bulletin Preview) Stylesheet*/
#latestNews	.block{
background-color:#557973;
}

#latestNews	.main{
border:1px solid #BBBBBB;
background-color:#eeeeee;
}

#latestNews	.date{
color:#555555;
}

#latestNews	.readmore{}


#newsBulletin{
padding:5px;
position: relative;
overflow: hidden;
height: 260px;
}

#newsBulletin #articles {position: absolute; left: 0; top: 0;}

#newsBulletin .article {padding: 10px; height: 110px; width: 258px;}

#newsBulletin a {
	color:#6CAD80;
	font-weight: bold;
	display: block;
	border: 1px solid #6CAD80;
	margin-top: 3px;	
	padding: 3px 5px;
	float: left;
}

#newsBulletin a:hover {
	color:#fff;
	background: #6CAD80;
}

#newsBulletin .title{
color:#006400;
font-weight:bold;
}

#newsBuleltin .readmore{

}

#newsbulletin .date{
color:#999999;
font-weight:bold;

}

#newsBulletin img {max-width: 75px;}
#newsBulletin div {overflow: hidden;}
