body {
  font-family:  Arial, Helvetica, sans-serif;
  margin: 0px;
  background: #FFFFFF;
}
#header {
  position: absolute;
  top: 0px;
  left: 0px;
	width: 100%;
	height: 103px;
  background: #2497D8 url('images/bannerbg.gif');
	text-align: center;
}
#logo {
  position: absolute;
  top: 5px;
  left: 15px;
  height: 65px;
  background: url('images/LH_logo.gif');
  }
#RHpic {
	position: absolute;
	top: 7px;
	right: 10px;
}
#header-text {
  position: absolute;
  top: 0px;
  left: 0px;
	width: 100%;
	height: 103px;
	z-index: 2;
}
#banner {
	margin-top: 7px;
}	
#menu-table {
	position: absolute;
	top: 82px;
	left: 25px;
	z-index: 2;
	width: 100%;
}
#table-main {
	position: absolute;
	top: 103px;
	left: 0px;
}
.menu-div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.menu {
   font-size: 13px;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
   xdisplay: block;
   margin-top: 0px;
   margin-left: 0px;
   margin-bottom: 0px;
   padding-top: 0px;
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   text-align: center;
}
.menu:link {
   color: #FFFFFF;
   text-decoration: none;
}
.menu:visited {
   color: #FFFFFF;
   text-decoration: none;
}
.menu:hover {
   xcolor: #0000FF;
   xbackground: #FFD800;
	 color: #FFD800;
   text-decoration: underline;
}
.popmenu {
	visibility: hidden;
	position: absolute;
	width: 150px;
	z-index: 3;
	background: #747475;
	font-size: 13px;
	line-height: 150%;
	margin-top: 5px;
	padding: 5px;
}
.popmenu a {
	display: block;
}
.popmenu a:link {
   color: #FFFFFF;
   text-decoration: none;
}
.popmenu a:visited {
   color: #FFFFFF;
   text-decoration: none;
}
.popmenu a:hover {
   xcolor: #0000FF;
   xbackground: #FFD800;
   color: #FFD800;
   text-decoration: underline;
}
#content {
	text-align: left;
	width: 600px;
	color: #000000;
	padding-left: 5px;
}
#content h1 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 8px;
	text-align: center;
}
#content h2 {
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
	margin-top: 8px;
	margin-bottom: 8px;
}
#content h3 {
	font-size: .8em;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}
#content p {
	font-size: .8em;
	margin-top: 0px;
	margin-bottom: 8px;
}
#content ul {
	font-size: .8em;
	margin-top: 0px;
  list-style: square;
  margin-bottom: 8px;
	}
#content ol {
	font-size: .8em;
	margin-top: 0px;
  margin-bottom: 8px;
	}
#content blockquote {
	border : thin dotted #003300;
	margin-left : 16px;
	margin-right : 16px;
	padding : 3px;
	font-size : .8em;
}
#content blockquote p {
	margin-top : 0px;
	margin-bottom : 0px;
	padding : 0;
}
#lh {
	margin-top: 0px;
	margin-left: 5px;
	width: 160px;
}
#lh p {
	font-size: .8em;
	color: #000080;
	margin-top: 10px;
	margin-bottom: 5px;
}
#lh .submenu {
	font-size: .8em;
	margin-left: 15px;
	display: block;
	margin-bottom: 5px;
}
#lh .submenu:link {
	color: #000080;
}
#lh .submenu:visited {
	color: #000080;
}
#lh .submenu:hover {
	color: red;
}
#rh {
	margin-top: 0px;
	margin-left: 10px;
	width: 160px;
}
#rh p {
	font-size: .8em;
	color: #000080;
	margin-top: 10px;
	margin-bottom: 0px;
}
#footer {
	font-size: 10px;
	color: #FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
a:hover {
	color: red;
}
#response {
	padding: 0.5em;
	width: 90%px;
	background: #eee;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 7em;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
#response input.submit {
	float: left;
	width: 7em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
#response .wide label {
width: 23em;
text-align: left;
}
