/* CSS Document */
body {
	background-color:white;
	background-image:none;
}
#subwrapper { width:98%; }
#subnav { display:none; }
#subcontent {width:100%;}

.neverprint { display:none; }
.header { display:none; }
.innerTextHeader { display:none; }
.headerSection1 { display:none; }
.nav { display:none; }

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
.sIFR-flash, object, embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

#hmflash object, #hmflash embed{
	display:block !important;
	height: 280px;
	width:100%;
	position: relative;
	overflow: hidden;
	}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}