/* PRINT CSS - turns off everything except page content, and adds the print header image and copyright notice */

body {
	text-align:left;
	background: #fff;
	font-size:11pt;
}
#top, #leftnav, #navlist, #footer  {
	display:none;
}
#content {
	margin-left:0px;
	text-align:left;
	float: left;
}
#copyright, #print_only {
	display:inline;
}
.google,.middle {
	display:none;
}