﻿/* 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;
	width: auto !important;
	height: auto !important;
}

/* Add styles to enable a print friendly version */
body {
	background:#FFFFFF !important;
}

#container 
{
	width:16cm !important;
}

#header {
	background:transparent !important;
	height:auto !important;
	padding:0 0 0 30px !important;
}

#header h1 
{
	font-size:1.5em;
}

#header h1 a {
	background:transparent !important;
	display:inline !important;
	height:auto !important;
	overflow:visible !important;
	text-indent:0 !important;
	width:auto !important;
	text-decoration:none !important;
	color:Black !important;
}

#column2 
{
	border:0 none !important;
	background:transparent !important;
	padding-bottom:0 !important;
	min-height:0 !important;
	width:100% !important;
	float:none !important;
}

#column3 {
	background:transparent !important;
	padding-top:0 !important;
	width:100% !important;
	float:none !important;
}

#topnav,
#pagefunctions,
#column1,
#footer,
#home #register,
#columnbottom
{
	display:none !important;
}
