/* styles for the print view */

body {
	overflow: visible !important;
	overflow: auto;
	background-color: #FFF;
	background-image: none;
}

* {
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	line-height: 128.5%;
}

#headerImage,
#rootlineNav,
#claim,
#langNav,
#mainNav,
#leftCol,
#rightCol,
#footer,
#button,
#intranet {
	display: none;
}

#main {
	position: static;
	margin: 10px;
	text-align: left;
}

#head h1 {
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 150px;
}

#head h1 img {
	position: absolute;
	left: 10px;
	top: 10px;
	border: none;
}

#midCol {
	position: relative;
}

