	/* *** PRINT FRIENDLY STYLESHEET *** */

	/* *** PRINT SPECIFICS *** */

	/* Removes navigation elements  */
	.navmenu {
	display: none;
	}
	
	/* *** SWITCH HEADER IMAGE *** */
	.noprinthead {display: none;}
	#printheader {
	display: block;
	position: relative;
	left: 0px;
	}
	
	/* Add padding to the top of the content cell so there's the required gap below the logo */
	#content {
	padding-top: 18px;
	padding-bottom: 18px;
	}
	
	/* Add the line that extends from print logo */
	#printline {
	border-bottom: solid;
	border-bottom-color:#B5B0B0;
	border-bottom-width:1px;
	}
	
	/* Add this class to those other elements that don't need to be printed out */
	.noprint {
	display: none;
	}
	
	/* Use this to force a page break - e.g. to avoid an image being split over two pages */
	.pagebreak {
	page-break-before: always;
	}
	

	

	


