a.leftmenu {
    color : #003232;
    font-size : 12;
    text-decoration : none;
  }


a.leftmenu:hover {
    text-decoration:underline;
  }


a.leftmenu:before {
    content : "\2022\20";
  }


a.topmenu {
    color : #003232;
    text-decoration : none;
  }


a.topmenu:hover {
    text-decoration:underline;
  }


.menubody {
    background-color : #003232;
    margin-bottom : 5;
    margin-left : 5;
    margin-right : 5;
    margin-top : 5;
    font-size : .75em;
  }



.mainbody {
    background-color : #FFFFFF;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    font-size : .75em;
  }


.topicitem {
    background-color : #003232;
    color : #ffffff;
    font-weight : bold;
    padding-bottom : 5pt;
    padding-left : 5pt;
    padding-right : 5pt;
    padding-top : 5pt;
  }


.menutitle {
    font-weight : bold;
    padding-top : 5pt;
    text-align : center;
  }


.menu {
    line-height : 1.4em;
    width : 175;
  }


.toprow {
    background-color : #5F9EA0;
  }


.middlerow {
    background-color : #5F9EA0;
    vertical-align : top;
  }

.logo {
    cursor : hand;
    text-align : center;
    width : 175;
  }


.maintable {
    border-spacing : 0;
    padding : 0;
    height : 100%;
    width : 100%;
  }


.bodycell {
    background-color : #FFFFFF;
    height : 100%;
  }
