/* */

  #navcontainer ul
  {
  padding-left: 0;
  margin-left: 0;
  background-color: darkblue;
  color: white;
  float: left;
  width: 100%;
  font-family: arial, helvetica, sans-serif;
  }
  #navcontainer ul li { display: inline; }
  #navcontainer ul li a
  {
  padding: 0.2em 1em;
  background-color: blue;
  color: white;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
  }

  /* not used */
  #navcontainer ul li.noa
  {
  padding: 0.2em 1em;
  background-color: #369;
  color: white;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
  }

  #navcontainer ul li a:hover
  {
  background-color: #369;
  color: #fff;
  }

/* not used */
  div.float {
    width:49%;
    float: left;
  }

/*  */
  div.sidebar {
    width:17%;
    border-color:maroon;
    border-style:solid;
    border-width:2px;
    float:left;
    background-color:#F0FFFF;
    padding: 4px;
  }
  div.content {
    width: 80%;
    border-color:maroon;
    border-style:solid;
    border-width:2px;
    float:right;
    background-color:#FFFFEO;
    padding: 4px;
  }
  div.spacer {
  clear: both;
  }

