﻿.pageBanner
{
    font-family: Huxtable;
    font-size: 40px;
    font-style: oblique;
    font-variant: small-caps;
    color: #FFFFFF;
    width: 800px;
    background-color: #0000FF;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 2px;
    height: 52px;
}
.pageBanner2
{
    font-family: Tahoma;
    font-size: 16px;
    font-style: oblique;
    font-variant: small-caps;
    color: Navy;
    width: 830px;
    background-color: #B0C4DE;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 2px;
    padding-bottom: 5px;
}

h1
{
    font-family: Huxtable;
    font-size: x-large;
    font-variant: small-caps;
    color: White;
    text-align: center;
    padding: 15px;
    }
h2
{
    padding: 0px;
    margin: 0px;
    font-family: Tahoma;
    font-size: large;
    font-variant: normal;
    color: #0033CC;
    background-color: #FFFFFF;
}
h3
{
    font-family: Tahoma;
    font-size: medium;
    font-variant: normal;
    color: #0033CC;
    background-color: #FFFFFF;
}
h4
{
    font-family: Tahoma;
    font-size: medium;
    font-variant: normal;
    color: #0033CC;
    background-color: #FFFFFF;
}
#banner
{
    height: 82px;
    width: 800px;
    background-color:Blue;
}

#leftsidebar
{
    width: 260px;
    float: left;
    margin-right: 5px;
    background-color: #FFFFFF;
    top: 138px;
    left: 10px;
    height: 462px;
}

#maincontent
{
    border-left: thick solid #808080;
    width: 364px;
    background-color: #FFFFFF;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
}
#topmenu
{
    width: 830px;
    background-color: #CCCCFF;
}
#imagecontent
{
    
    float:none;
    margin-right: 0px;
    margin-left: 0px;
    height: 89px;
    width: 150px;
    top: 165px;
    left: 685px;
    position: absolute;
}
#toplevel
        {
            width: 830px;
        }

#maincol1
{
    float: left;
    width:215px;
    height:70px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

#footer
{
    padding: 5px;
    clear: both;
    width: 800px;
}

p
{
    font-family: Tahoma;
    font-size: small;
    background-color: #FFFFFF;
}
#p1
{
    font-family: Tahoma;
    font-size: medium;
    color:Purple;
}
.p2
{
    font-family: Tahoma;
    font-size: 16px;
    font-style: oblique;
    font-variant: small-caps;
    color: Navy;
    padding-left:15px;
 }

body
{
}