@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 }
}

div#header_container,
div#navbar,
div#main-top,
div#colL,
div#photo,
div#footer_container {
	display: none;
}
