/* styles for the print view */

body {
	overflow: visible !important;
	overflow: auto;
	background-image: none;
	background-color: #FFF;
	text-align: left;
}

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

#quickSearch,
#metaNav,
#langNav,
#banner,
#mainNav,
#midColNav,
#leftCol,
#rightCol,
#accessKeys,
#footerNav {
	display: none;
}

#footer {
	margin-top: 20px;
	padding-bottom: 20px;
}

#footer * {
	font-size: 10px;
	line-height: 13px;
	color: #848383;
}

/* #footer #copyright {
	position: relative;
} */

#footer div {
	position: relative;
}

#footer #copyright span a {
	/*position: absolute;
	top: 0;
	left: 484px;
	display: block;*/
}

#main {
	position: static;
	margin: 10px;
	text-align: left;
	padding-left: 0 !important;
	padding-left: 10px;
}

#head h1 a {
	display: block;
	outline: 0;
	text-indent: -9999px;
	width: 201px;
	height: 80px;
}

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

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

#midCol #pagetitle {
	border-bottom: 1px solid #a3a3a3;
	color: #eb0003;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 7px;
	margin-bottom: 7px;
	margin-left: 0 !important;
	margin-left: -6px;
}

#midCol .ctArea ul li {
	list-style: disc inside;
}

.fce3Columns .fceLeftCol,
.fce3Columns .fceMidCol,
.fce3Columns .fceRightCol {
	width: 166px;
}

.fce3Columns .fceMidCol {
	width: 197px;
}

.fce2Columns,
.fce3Columns {
	width: 530px;
}

#midCol .csc-textpic-imagerow,
#midCol .csc-textpic-imagewrap {
	width: 100% !important;
}

/* Newsletter version */

#printNewsletter * {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 128.5%;
}

#printNewsletter br {
	line-height: 1px;
	height:	1px;
	font-size: 1px;	
}

#printNewsletter a {
	text-decoration: underline;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #3e3e3e;
}

#printNewsletter ul li {
	list-style: disc inside;
	font-family: Arial, sans-serif;
	color: #3e3e3e;
	font-size: 12px;
	line-height: 14px;
}

#printNewsletter ol li {
	list-style-position: inside;
	font-family: Arial, sans-serif;
	color: #3e3e3e;
	font-size: 12px;
	line-height: 14px;
}

