/* LSCB Print Styles - hide images of children*/
#header{
	/* removes header background image*/ 
	background:#fff;
}
.noPrint{
	/* general class to hide images on print */
	display:none;
}
/* hide navigation and other elements not required for print */
#skipLink, #searchBar, #navBar, #rightBar{
	display:none;
}
#mainContent{
	margin:0;
	padding:0 0 2px 0;
	border:0;
	width:100%;
	background:#fff;
}