
#navglob2 {
	display: none !important;
}

#header {
	margin-bottom: 0 !important;
}

#logo {
	display: none !important;
}

#printlogo {
 	display: block !important;
		width: 162px !important; 
	 height: 115px !important;
		margin-left: 50px !important;
}

body {
	width: auto !important; /*not using 100% as it can be a gamble with some browsers*/ 
	background-image: none !important;
}

#container {
	width: auto !important;
	background-image: none !important;
}

#innercont {
	width: auto !important;
	margin: 0 !important;
}

#bodytext{
	margin: 0 200px 0 0 !important;
}

#pagebottom {
	background-image: none !important;
}

#pagetop {
	display: none !important;
}

#top_btn {
	display: none !important;
}

#footer {
	margin: 0 !important;
}


/*sIFR reset: This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-hasFlash #ptitle h1 {
	visibility: visible !important;
}

.sIFR-flash, object, embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: inline !important;
	position: relative !important;
	left: auto !important;
	top: auto !important;
}

.sIFR-replaced {
	visibility: hidden !important;
}

/*span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}*/

/* End sIFR reset*/
