/*printer styles*/ 
body{
	font-family: Arial, Helvetica, sans-serif;
}
/*hide the left column when printing*/ 
#leftcol, #metaNav, #mainNav,#footer,#header,#breadCrumbs{
	display:none;
} 
#twocols, #maincol{
	width:100%;
	float:none;
}
.csc-header br, .csc-header img{
	display: none;
}
.csc-header h1{
	font-size: 20px;
}