/* 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:12pt;
	}
.leftShadow,
.rightShadow,
.pdBanner,
.column1,
.column3,
.photo,
.bottom {
	display: none;
	}
	
.tagline,
.footer {
	text-align: left;
}
.column2 {
	width: 100%;
	border: none; 
	}
