/* 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;
}



		div.newsListArticle {
			margin-bottom: 20px;
		}
		
			div.newsListArticle h3 {
				border-bottom: 2px solid #FFF;
				padding-bottom: 2px;
				margin-left:0 !important;
				padding-top: 5px;
				font-size: 123.1%;
				font-weight: bold;
			}
			
				div.newsListArticle h3 span {
					display: block;
					line-height: 8px;
					height: 8px;
					width: 8px;
					background-color: #6CF;
					float: left;
					margin: 6px 8px 0 0;
				}
			
				div.newsListArticle h3 a {
					color: #001046;
					text-decoration: none;
				}
				
				div.newsListArticle h3 a:hover {
					text-decoration: underline;
				}
			
			div.newsListArticle p {
				margin-left: 0 !important;
				margin-bottom: 10px !important;
			}
			
			div.newsListArticle p.newsDateInfo {
				/* color: var(profileHead) !important; */
				font-size: 85%;
				padding: 0 !important;
			}
			
			ul.newsOptions {
				margin-left: 0 !important;
				padding-left: 0 !important;
			}
			
				ul.newsOptions li {
					list-style: none !important;
				}
			
					ul.newsOptions li a {
						color: #001046;
					}	
			
			.newsDateInfo {
				font-size: 85%;
				margin-bottom: 25px !important;
			}

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


