@charset "utf-8";
/* CSS Document */

/* Remove unwanted elements */
#footer, .noprint, .whitetextoverredlight, .topofthepagelinks, .topmenulinks
{
display: none;
}

/* Ensure the content spans the full width */
#mainContent
{
margin: 0;
}

/* Don't print background image */

body {
	background-image: none;
	width: 100%;
	font: 12px/15px sans-serif;
}

/* Change text colour to black (useful for light text on a dark background) */
.bodytext, .subpageheader, .bodytextALLCAPS, .pageheader
{
color: #000;
}

#scrollingnews, #sidebar2 {
	float: left;
}

#header {
	float: left;
}


/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351;
}