/* styles for the print view */

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

body {
	overflow: visible !important;
	overflow: auto;
	background-color:#fff;
}

#admPanel,
#feEditAdvanced-container,
#headerImage,
#rootlineNav,
#langNav,
#mainNav,
#metaNav,
#leftCol,
#rightCol,
#printIcon,
#footer {
	display: none;
}

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

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

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

#midCol {
	position: relative;
}

