/* styles for the print view */

body {
	overflow: visible !important;
	overflow: auto;
	background-color: #FFF;
}

* {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 128.5%;
}

#headerImage,
#rootlineNav,
#langNav,
#mainNav,
#leftCol,
#rightCol,
#footer,
#metaNav,
.title {
	display: none;
}

#main {
	position: static;
	margin: 10px;
	text-align: left;
	background-image: none;
}

#head h1 a {
	display: block;
	text-indent: -9999px;
	width: 249px;
	height: 88px;
}

#head h1 img {
	position: absolute;
	right: 10px;
	top: 5px;
	border: none;
}

#contentHeader {
	display: none;
}

#midCol {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

#midCol .ctArea {
	margin-top: 67px;
	border: none;
	padding-left: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
}

#midCol .ctArea ul li {
	list-style: disc inside;
	background-image: none;
}

.fce2Columns {
	margin: 0 !important;
	padding: 0 !important;
}

.fce2Columns .fceLeftCol {
	margin-right: 40px;
	width: 250px;
}

.fce2Columns .fceRightCol {
	float: left;
	width: 250px;
}

