@charset "utf-8";
/* CSS Document */

/*
********************************************************************************
/JSIInternet2/WebServer/Docs/JSI/Managed/CSS/styles-print.css.cfm

Standard styles for JSIInternet

--------------------------------------------------------------------------------
Modification History (LIFO)
--------------------------------------------------------------------------------
05.18.12 - dlee - 19813 - Site printing nav - created
********************************************************************************
*/

@media print {
	body { background:white; color:black; margin:0; font-family: Arial, Helvetica, sans-serif; }
	
	a { color:black; text-decoration:none; }
	
	p, h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }
	
	.pullquote { border-top: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black;}
	
	div#header-links,
	div#header-social,
	div#header-rtbot,
	div#navbar,
	div#banner,
	div#colL,
	div#photo,
	div#navbar,
	div#breadcrumb,
	div#footer-nav,
	p#footer-secondary-links,
	div#colR {
		display: none;
	}
	
	div#colM {
		width: 100%;
	}
}