body
{
        background-color:#dfe3ea;
        scrollbar-base-color:#AFB8C4;
        scrollbar-darkshadow-color:#000000;
        scrollbar-face-color:#EAECF2;
        scrollbar-track-color:#F7F9FF;
        scrollbar-shadow-color:#A9A9A9;
        scrollbar-highlight-color:#eeeeee;
        scrollbar-arrow-color:#003399;
        scrollbar-3d-light-color:#AFB8C4;
}

.ContentBody
{
        background-color:#ffffff;
        border:  #08386B 2px solid;
}

.HeadLine
{
    font-size: 8pt;
    font-weight: bold;
    color: #08386B;
    font-family: tahoma, sans-serif;
    padding:0;
    margin:0;
}

.NormalText
{
    font-size: 8pt;
    color: #08386B;
    font-family: tahoma, sans-serif;
}

.LessEmphasisText
{
    font-size: 7pt;
    color: #c0c0c0;
    font-family: tahoma, sans-serif;
}

a.LessEmphasisLink:link, a.LessEmphasisLink:active, a.LessEmphasisLink:visited { 
    font-size: 7pt;
    color: #c0c0c0;
    font-family: tahoma, sans-serif;
    text-decoration: none;
}

a.MenuButton
{
    font-size: 8pt;
    font-weight: bold;
    color: #08386B;
    font-family: tahoma, sans-serif;
    background-color:#8EB6D9;
    padding: 2px;
    text-decoration:none;
    width: 65px;
    border:  #08386B 1px solid;
    text-align:center;
}

a.MenuButton2
{
    font-size: 8pt;
    color: #08386B;
    font-family: tahoma, sans-serif;
    background-color:#8EB6D9;
    padding: 1px;
    text-decoration:none;
    width: 170px;
    border:  #08386B 1px solid;
    border-bottom: 0;
    text-align:left;
}

a.MenuButton:hover
{
    color: #ffffff;
    background-color:#08386B;
}

a.MenuButton2:hover
{
    color: #ffffff;
    background-color:#08386B;
}


a.LessEmphasisLink:link, a.LessEmphasisLink:active, a.LessEmphasisLink:visited { 
    font-size: 7pt;
    color: #c0c0c0;
    font-family: tahoma, sans-serif;
    text-decoration: none;
}


.MenuBGSel
{
        background-color:#8EB6D9;
        border:  #08386B 1px solid;
}
.MenuBG
{
        background-color:#EBEBEE;
        border:  #08386B 1px solid;
}

a.SelectedButton
{
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    font-family: tahoma, sans-serif;
    background-color:#08386B;
    padding: 2px;
    text-decoration:none;
    width: 65px;
    border:  #08386B 1px solid;
}
.FeaturedItem
{
        background-color:#EBEBEE;
        padding:5px;
}

hr
{
        color: #08386B;
}

a
{
        color: #4977B4;
}

H2
{
    font-size: 14pt;
    font-weight: bold;
    color: #08386B;
    font-family: tahoma, sans-serif;
    text-align:left;
}
H3
{
    font-size: 11pt;
    font-weight: bold;
    color: #08386B;
    font-family: tahoma, sans-serif;
    text-align:left;
}
H5
{
    font-size: 8pt;
    font-weight: bold;
    color: #08386B;
    font-family: tahoma, sans-serif;
    text-align:left;
}

li.menu
{

    float: left;
    position: relative;
    width: 1em;


    font-size: 8pt;
    color: #08386B;
    font-family: tahoma, sans-serif;
    text-align:left;
}

ul.menu {
  padding: 0;
  margin:0;
  list-style: none;
  }

li.menu ul {
  display: none;
  position: absolute; 
  top: 100%;
  left: 0;

  padding: 0.2em 0 1em 0;
  }

li.menu > ul {
        top: auto;
        left: auto;
        }

li.menu:hover ul, li.over ul{ display: block; }

li.menu li {
        display: block;
        float: none;
        background-color: transparent;
        border: 0;
}

#nav li.menu li a {
        display: block;
        font-weight: normal;
}

ul {
   padding:0;
   margin:auto;
   list-style: disc;
   text-align:left;
    
}

li {
    float: none;
    position: static;
    width: auto;

    font-size: 8pt;
    color: #08386B;
    font-family: tahoma, sans-serif;
    text-align:left;
}
