/* styles for the print view */

body {
	overflow: visible !important;
	overflow: auto;
}

#headerImage,
#metaNavTop,
#rootlineNav,
#langNav,
#mainNav,
#searchForm,
#leftCol,
#rightCol,
#totop,
#footer,
#feEditAdvanced-container,
#TSFE_ADMIN_PANEL_FORM{
	display: none;
}

#main {
	position: static;
	margin: 10px;
	text-align: left;
}

#head h1 a {
	display: block;
	text-indent: -999px;
	width: 325px;
	height: 75px;
}

#head h1 img {
	position: absolute;
	left: 10px;
	top: 10px;
	border: none;
}

#midCol {
	position: relative;
	margin-top: 5px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 38px 0px 46px 0px;
}


