/* CSS Print Document */

body {
   background: white;
   font-size: 12pt;
}

#wrapper {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
   
#rightCol, #leftCol, #header h1, #sub_header, #subNavigation, #accessibility-tools, #printFriendly, #emailFriend, 
#latest-news, #contact-card, a.emailStyle, div.clear {
	display:none;
}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

h1 {display:block; clear:both; border-bottom:1px solid #000;}
img {float:left; margin:0 3% 3% 3%; border:1px solid #333;}