/* styles for the print view */

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

* {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 128.5%;
	color: #000000;
}

#headerImage,
#rootlineNav,
#langNav,
#mainNav,
#metaNav,
#rightCol,
#footer {
	display: none;
}

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

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

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

#midCol h2,
#midCol h3,
#midCol h4 {
	color: #000000;
}

#midCol {
	position: relative;
}

#addressBox {
	position: absolute;
	right: 20px;
	top: 20px;
}
