/* CSS Document */

/* 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;
}


body {
	background-color:#FFFFFF;
	background-image:none;
	font-size: 76%; /* font sizing in ems. if you want to change anything, just change this.*/
} 

#wrapper {
	width:100%;
	margin:10px auto;
	background:white;
	}

#navholder, #footer {
	display:none;
	}