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

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

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

body
{
	font:16px Verdana, Arial, Helvetica, sans-serif;
}

 /* Remove unwanted elements */
#brand_panel, #marquee, #primary, #tertiary, .print
{
display: none;
}

/* Ensure the content spans the full width */
#wrapper, .two_col, .one_col, .quote, .links, .three_col, .four_col
{
width: 100%; margin: 0; float: none;
}

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

/* Improve colour contrast of links */
a
{
color: blue;
}

.footer
{
	border:none;
}

