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