html, form, body { height: 100%; }

body {
  font-family: Arial, Helvetica, sans-serif; 
  background-color: #898989;
  /* text-align: center; */
  font-size: 80%; 
  color: #000; 
  margin: 0; 
}

#maintable
{
	width:1020px;
}

#body
{
	height:430px; 
	background: url('/images/bkgnds/church.gif') top center no-repeat;
	background-color: white;
}

#bodyEaster
{
	height:430px; 
	background: url('/images/bkgnds/Sunrise.jpg') top center no-repeat;
	background-color: white;
}




#wrap {
  text-align: left;
  width: 995px;
  margin: auto;
}

#header {
  background-color: #FFF;
  height: 65px;
  border-bottom: solid black 1px;
}

#header img {
  margin: 5px 0 5px 10px;
}

#footer { 
  text-align: center; 
  font-size: 10px;
  padding: 4px 0;
  /*
  height: 50px;
  color: #FFF; 
  */  
  clear: both;
  border-top: solid black 1px;
} 

.down1 { font-size: 11px; text-align:left} 

.error 
{
	text-align:center;
	color: Red;
	font-size: 11px;
	border: 1px solid black;
	width: 90%;
	margin-left: 1em;
}

.success
{
	text-align:center;
	color: Green;
	font-size: 11px;
	border: 1px solid black;
	width: 90%;
	margin-left: 1em;
}

.archive
{
	width: 680px;
	border-top: solid 1px black; 
	border-left: solid 1px black; 
}

.archive td, .archive th { 
  border-bottom: solid 1px black; 
  border-right: solid 1px black; 
  padding: 4px;
}