/* styles for the print view */

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

body {
	overflow: visible !important;
	overflow: auto;
	background-image: url(../images/headerImage.jpg);
}

#headerImage,
#langNav,
#metaNav,
#searchBox,
#address,
#bottomLink,
.pagetitle,
#mainNav,
#leftCol,
#rightCol,
#footer {
	display: none;
}

#main {
	position: static;
	margin: 10px;
	background-image: none;
}

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

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

#midCol {
	background-image: none;
	position: relative;
}

.fce2Columns .fceLeftCol {
	width: 49%;
}

.fce2Columns .fceRightCol {
	width: 49%;
}
