/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

body {
	background: none;
}
div#content {	
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	background: none;	
	float: none !important;
}
div#header {
	background-image: none;
}
#topright { display: none; }
div#header #print_header img { display: inline; }
div#header img { display: none; }
div#header a { display: none; }
div#header #headertxt { display: none; }
p, table {
	text-align: left;
	font-size: 12px;
	margin: 10px 5px;
}
p, li {
	line-height: 15px;
}
ul {
	padding-left: 10px;
	list-style-type: disc;
}
li {
	margin-bottom: 2px;
}
.photoframe {
	margin: 10px 10px 20px 20px;
	padding: 5px;
	float: right;
	border: solid black 2px;
}
div#footer { clear: both; }
div#footer img { display: none; text-size: 10px; }
div#prim_nav  { display: none; }
h1, h2, h3, h4, h5 {
	text-align: left;
	font-weight: bold;
	margin: 10px 0;
}
img { margin: 10px 10px 10px 0; }

.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;
}
