body {
  background: #036 url(images/bg.gif) repeat;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 577px;
	height: 320px;
	border: 1px solid black;
	background-color: #fff;
}

#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top:-250px;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

.centered {
  text-align:center;
}

/* CSS Buttons on Front Page*/


#navlist ul
{
margin: 0;
white-space: nowrap;
padding: 0;
}

#navlist li
{
display: inline;
list-style-type: none;
font-family: "Times New Roman", Times, serif;
font-size: 11pt;
}

#navlist a
{
padding: 1px 8px 1px 24px;
border: 1px solid #333;
background-color: #999;
background-image: url(images/l1_down.gif);
}

#navlist a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navlist a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(images/l1_over.gif);
color: #333;
}

h1 {
	font-family: "Times New Roman", "New York", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #036;
	margin: 5px 5px 5px 30px;
	border-bottom: 1px solid #036;
	}

table.form {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	margin: 10px 5px 5px 30px;
	}

td {
  vertical-align:top;
}


td.formlabel {
  font-weight:bold;
	text-align:right;
	vertical-align:middle;
	color:#036;
}

