@media print {
 
	 body {
	 	width: 100%;

	 }

	 img {
	 	width: 25%;
	 }
	 
	 body, h1, h2, h3, h4 , h5 , h6, p, li, a, ul, footer {
		font-family: 'Open Sans', sans-serif;
	}

	ul {list-style: none}

	nav#universityNav, ul.social-icons, img.headerLogo, div.alert, nav#primary, section.secondaryLead, section.anchorPanel, section.factsPanel, div.footer, span, .sideNav, .breadcrumbs {
	display: none !important;
	}

	img.headerLogo_Print {
		display: block !important;
		width: 50%;
		padding-bottom: 25px;
	}

	.contentPanel {
  background-image: 
    url(../img/libDrawMain.jpg);
 }



}