/* 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: right;
	margin: 0 0 5px 5px;
}





#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;
}

	#centreContent .contentPic {
		float: right;
		margin: 0 0 5px 10px;
	}
	
		#centreContent .contentPic p {
			margin-top: 5px;
			font-weight: bold;
			text-align: center;
		}





