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

body {
	background:url(../../images/pink_pagebg.gif) top repeat-x #000000;
	}
	
/**********************************************************************************************/
/* Heading/font sizes, colours and links */

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

a, a:link, #dnn_contentpane table a, #dnn_contentpane table a:link {color:#d10066;}
a:hover, #dnn_contentpane table a:hover{color:#000000;}

#dnn_contentpane .DarwinContactUsSubmitButtonContainer { clear: both; }

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

#dnn_contentpane {
	width:auto;}
	
#logo {
	background:url(../../images/logo-pink.gif) no-repeat top;
	}
	
#subnav a:hover, #subnav a.active {
	color:#d10066;
	}
	
#dnn_contentpane table {
	clear:both;
	width:auto;
	border:none;
	margin:0px;
	/* 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; }
