﻿body
{
    font-size: 9pt;
    font-family: Verdana;
    color: #294e96;
}
 h1
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: Normal;
    border-bottom: 1px solid #eeeeee;
    color: #294e96;
}


#navigation ul
{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  border: none;
}

#navigation .main
{
    color: #294e96;
    display: block;
    border-bottom: dashed 1px #a9a9a9;
    border-top: dashed 1px #a9a9a9;
    margin-bottom: 5px;
    padding: 2px;
}

#navigation .sub
{
    color: Black;
    font-weight: bold;
    display: block;
    border-bottom: #a9a9a9 1px dashed;
    margin-top: 20px;
    padding: 2px;
}

#navigation .item
{
    color: #294e96;
    display: block;
    border-bottom: dashed 1px #a9a9a9;
    padding: 5px 0px 5px 10px;
}

#navigation li a:hover
{
    background-color: #294e96;
    color: White;
}
