/* CSS for the news */
h3.newsArticleTitle {
	margin-top: 0px !important;
	margin-bottom: 2px !important;
}

h3.newsArticleTitle a {
	color: #B99A00;
}

h2.newsArticleTitle {
	font-size: 131% !important;
	margin-bottom: 2px !important;
}

.mainNewsTitle {
}

div#centreContent{
	width:auto;
	position: relative;
}

div.newsListArticle {
	margin-bottom: 30px;
	position: relative;
}
div.newsListArticleDetails {
	overflow: hidden;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c0c0c0;
}

img.newsListImage, div.newsListImage {
	top: 0;
	left: 451px;
	z-index: 999;
	position: absolute;
	border: 10px solid #fff;
	background-color: #fff;
}

div.newsListImage {
	margin-top: 30px;
}

div.newsListImage span {
	display: block;
	padding-top: 10px;
	text-align: center;
	font-size: 85%;
}

.leftPaginated {
	margin-right: 0 !important;
}





#centreContent p.newsDateInfo, #centreContent p.newsDateInfoMain {
	clear: both;
	color: #BBBBBB;
	font-size: 83%;
	margin-bottom: 2px;
}
#centreContent p.newsDateInfoMain {
	margin-bottom: 10px;
}

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





