@charset "UTF-8";
/* CSS Document */
body  {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #ffffff;
	margin: 0; 
	
}


/* Remove unwanted elements */
#menu, #rotator, #banner, #transparent, .oneColFixCtrHdr #sidebar, .oneColFixCtrHdr #featured, .sidebar, .oneColFixCtrHdr #sidebar1, #footer, .oneColFixCtrHdr #rss-text, .oneColFixCtrHdr #rss-button, #print, .oneColFixCtrHdr #transparent, .form
{
display: none;
}

/* Ensure the content spans the full width */
.oneColFixCtrHdr #mainContent
{
width: 100%; 
margin-left:0px; 
margin-right:0px; 
margin-top:40px; float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
h2, h4
{
color: #000
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}
