/* 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;
}

#leftside, #pagetitle, #menu, #headerimg {
	display:none;
}

* {
	color:#000;
}

#logo {
	float:left;
	margin:0px 10px 10px 0px;
}
#slogan {
	display:block;
	height:90px;
	padding-top:14px;
}
#slogan * {
	font-size:18px;
	line-height:20px;
}

#rightside {
	clear:both;
}

#rightside h1, #rightside h1 * {
	font-size:18px;
	line-height:20px;
}
#rightside h2, #rightside h2 * {
	font-size:16px;
	line-height:18px;
}
#rightside h3, #rightside h3 * {
	font-size:14px;
	line-height:16px;
}
#rightside h4, #rightside h4 * {
	font-size:12px;
	line-height:14px;
}

.floatright {
	margin:0px;
}