/* Nick Herbert - Print stylesheet */

/* Add all divs that need hiding on this line: */

#sitetools, #stickfooter, #footerinner, #wrapper_secnav_footer, #footer_inner_right {
	display: none;
	float: none;
}

#masthead_latest {
	display: block;
	position: static;
}

* div {float: none; display: block; position: static !important;}

#wrapper {
	margin: 0;
	padding: 0;
	width:  100%;
}

/* Add all divs that lead to the (and including) #content div: */
#content {
	width: auto;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}

#recent {
	overflow: visible;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000 !important;
	background-color: #fff; 
	text-align: left;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline !important;
	font-family: "Times New Roman", Times, serif !important;
	color: #3875d7 !important;
	border-bottom: none !important;
}

img {
	display: none;
}

h1, h2, h3, h4 {
	color: #000 !important;
	font-family: "Times New Roman", Times, serif !important;
}

* p {color: #000 !important;}
