body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:10pt;
  background: #112F4B;
  color: white;
  margin: 0px;
}

body.white {
 margin: 5px;
 background:white;
 color:black;
}

h1,h2,h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  background: white;
  color:#4b2a0a;
}

h1 {
  font-size:18pt;
}

h2 {
  font-size:14pt;
}

h3 {
  font-size:10pt;
}

a {
  background: white;
  color:#112F4B;
}

.fill {
  width:100%; 
}

td {
  vertical-align:top;
}

img {
  border: 0px;
}

.flat {
  border: 1px solid #4b2a0a;
}

#body {
  margin-left:auto;
  margin-right:auto;
  width:769px;
  background:white;
  color:black;
  z-index:0;
}

#logout{
  text-align:right;
  width:756px;
  position:absolute;
}

#overlaybox {
  text-align:right;
  z-index:1;
  position:absolute;
  top:0px;
}

#overlaybox a{;
  background:transparent;
  color:#ccc;
  text-decoration:none;
}

#header {
  z-index:0;
  background: #999 url(header_menushadow.jpeg) no-repeat;
  width:769px;
  height:297px;
}

#menu {
  position:relative;
  top:137px; left:0px; width:755px; height:21px;
  background:transparent;
  color:white;
  font-size:12pt;
  padding:7px;
  text-align:center;
}

#content {
  padding:5px;
  text-align:left;
}

a.menuitem {
  text-decoration:none;
  background:transparent;
  color:white;
}

a.menuitem:hover {
  border-bottom:2px dashed white;
}

span.selected_menuitem {
  border-bottom:2px solid white;
}

div.float_right{
  float:right;
  text-align:center;
  margin-left: 10px;
}

div.float_left{
  float:left;
  text-align:center;
  margin-right: 10px;
}

.pointer {
  cursor:pointer;
}
