/* This style sheet is used to control the formatting when the page is being printed.
   Any ids or classes with "display: none" will NOT be shown on the printout.           */
body {
	width:98%;
	font-size:10pt;
	color: #000000;
	}
#colLeft,
#colLeft p,
#innerContainer #colLeft p,
#innerContainer,
#container,
h1 {
	font-size:10pt;
	color: #000000;
	}
.banner,
.navBar,
.module_spotlight,
#colRight,
#footer,
#bottom,
img  {
	display: none;
	}

#innerContainer #colLeft {
	width: 90%;
	border: none; 
	}
#printerFooter {
	display:block;
	margin-top: 28px;
	text-align: center;
	font-weight:bold;
	}