
/* Removes elements that don't need to print */
#header, #datebox, #footer, #buttons, #sidebar1, #breadcrumbs, .sidenav, .topnav, .noprint {
display: none;
}
/* width to fill page, padding makes sure it prints beneath logo*/
 #Left {
	width: auto;
	margin: 0;
	padding-top: 100px;
	color:#000;
 }
/* changes the logo file */
#logoPrint {
	height: 110px;
	width: 220px;
	position: absolute;
	visibility: visible;
}

