/* Printed Document CSS */
/* NIH Website */
/* Created by Zach Stepek, Crave Media Group */
/* zach@cravemg.com */

body {
	background: white;
	color: black;
	font-size: 12pt;
}
	
#header, #footer, #sidebar{
	display: none;
}

#printLogo {
	display: block;
}
	
#wrapper, #mainContent {
	width: auto; 
	margin: 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

#supportBar {
	float: left;
	width: 25%;
}

#bodyCopy {
	float: right;
	width: 70%;
}
	
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) ") ";
   font-size: 90%;
}

#content a[href^="/"]:after {
  content: " (http://www.northernillinoishospice.org" attr(href) ") ";
   }