@charset "utf-8";
/* CSS Document */

	
/**********************************************************************************************/
/* Heading/font sizes, colours and links */

h1 {color:#000000;}
h3 {color:#000000;}
h4 {color:#333333;}
h5 {color:#333333;}
h6 {color:#333333;}

a, a:link, #dnn_contentpane table a, #dnn_contentpane table a:link {color:#000000;text-decoration:underline;}

#dnn_contentpane .DarwinContactUsSubmitButtonContainer { clear: both; }

#dnn_contentpane table p {padding-left:0px;}

#dnn_contentpane {
	width:100%;}

	
#dnn_contentpane table {
	clear:both;
	width:auto;
	border:none;
	margin:0px;
	display:block;
	/* added float: none to fix news article issue where the date of the news article was rendering at the top right of the content pane. */
	float: none;
	}
	
/* For new centreImagePane added to subpage-blue - 12-05-09 */
#middlecol .cssDarwin_Image_Image { margin-left: -13px; margin-top: -13px; padding-bottom: 10px; }

