/* Hide items when printing */

.hide { display: none;}

#accessibility { display: none;}

#wrapper { width: 100%; text-align: left;}

#global { display: none;}
#header { display: none;}

#content { float: left; text-align: left; width: 100%;}
#sidebar { display: none;}
#navbar { display: none;}

#footer { display: none;}
#footer-custom { display: none;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #ffffff;
}
img {
	border: none;
	margin: 0;
}


.img-right {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.img-left {
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	border: none;
}

/* 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;
}
