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

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

img.newsListImage, div.newsListIntro {
	float: right;
	margin: 0.2em 0 0.5em 0.5em;
	padding: 3px;
	border: 1px solid #E7E7E7;
}


h3.newsArticleTitle {
	margin: 0 0 0em;
	line-height: 110%;
}
h3.newsArticleTitle a {
	font-weight: bold;
	text-decoration: none;
}
h3.newsArticleTitle a:hover {
	text-decoration: underline;
}



#centreContent p.newsDateInfo {
	clear: both;
	color: #666;
	font-size: 86%;
	padding: 0 0 5px 0;
}
#centreContent ul.newsOptions {
	padding: 0;
	margin: 0 0 1em 0;
	/*border-top: 1px solid #EEEEEE;*/
}
#centreContent ul.newsOptions li {
	list-style: none;
	margin-left:0;
}
#centreContent ul.newsOptions li a{
	text-decoration: underline;
}
#centreContent ul.newsOptions li a:hover {
	text-decoration: none;
}



#newsPic {
	margin: 0 0 10px 10px;
	float: right;
	border: 1px solid #E9E9E9;
	background-color: #FBF8EF;
}
#newsPic img {
	background: #FFFFFF;
	margin: 3px;
	padding: 1px;
}
#newsPic p{
	margin: 3px;
	font-size: 0.8em;
	color: #666666;
}
