/*##################################*/
/*Ensures that the document prints at the right font size and without nav buttons */
@media print {
	#mainContent, html, body { max-width:none !important;}
	* {  
		 
		color: black !important; 
	}
	div#iframe, div#iframe *, div#header, div#header *, div#crumbs, div#crumbs *,
	p.crumbs,	.pdf, form#myForm, div#tabs, a.skip, .skippy, #pending		{
		display:none !important; 
		}
	#mainContent, .CHTOC, #NavigationLinks .ptoc p, .CiteTOC, #NavigationLinks .ptoc p 	{
		border:0px !important; 
	}
	
}
