* { margin: 0; padding: 0; }

img { vertical-align: middle; }

.container {
  width: 800px;
  border: 1px solid #003300;
  margin: auto;
  background: white;
  }

.menu {
  border-top: 1px solid #003300;
  background: #EEB358 url("../Images/GoldBar.jpg");
  font-size: 9pt;
  line-height: 20px;
  height: 26px;
  text-align: right;
  }
.menu a { font-size: 9pt; color: white; padding-right: 5px; } 
.menu a:hover { color: black; } 

.workarea {
  width: 800px;
  margin: auto;
  padding: 10px;
  clear: both;
  }

.pagedesc { font-size: 12pt; color: black; text-align: center; }

#formbox { 
  width: 700px;
  margin-left: auto;
  margin-right: auto:
  }
#formbox body { background-color: red; }

.formlabels { font-size: 10pt; color: black; padding: 10px; background-color: lightgrey; }

.footer {
  border-bottom: 1px solid #003300;
  background: #EEB358 url("../Images/GoldBar.jpg");
  font-size: 9pt;
  line-height: 20px;
  height: 26px;
  text-align: right;
  }

body,td,th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }
body {
  background-image: url(../Images/Background.jpg);
  background-repeat: repeat;
  }

h1,h2,h3,h4,h5,h6 { margin: 5px 0px 10px 20px; }

td {
  color: #3E3E3E;
  text-decoration: none;
  border: none;
  }

a {
  color:#006699;
  text-decoration: none;
  }

a:hover {
  color:#DB8606;
  text-decoration: underline;
  }

.code {
	font-family: Courier;
	font-size: 11px;
	padding: 2px;
    background-color: white; }
	color: #000000;
	line-height: 12pt;
	/*text-align: left;*/
}