/* CSS Document */

body {
      font-family:Verdana, arial, sans-serif;
      font-size: 12px;
      font-style: normal;
      color:#000;
      margin:0px;
      padding:0px;
      bgcolor: #000099;

}

p    {
      font-family: verdana, arial, sans-serif;      
      font-size: 12px;
}

ul   {
      font-family: verdana, arial, sans-serif;
      font-size: 12px;
      font-style: normal;
}

a:link {
      text-decoration: none;
}

a:visited {
      text-decoration: underline;
}

a:hover {
      text-decoration: none;
}

#navcontainer ul
{
      padding-left: 0;
      margin-left: 0;
      background-color: #000033;
      color: White;
      float: center;
      width: 100%;
      font-family: arial, helvetica, sans-serif;
      font-style: normal;
      font-size: 80%;
      line-height: 1.2em;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
      padding: 0.2em 1em;
      background-color: #000033;
      color: White;
      text-decoration: none;
      float: center;
      border-right: 1px solid black;
}

#navcontainer ul li a:hover
{
      color: #ffffff;
}