/* 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 {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/* SS - I'm going to just put all of the other print stylesheet info in here.. 
   since, presumably, this is already being loaded throughout the site. */
  
.print_header_image { visibility: visible !important;}
#topRow, #navbar, #footer, #primary-bottom { display: none; visibility:collapse; height: 0px; width: 0px; margin:0; padding:0;}
#content {position: absolute; left: 0; width: 882px; float: left; font-size: 12px; margin: 0px 15px 0px 40px;}
	
a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
