/* CSS for the news */
h3.newsListArticle {
	padding: 0;
}
div#centreContent{
	width:auto;
	position: relative;
}

div.newsListArticle {
	margin-bottom: 1.3em;
}
div.newsListArticleDetails {
	overflow: hidden;
	width: 100%;
}

img.newsListImage, div.newsListIntro {
	float: left;
	margin: 0.2em 0.8em 0.5em 0;
}





#centreContent p.newsDateInfo {
	clear: both;
	color: #BBBBBB;
	font-size: 92%;
}
#centreContent ul.newsOptions {
	padding: 0 0 0 1.2em;
	margin: 0 0 1em 0;
	/*border-top: 1px solid #EEEEEE;*/
}
#centreContent ul.newsOptions li a{
	color:#0091C2;
}
#centreContent ul.newsOptions li a:hover {
	text-decoration: none;
}




