body {
   background-color: white;
   font-size: 12pt;
   }
#header {
	height: 125px;
	background-color: white;
	margin: 0 25px 25px 0;
}
#header img {
	display: inline;
	margin:none;
	padding:none;
	border:none;
	position: top left;
	text-align:left;
	float: left;
}
#pagetitle {
	display: block;
	margin: 0 0 0 152px;
	padding: 0 0 0 23px;
	text-align: left;
}

#titletext {
	display: block;
	padding-top:24px; /* (visual.) TO CENTER: half image height minus half element height, not including margin-bottom for subtitle 75.5-43px-15 */
}
#titletext h1 {
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 1px solid black;
	font-size: 35px;
}
#titletext h1.subtitle{
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	border: none;
	font-size: 20px;
	font-style: italic;
}
#menu {
   display: none;
   }
#container {
   width: auto;
   margin: 5% 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
#body {
	float: none;
	margin: 0;
	padding: 0;
   }
#footer {
	display: none;
}
a:link, a:visited {
   color: black;
   text-decoration: underline;
   }
h2 {
	color: #999;
	font-size: 125%;
}
h3 {
	color: #999;
	font-size: 100%;
	}