body {
  background-color: white; }

#main_panel {
  width: 1024px;
  height: 592px; }

#top_spacer {
  height: 54px;
/*  0.5* height of logo */ } 

#middle_spacer {
  position: relative;
  float: left;
  height: 216px;
  /* 3* height of logo image. */
  width: 786px;
  margin: 0 0 15px;
  border-radius: 15px;
  background-color: white;
  opacity: 0; }

div.content {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  opacity: 0; }
  div.content div {
    float: left;
    opacity: 1; }

#menu_panel {
  float: left;
  margin: 0px; }

span.emailaddress {
  font-family: "Geneva", "Arial";
  font-weight: bold; }

p {
  font-family: "Geneva", "Arial"; }

a {
  font-family: "Geneva", "Arial";
  font-weight: bold;
  text-decoration: none;
  opacity: 74%; }
  a:link {
    color: #05046a; }
  a:visited {
    opacity: 74%; }
  a:active {
    opacity: 74%; }
  a:hover {
    color: rgba(154, 0, 0, 0.8); }

div.menu_item {
  float: left;
  margin: 0px;
  display: block;
  width: 170px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center; }

div.menu_spacer {
  float: left;
  margin: 0px;
  width: 85px;
  /* half of the width of a menu_item. */ }

div.menu_spacer_inner {
  float: left;
  margin: 0px;
  width: 35px; }
