/* Switch sIFR text back before printing */

.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;
}


/* redefined html tags */
body {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#FFFFFF;
}

/* standard layout id's */
#header {
	width:auto;
}

#header .logo {
	display: block;
	position:absolute;
	left:10px;
	right:0;
} 

#header p {
	display: none;
}

#main_menu {
	display: none;
}

#sub_menu {
	display: none;
}

#sub_mentext {
	display: none;
}

#portbottom {
	display: none;
}


#main_content {
	float:none;
	top:0px;
}

#footer {
	display: none;
}
