#nav, #header, #sidebar, #breadcrumbs, #toc, .btt_1, .btt_2, .btt, #footer{
	display: none;
}

body {
	background: white;
	font-size: 10pt;
	}

#main, #content, #content0, #general {
	width: auto; 
	margin: -.125in 0 0 0 !important;
	padding: 0; 
	border: 0;
	float: none !important;
	color: #000 !important; 
	background: transparent;
	}
	
h1, h2, h3, h4, h5, h6{
  color: black !important;
  border: none;
  padding: 0;
  margin: 0;
}

h1{
  font-size: 14pt;
}

h2{
  font-size: 12pt;
}

h3{
  font-size: 12pt;
}

h4{
  font-size: 10pt;
}

h5{
  font-size: 10pt;
}

h6{
  font-size: 10pt;
}

a:link, a:visited {
	color: #295D73;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
.biblio a:link, .biblio a:visited {
	color: #000;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	}
	
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
#content a[href^="/"]:after {
  content: " (http://ncdae.org" attr(href) ") ";
   }
   
#content a[href^="#"]:after {
  content: "";
   }

#content a[href^="index.php"]:after {
  content: " (http://ncdae.org) ";
   }
   
.biblio a:link:after, .biblio a:visited:after {
   content: none !important;
   }

#print_header, #print_footer{
  display: inline;
}
   
#print_header img{
  float: left;
  margin-bottom: .125in;
}