html, body {
font-family:arial, helvetica, sans-serif;
font-size: normal;
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#000033;
	color: #000033;
}
body { background-color: #000033; /* change the color to your background color */ }
#main {
	width: 780px;
	max-width: 780px;
	background-color:#ffffff;
	margin: 0em auto;
	padding: 5.5em 0em 0em 0em;
	background-image: url('topbanner.jpg');
	background-repeat: no-repeat;
}
#editarea {
  position:relative;
  padding: 0em 2em 2em 2em;  
}
#menuarea {
  position:relative;
  padding: 0em 0em 0em 2em;
  font-weight: bold; 
  border-top: 1px solid #000033; 
    border-bottom: 1px solid #000033; 
}
#footer {
  position:relative;
  padding: 0em;  
  background-color:#000033;
  color: white;
  font-weight: bold;
  padding: 1em 1em 1em 0em;
}


p.heading {
font-family:arial, helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: larger;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}
p.subheading {
font-family:arial, helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: large;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}
