/* styles for the print view */

body {
	overflow: visible !important;
	overflow: auto;
}

#headerImage,
#rootlineNav,
#langNav,
#leftCol,
#rightCol,
#footer{
	display:none;
}

#main {
	position:static;
	margin:10px;
}

#head h1 a {
	display:block;
	text-indent:-999px;
	width:325px;
	height:75px;
}

#head h1 img {
	position:absolute;
	left:0;
	top:0;
	border:none;
}

#midCol {
	position:relative;
}
