body {
  text-align: center; 
  background-color: #FFFFFF; 
  font-family: Trebuchet MS; 
  color: #FFFFFF; 
  font-size: 12pt;
}

td {
  font-family: Trebuchet MS; 
  color: #FFFFFF; 
  font-size: 12pt;
  vertical-align: top;
}

div { 
  margin: 0px; 
  padding: 0px; 
}
 
h1 {
  font-size: 14pt;
  font-weight: bold;
}

#main { 
  text-align: left; 
  width: 767px; 
  margin-left: auto;
  margin-right: auto;
  background-color: #3CB100;
}

#banner {
  width: 767px;
  height: 264px;
}

#menu {
  width: 767px;
  height: 93px;
}

#content {
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

#footer {
  padding-top: 12px;
  background-repeat: no-repeat; 
  background-image: url(/images/footerbg.jpg);
  background-position: bottom center;
  background-color: #0053a3;
}

#footer td {
  font-size: 12pt;
  vertical-align: top;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
  color: #FFFFFF;
}

#footer a:hover {
  color: #EAEABD;
}

img.minipic {
  margin: 3px;
  border: 0px;
}

.menu td div {
  margin-right: 2px; 
  margin-bottom: 3px;
  height: 32px;
  width: 150px;
  line-height: 32px;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
}

.menu td div a, .menu td div a:link, .menu td div a:visited, .menu td div a:active {
  text-decoration: none;
  color: #FFFFFF
}

.menu td div a:hover {
  color: #EAEABD
}

