/* css WildOnWax print style v1.01 */
/* css created by Eric Rasch */
/* the print stylesheet control how the pages will be printed.  */

/* these areas will be hidden from the browser when printed */
#header, .navContainer, .navSubContainer, #pageTitle, img.floatL {display: none;}

/* the following areas will have a clean look applied to them by removing any borders, background images and setting the font to a point size compatible for print. */
/* not all elements from the other stylesheets need to be listed.  their properties flow over to this stylesheet.   */
body {
	font: 10pt/1.5em Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #FFFFFF;
	background-image: none;
	border: none;
	text-align: left;
	margin: 0; padding: 0;
}

#container1, #container2, #main1, #main2, #middle, #footer {
	width: auto;
	margin: 0; padding: 0;
	border: none;
	background-color: #FFFFFF;
	background-image: none;
}

#header {height: 154px;}	/* this height was added to make sure non-IE browsers displayed the content after the logo */

#logoHide {display: block;}	/* this is uded to hide elements from the browser */

#middle {
	font: 10pt/140% Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #FFFFFF;
	background-image: none;
	border: none;
	margin: 20px 0 0 0;
}

#footer {
	font: 8pt/1.5em Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	background-image: none;
	border: none;
}
