/* styles for the print view */

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

#headerImage,
#rootlineNav,
#langNav,
#mainNav,
#leftCol,
#rightCol,
#footer,
.catTitle {
	display: none;
}

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

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

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

#midCol {
	position: relative;
}

#midCol .fce2Columns .fceLeftCol,
#midCol .fce2Columns .fceRightCol {
	float: none;
}
