/* Default Printer CSS  */
@media print {
body {
	font:80% Verdana, Tahoma, Arial, sans-serif;
	background-color:#FFF;
}
#header h1 {
	display: none;
}
#header h4 {
	display: none;
}
#wrapper {
	padding:0em 0em;
	background:white
}
.logo {
	display: none;
}
/* Actual page content */
.content {
	padding:2em;
	margin:0;
	border:0px solid #00005a;
	background:white;
	height:100%;
	line-height:1.2em;
	text-align:left;
}
/* Hide all content in the left padding area */
.left {
	display:none;
}
/* Allow right side images to show */
.right {
	float:right;
}
/* Hide the navigation bar on printers */
#nav {
	display: none;
}
/* Hide the search bar when printing */
#headersearch {
	display:none;
}
#headersearchbutton {
	display:none;
}
#headerzoom_button {
	display:none;
}
} 
/*** End of file ***/
