/*print no web navigation items*/

#header, #nav_right, #footer, #maincontent {
	display: none;
	}
	
/*print no small mobile images*/
img.mobi {
	display:none;
}
/*page breaks no new page */

#main {
	position: static;
	top: 0;
	left: 0;
	width: auto;
}

/*content column gets whole page*/
#main_left {
	position: static;
	top: 0;
	left: 0;
	width: 85% !important;
	border-color:white !important;
	}
#nav_right {
	display: none;
	}
	
/*print-friendly formatting*/
body {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: black !important; background: white !important;
	}
h1, h2, h3 {
	color: black !important; background: white !important;
	}
h1 {
	font-size: 18pt;
	color: black !important;
	}
h2 {
	font-size: 16pt;
	color: black !important;
	}
h3 {
	font-size: 14pt;
	color: black !important;
	}
h4 {
	font-size: 13pt;
	color: black !important;
	}

a  {
	text-decoration: none; color: black !important;
	}
a:after{
	content:" (" attr(href) ") "; font-style:italic;
	color: black !important;
	
	}
p  {
	font-size:12pt;
	}
