body,table,input,select,textarea {
  font-family:"Times New Roman",serif;
  font-size:12pt;
}

body {
  background-color:#fff;
  color:#000;
  text-align:center;
  margin:30px;
}

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;
}

#formlayout td, #formlayout th, input, textarea, select {
	font-family: arial, sans-serif;
	font-size: 0.875em;
	text-align:left;
	}
#formdiv {
	width: 600px;
	border: 3px solid #efe7d4;
	padding:20px;
	margin: 0 auto 0 auto;
	}
#formlayout { 
	width:100%;
	}
#formlayout th {
	background: #efe7d4;
	border-top:10px solid #fff;
	}
.req {
	color: #FF0000;
	}
#logo {
	margin: 0 0 20px -220px;