@charset "UTF-8";
/* CSS Document */

html,body { 
	height: 100%;
	margin: 2em;
	padding: 0;
}
/* font-size is 62,5%: 1em = 10pt */
body { 
	font: 100% normal "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}

#printLogo { display: block; }

#header, #searchFormHeader, #topNav, #subNav, #leftNavLayer, #breadCrumb, #pageUtils, #content_right, 
.bg_right, bg_left, .footer, #footer_bottom { display: none; }

#footer_bottom { border: 1px solid red; }

#content_middle, #content_middle_Home {
	position: absolute; 
	width: 95%; 
	left: 2em;
	margin: 0; 
	height: auto; 
}

.noPrint { display: none; }