body {
   background: white;
   font-size: 12pt;
   }
 
#nav { display: none; }
#subcontainer { display: none; }
.breadcrumbs { display: none; }
#uc { display: none; }
#header div { display: none; }
#contentfooter { display: none; }

#header {
		width: auto;
		margin: 0;
		padding: 0;
		height: 77px;
		background-repeat: no-repeat;
		background-position: top left;
		}
#contentcenter {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://coeh.berkeley.edu" attr(href) ") ";
   }





.footer
{
font-family: Times New Roman, Times, serif;
font-size: 12px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}
