/***************/
/*  Print CSS  */
/***************/
body {
	background: none;
}
a {
	text-decoration: none;
	color: #000;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	margin: 15px 0 0 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 16pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 14pt;
	text-transform: lowercase;
	font-variant: small-caps;
	font-family: Verdana, Geneva, sans-serif;
	color: #aaa;
}
p, li {
	font-size: 12pt;
}
p.copyright {
	color: #aaa;
	font-size: 9pt;
	text-align: right;
	margin: 15px 0 0 0;
}
caption {
	text-align: left;
	font-size: 13pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-variant: small-caps;
	margin-bottom: 10px;
	width: 100%;
}
table {
	width: 100%;
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
th {
	text-align: left;	
}
/****************/
/*  Containers  */
#header, #headerRight, #footer {
	background: none;
}
#header {
	height: auto;
}
#header form, ul#primaryNav, ul#superNav, ul#breadcrumb, #logo, .feature, #sideBar img, img.leadGraphic {
	display: none;
}
#leftColumn, #sideBar, .contentPackage {
	float: none;
	width: 100%;
	border: none;
}
#leftColumn {
	margin-bottom: 60px;
}
#didYouKnow {
	float: none;
	background: none;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
/***********/
/*  Tools  */
.hidden {
	position: static;
}
h1.hidden {
	position: static;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	color: #666;
}
h2.hideDepartment {
	position: static;
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14pt;
}


