
/* Remove unwanted elements */
#header
{
display: none;
}
#header-subnav
{
display: none;
}
#sub2-left-column
{
display:none;
}
#sub1-left-column
{
display: none;
}
#sub1-right-column
{
display: none;
}
#page_footer
{
display: none;
}
img
{
display: none;
}
body {
font-size: 14px;
}

.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;
}

/* Ensure the content spans the full width */
#sub1-middle-column
{
width: 100%; margin: 0; float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
p
{
color: #000
}