﻿body
{
    background-color: #cccccc;
    width: 790px;
    margin: 0 auto;
    text-align: center;
    font-family: Trebuchet MS, Verdana;
    font-size: small;
}

.container
{
    background-color: #FFFFFF;
    width: 790px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.HeaderLogo
{
    text-decoration: none;
    font-size: large;
    font-weight: bold;
    font-family: Lucida Sans, Helvetica;
}

.HeaderLogo:hover
{
    text-decoration: underline;
}

.h1style
{
    text-align: center;
    font-family: Trebuchet MS, Verdana;
    font-size: x-large;
    color: #000080;
}

.h2style
{
    text-align: center;
    font-family: Trebuchet MS, Verdana;
    font-size: large;
    color: #000080;
}

.h2sections
{
    font-family: Trebuchet MS, Verdana;
    font-size: small;
    font-weight: bold;
    font-size:large;
    color: #000080;
}
.h2sectionsnomargin 
{
    font-family: Trebuchet MS, Verdana;
    font-size: small;
    font-weight: bold;
    font-size:large;
    color: #000080;
    margin: 0px;
}
a:link {
COLOR: #0000FF;
}
a:visited {
COLOR: #0000FF;
}
a:hover {
COLOR: #FF0000;
}
a:active {
COLOR: #0000FF;
}


a.title
{
    text-decoration: none;
    font-size: small;
    font-family: Trebuchet MS, Verdana;
    font-weight: bold;
}
a.title:hover
{
    text-decoration: underline;
    font-size: small;
    font-family: Trebuchet MS, Verdana;
    font-weight: bold;
}


/**************ROUND CORNER BOXES ******************/

.spiffy
{
    display: block;
}
.spiffy *
{
    display: block;
    height: 1px;
    overflow: hidden;
    font-size: .01em;
    background: #E4F6F8;
}
.spiffy1
{
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 1px;
    padding-right: 1px;
    border-left: 1px solid #E4F6F8;
    border-right: 1px solid #E4F6F8;
    background: #E4F6F8;
}
.spiffy2
{
    margin-left: 1px;
    margin-right: 1px;
    padding-right: 1px;
    padding-left: 1px;
    border-left: 1px solid #E4F6F8;
    border-right: 1px solid #E4F6F8;
    background: #E4F6F8;
}
.spiffy3
{
    margin-left: 1px;
    margin-right: 1px;
    border-left: 1px solid #E4F6F8;
    border-right: 1px solid #E4F6F8;
}
.spiffy4
{
    border-left: 1px solid #E4F6F8;
    border-right: 1px solid #E4F6F8;
}
.spiffy5
{
    border-left: 1px solid #E4F6F8;
    border-right: 1px solid #E4F6F8;
}
.spiffyfg
{
    background: #E4F6F8;
}


.menubar
{
    width: 750px;
    font-weight: bold;
    font-size: 13px;
    font-family: Trebuchet MS, Verdana;
    padding: 3px;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=lightblue);
    border: 1px solid black;
}
.menubarDisplayFix
{
    z-index: 100;
}

.level2
{
    padding: 5px;
    font-weight: bold;
    color: Blue;
    font-family: Trebuchet MS, Verdana;
    font-size: 11px;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=lightblue);
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.intextimage
{
    padding-right: 5px;
    border-style: none;
}