/* MAIN SITE PRINT CSS
---------------------------------------------------------------------------------- */


.collapseForPrint {
	display: none;
}

a,
a:visited {
	color: #333;
	text-decoration: none;
}

#logo {
	font-size: 60px;
	color: #333;
	font-weight: bold;
	font-family: "Helvetica Neue", "HelveticaNeue", Arial, Sans-Serif;
	background: none;
	text-indent: 0;
}
#logo a,
#logo a:visited {
	text-decoration: none;
	color: #333;
	text-indent: 0;
}

#header {
	height: 145px;
}

#topNav,
#contentHeaderNavigation {
	display: none;
}
#mainContent {
	clear: both;
}

.link.next a, .link.back a {
	background: none;
	display: none;
}

#footer {
	background: none;
	padding-top: 30px;
}

#footer .blockLink, #footer .emailLink {
	text-indent: 0;
	width: auto;
	margin-right: 10px;
}
