/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed, #search, #menu {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

#page, #main, #content,#pagewidth {
  width:95%;
  border:0px;
}

#main{
  background-color: #ffffff;  
 float: none; 
 display:inline; 
 position: relative;
 width: 85%;
  margin-right: 0px;
	min-height: 500px;

 }
 
#content{
 float: none; 
 display:inline; 
 position: relative;
  margin-right: 0px;
  margin-left: 0px;
  min-height: 500px;
  width: 100%;
  margin-top:0px;
 }
 
span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
