/* insert a second logo on white. hide it in the regular stylesheets. reveal it in the print stylesheet*/

body {
   background: white;
   font-size: 12pt;
   }
   
.printlogo {
   display: block;
   }	
	  
#logoandbanner, #search, #navigation {
   display: none;
   }
   
#mainpic {	
	/*margin: 0;*/
	
	margin: -160px 10px 0px -84px;
	background-repeat: no-repeat;
	} 
   
#navandcontent {
	border-top: 1px solid #000;
	border-left: 0px solid #000;
	}		
	
	#content {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}
	
	#latest {
	border-left: 0px solid #000;
	border-right: 1px solid #000;
	}
	
	.bottomborder {
	border: 0px solid #000;
	}	
   
   
#content {
   width: auto;
   float: none !important;
   color: black;
   background: transparent none;
   }
   
#latest {
   width: 30%;
   float: none !important;
   color: black;
   background: transparent none;
   }

/*a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }*/
#mainpic a:link:after, #mainpic a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

