body, table, input, select, textarea {
	font-family:"Times New Roman", serif;
	font-size:12pt;
}
body {
	background-color:#fff;
	color:#000;
}
a {
	color:#000000;
}
#content h1 {
	font-size:1.4em;
	color:#000;
}
.nav, #header .photos {
	display:none;
}
#header {
	position:static;
	width:100%;
	height:auto;
	border-bottom:#666 solid 1px;
}
#header .logo {
	position:static;
	width:100%;
	height:auto;
	background:none;
	text-decoration:none;
}
#header .logo span {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
}
#border {
	margin:0;
	border:none;
}
#content {
	margin:1em 0 0 0;
	padding:0;
	border:none;
}
#content .hero {
	display:none;
}
#content a {
	color:#000;
}
#content a:hover {
	color:#000;
}
#footer {
	padding:1em 0 0 0;
	border-top:#666 solid 1px;
}