﻿body
{
    background-color: #333399;
    font-family: verdana;
}

.ppIFrame
{
    position:absolute; width: 98px; height: 21px;
}

.Content
{
    padding: 10px; 
    background-color: #FFFFFF;  font-size: .9em;
}


.SiteMap
{   
    padding-top:20px;
    font-size:smaller;
}

.MenuBar
{
    position: absolute;
    top: 110px;
    left: auto;
    width: 98%;
    background-color: #333399;
    padding: 5px 5px 5px 5px;
}


.menu
{
    color: white;
    font-size: 8pt;
    font-weight: bold;
    border-right: 1px solid white;
    text-decoration: none;
    background-color: #333399;
    padding: 0px;
}
.menu:hover
{
    background-color: #96B0CB;
}

H2
{
    margin-top:25px;
}

H3
{
    margin-top:25px;
}

