﻿/* =Hidden Items
----------------------------------------------- */
#navHeader, #navMain, #banner, #login, #contentSub, #contentExtra, #navFooter li, #logo img, #navFooter img, #navSection {
	display: none !important;
}

/* =Redo Visible Items
----------------------------------------------- */
html, body, #header, #logo, #content, #contentBackground, #contentMain, #footer, #navFooter, #copyright {
	position: static !important;
	float: none !important;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	padding: 0px !important;
	margin: 0px !important;
	border: none !important;
	background: none !important;
}
body, h1, h2, h3, h4, h5, h6, input, select, textarea, a {
	color: #000000 !important;
}
a, a:link, a:visited, a:hover {
	text-decoration: underline !important;
}
#logo {
	margin-bottom: 20px !important;
}
#logo img#printLogo {
	display: block !important;
}
#navFooter img#ehlLogoPrint {
	display: inline !important;
}
#navFooter a, #navFooter .underline {
	text-decoration: none !important;
}

/* =Miscellaneous
----------------------------------------------- */
.noPrint {
	display: none;
}
.print {
	display: block;
}
#navFooter .print {
	display: inline !important;
}