/* Remove unwanted elements */
#top, #navcontainer, #feature, #myGallery, #imageElement, #footer
{
display: none;
}

/* Ensure the content spans the full width */
#columncontainer, #content, #sidecontainer
{
width: 100%; margin: 0; float: none;
}

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

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



/* sIFR ELEMENTS */

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}


h1 { margin: 10px 0 10px 0; padding: 0; font: bold 30px Arial, Helvetica, sans-serif; color: #000; text-align: left; }
h2 { margin: 10px 0 10px 0; padding: 0; font: bold 21px Arial, Helvetica, sans-serif; color: #000;text-align: left; }
h3 { margin: 10px 0 10px 0; padding: 0; font: bold 21px Arial, Helvetica, sans-serif; color: #000; text-align: left; }

#content .intro {margin: 10px 0 10px 0; padding: 0; font: normal 18px Arial, Helvetica, sans-serif; color: #000; text-align: left; }