
/* Removes elements that don't need to print */
#header, #datebox, #footer, #buttons, #breadcrumbs, #apDiv2,.sidenav, .topnav, .yellow_bar, .noprint
{
display: none;
}
/* width to fill page, padding makes sure it prints beneath logo*/
 #features{
	width: auto;
	margin: 0;
	padding-top:100px;
	color:#000;
 }

/* changes the logo file */
#logoPrint {
	height: 110px;
	width: 220px;
	position: absolute;
	visibility: visible;
}
