	/* these rules will only apply when printing */
	
	body { 
	background: white;
	font-size: 12pt;
	font-family:"trebuchet ms", trebuchet, arial, sans-serif;
		} 

#wrapper, #content, #sidebar-2 {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}

div#content {
   margin-left: 10%;
   padding-top: 1em;
   }

#header, #tbl_vertnav, #leftside, #skip_nav, #footer, p.top,p.brdcrumbs,div#top_page { 
	display: none; 
	} 
	
a:link, a:visited {
	color: #0000ff;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;
	}
	
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

#sidebar-2 a:link:after, #sidebar-2 a:visited:after { 
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, dl, fieldset, address  {
	color: #000;
}

h1 {
	font-size: 160%;
 	font-weight: bold;
	margin:0;
	padding-bottom: 1px;
	border-bottom: 1px solid gray;
	}