/* Printed Document CSS */
/* NIH Website */
/* Created by Zach Stepek, Crave Media Group */
/* zach@cravemg.com */

body {
	background: white;
	color: black;
	font-size: 12pt;
}
	
#header, #sidebar, #pipe, #printLink {
	display: none;
}

#printHeader {
	display: block;
}

#printLogo {
	float: left;
	width: 200px;
}

#printBar {
	margin: 18px 0 20px 20px;
	float: right;
}
	
#wrapper{
	width: auto; 
	margin: 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

#bodyCopy {
	width: 100%;
	font-size: 14pt !important;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#subhead {
	height: 49px;
	background-position: top;
	width: 100%;
}

	#subhead h1 {
	float: right;
	margin: 15px 5px 1px 0;
	font-size: 180%;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
a:link, a:visited {
	color: #003399;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
#bodyCopy a:link:after, #bodyCopy a:visited:after {
   content: " (" attr(href) ") ";
}

#content a[href^="/"]:after {
  content: " (http://www.ballardcos.com/" attr(href) ") ";
   }