/* styles for the print view */

* {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 128.5%;
}

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

#pageNav,
#metaNavHead,
#metaNav,
#headerImage,
#rootlineNav,
#langNav,
#mainNav,
#leftCol,
#rightCol,
#footer,
#copyright {
	display: none;
}

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

#head h1 a {
	display: block;
	text-indent: -9999px;
	width: 222px;
	height: 100px;
}

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

#midCol {
	position: relative;
}

