/* Printed Document CSS */

body {
	background: white;
	color: black;
	font-size: 12pt;
}
	
#headContainer, #topContainer, #example, #sidebar, #CollapsiblePanel1, #footer, #footerMenu {
	display: none;
}

#printLogo {
	display: block;
}
	
#content {
	width: auto; 
	margin: 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

#bodyCopy {
	width: 100%;
}
	
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.rockfordtownshipassessor.net/" attr(href) ") ";
   }

