#counters {
	display: none;
}
/*UNI PRINT STYLES: */
/* 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: -160px 10px 0px -84px;
	background-repeat: no-repeat;
	}
#navandcontent {
  overflow: visible;
  position: relative;
	float: none !important;
   width: auto !important;
	border-top: 1px solid #000;
	border-left: 0px solid #000;
	}		
#content {
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	}
#latest {
	border-top: 1px solid #000;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	}
.bottomborder {
	border: 0px solid #000;
	}
#latest, #content {
   width: auto !important;
   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%;
   }

