body {
   background: white;
   font-size: 12pt;
   font-family:Arial, Helvetica, sans-serif;
}

.container {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}
	
.navcontainer  {
	display:none;
}

.search, #photoRow {
	display:none;
}

.topWrapper {
	display:block;
}
.navWrapper {
	display:none;
}
.footerWrapper {
	display:none;
}
.sideColumn {
	display:none;
}


h1 {
	height:auto;
	border-bottom:1px solid #666666;
}

.banner a {
	display:none;
}

.content {
margin-left:0px;
}



a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

.content  a:link:after, .mainContent  a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
