body {
	background: white;
	}
	
#menu, #subscribe, #header, #tagline, #member-area, #search {
	display: none;
	}
	
#container, #events, #content, #text-container {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}


#footer {
	border-top: 1px solid #555555;
	clear: both;
	font-size: 14px;
	color: #777777;	
  background: #dddddd;
  width: auto;
  margin: 0 5%;
  padding: 8px;
}



h3 {
font-weight:bold;
display: block;
width: 100%;
padding: 12px 0px 2px 5px;
font-size: 16px;
border-bottom: 2px solid #bbbbbb;
}

.itemtitle {
font-weight:bold;
display: block;
width: auto;
padding: 12px 0px 2px 5px;
font-size: 18px;
border-bottom: 2px solid #bbbbbb;
font-style: italic;
}

.moduletitle {
display: block;
width: auto;
height: 30px;
color: #229922;
font-size: 16px;
font-weight: bold;
font-style: italic;
}

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

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

form, input {
  display: none;
}