/* styles for the print view */

* {
	font-size: 12px;	
}

body {
	overflow: visible !important;
	overflow: auto;
	text-align: left;
}

#headerImage,
#address,
#rootlineNav,
#langNav,
#mainNav,
#subNav,
#leftCol,
#rightCol,
#footer{
	display:none;
}

#main,
#main-2col {
	position:static;
	padding:10px;
}

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

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

#midCol {
	position:relative;
}

