	/* *** PRINT FRIENDLY STYLESHEET *** */

	/* *** PRINT SPECIFICS *** */

	/* Removes navigation elements (with this already existing class applied) from the printout */
	.gray-background {
	display: none;
	}
	
	/* Add this class to those other elements that don't need to be printed out */
	.noprint {
	display: none;
	}
	

	/* This class can be used to force a page break - e.g. to avoid an image being split over two pages */
	.pagebreak {
	page-break-before: always;
	}
	
	/* *** SWITCH HEADER IMAGE *** */
	.noprinthead {display: none;}
	#printheader {display: block; position: relative; left: 0px}
	
