body 
  {
  color: #000000;
  background-color: #FFFFFF;
  margin: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  }

#logo
  {
  margin: 5px;
  position: relative;
  float: top;
  }

#name_bar
  {
  background-color: #E0E0E0;
  color: #00008F;
  border-bottom: solid 3pt #00008F;
  padding-left: 10px;
  position: relative;
  float: top;
  font-size: 12px;
  }

#footer
  {
  background-color: #E0E0E0;
  color: #00008F;
  border-top: solid 3pt #00008F;
  padding-left: 10pt;
  position: relative;
  clear: left;
  float: bottom;
  font-size: 12px;
  }

#nav_bar
  {
  /*background-color: #E0E0E0;*/
  background-color: #FFFFFF;
  /*border-right-width: thin;*/
  /*border-right-style: dotted;*/
  padding: 5pt;
  /*margin: 5pt;*/
  }

.nav_cur
  {
    border-bottom: thin dotted #000000;
    color: #00008F;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px; font-weight: bold;
  }

.nav_item
  {
    border-bottom: thin dotted #000000;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px; font-weight: bold;
  }

.nav_item a
  {
    color: #000000;
    text-decoration: none;
  }

.nav_item a:visited
  {
    color: #000000;
    text-decoration: none;
  }

.nav_item a:hover
  {
    color: #00008F;
    text-decoration: none;
  }

.nav_item a:active
  {
    color: #00008F;
    text-decoration: none;
  }

#div_bar
  {
  background-color: #FFFFFF;
  width: 2px;
  min-height: 400px;
  position: relative;
  }

#main
  {
  background-color: #FFFFFF;
  border-left: solid 3pt #00008F;
  padding: 5pt;
  /*margin: 5pt;*/
  }

p 
  {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  }

