/* styles for the print view */

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

* {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 128.5%;
}

#rootlineNav,
#langNav,
#metaNav,
#metaNavSecond,
#interactiveNav,
#mainNav,
#leftCol,
#rightCol,
#footer #copyrightIT,
#footer #copyright,
#footer #update {
	display: none;
}

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

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

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

#midCol {
	margin-top: 40px;
	position: relative;
}

#footer {
	clear: both;
	background: url(../images/footer_bg.gif) repeat-x 0 0;
	position: relative;
	width: 100%;
	height: 24px;
	margin-top: 40px;
}

	#footer #address {
		position: relative;
		top: 6px;
		padding-left: 10px;
	}

	#footer #address span {
		padding-right: 12px;
	}
	
	#footer #address a {
		text-decoration: underline;
		color: #000;
	}

