body {
	margin: 0;
	background-color: #FFFFFF;
	background-image: none;
}
.hideObject {
	display: none;
}
.printOnly {
	display: block;
}
.noPrint {
	display: none;
}
#banner {
	float: none;
	width: 100%;
	height: 84px;
	background: none;
	padding: 0;
}
#logoPrint {
	display: block;
	float: none;
	height: 84px;
	width: 291px;
}

/* =Change font colors
-------------------------------------------------- */
body, h2, h3, a:link, a:visited, a:hover, a:active {
	color: #000000;
}
h1 {
	font: normal 2em/1.85em Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 1em -0.75em 0 0;
	border-bottom: solid 1px #000;
}

/* =Stuff to hide
-------------------------------------------------- */
.menu, #bannerGraphic, #logo, #mainNav, #secNav, #content-sub, #tagLine, #content-top, #content-bottom #content-main, #topOfPage, #date, h1 img, #complianceLogos {
	display: none;
}

/* =Reset page layout widths and set to block
-------------------------------------------------- */
#page, #page2, #banner, #content, #content-bottom, #content-bottom #content-sub, #content-main, #footer, #compliancePrintText {
	width: 100%;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	background: none;
}
#compliancePrintText {
	float: right;
	text-align: right;
	width: auto;
	padding: 10px 0 10px 0;
}