/* set all background colours to white */
body, #mainContent, #content, #footer {
	background: #fff;
}
/* set text colour to black (links stay gold) */
#content h1, h2, h3, h4, p, li, th, td, legend {
	color: #000;
}
/* hide unneccesary sections */
#header, #menu, #contentLeft, #contentTop, #contentBottom, #footer .links {
	display: none;
}
/* turn on the print version of the header */
#headerPrint {
	display: block;
}
/* reset sections with fixed widths back to auto */
#mainContent, #content, #contentRight, #footer {
	width: auto;
}
