/* Items to hide */
#secNav, #mainNav, #content-sub, #topOfMainLink, #footer-left, #footer-right, .menu {
	display: none !important;
}

/*Set items to 100% width & remove float*/
html, body, #page, #page2, #banner, #content, #content-main, #footer {
	width: 100% !important;
	height: auto !important;
	display: block !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

/* Update these items */

body {
	margin: 0 !important;
	padding: 0 !important;
	background: #FFFFFF !important;
}
#logo {
	display: none !important;
}
#printLogo {
	display: block !important;
}

