﻿body
{
    background-color: #FFFFFF;
    font-family: Arial Narrow, Arial, Helvetica, Sans-serif;
    color: #777777;
    padding: 0px;
    margin: 5px 0px 5px 0px;
    border: 0px;
    font-size: 13px;
}

input, textarea
{
    border: 1px solid #E0E0E0;
    min-width: 200px;
    overflow: hidden;
    color: #777777;
    padding: 2px 5px 2px 5px;
}

img 
{
    border: 0px;
}

img.Circle
{
    text-align: center;
    margin-right: 5px;
    vertical-align: middle;
}

img.rss
{
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 2px;
    text-align: center;
    margin: 0px;  
}

ul
{
    float: left;
    padding: 0px;
    margin: 0px;
    border-right: 1px dotted #E0E0E0;
}

ul:hover
{
    border-right: 1px solid #E0E0E0;
}

ul li
{
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 25px;
    padding-top: 45px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #BEBEBE;
    z-index: 2;
    background-color: #FFFFFF;
    border-bottom: 1px dotted #E0E0E0;
}

ul ul
{
    display: none;
    border-right: 0px;
}

ul ul:hover
{
    border-right: 0px;
}

ul li:hover > ul
{
    display: block;
    position: absolute;
    left: 100%;
    z-index: 2;
}

li a, li a:visited
{
    color: #BEBEBE;
    display: block;
    text-decoration: none;
}

li a:hover
{
    color: #2F80A6;
    text-decoration: none;
}

ul.topmenu li a:hover
{
    
}

ul.topmenu
{
    width: 110px;
    float: left;
}

ul.topmenu > li:hover > ul
{
    width: 110px;
    top: 85px;
    left: 0px;
    
}

ul.Generic
{
    list-style-position: outside;
    border: 0px;
    margin: 0px 0px 15px 20px;
    padding: 0px;
}

li.Generic
{
    float: left;
    text-align: left;
    list-style-type: decimal;
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px 0px 0px 5px;
    color: #888888;
    font-size: 15px;
    font-weight: normal;
}

table
{
    border: 0px;
    margin: 0px;
    padding: 0px;
    float: left;
}

td
{
    border: 0px;
    margin: 0px;
    text-align: left;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 10px;
}

a
{
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

a:hover
{
    text-decoration: underline;
}

a:visited
{
    color: #FFFFFF;
}

.ContentWrapper
{
    clear: both;
    width: 1000px;
    border: 1px solid #E0E0E0;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
}

.ContentMenu
{
    clear: both;
    width: 100%;
    float: left;
    height: 85px;
    background-color: #FFFFFF;
}

.ContentBody
{
    clear: both;
    width: 100%;
    float: left;
    height: auto;
}

.ContentHeaderSm
{
    clear: none;
    width: 725px;
    height: 150px;
    float: left;
    background-color: #878787;
    margin: 0px;
    padding: 0px;
    border: 0px;
    z-index: 0;
}

.ContentHeaderFull
{
    clear: both;
    width: 100%;
    height: 150px;
    float: left;
    background-color: #878787;
    margin: 0px;
    padding: 0px;
    border: 0px;
    overflow: hidden;
    z-index: 0;
}

.ContentHeaderBar
{
    clear: both;
    float: left;
    height: 20px;
    background-color: #7E7E7E;
    width: 1000px;
    margin: 0px;
    border: 0px;
    padding: 0px;
}

.ContentPageTitle
{
    height: 60px;
    width: 350px;
    background-color: #2D7FA7;
    color: White;
    font-size: 16px;
    font-weight: bold;
    z-index: 1;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    position: relative;
    top: -60px;
    float: left;
}

.ContentLeft
{
    clear: none;
    width: 725px;
    height: auto;
    min-height: 430px;
    float: left;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px 0px 20px 0px;
    border: 0px;
}

.ContentRight
{
    clear: none;
    width: 275px;
    height: auto;
    min-height: 450px;
    float: right;
    background-color: #53B7E8;
    margin: 0px;
    padding: 0px;
    border: 0px;
    color: White;
    font-size: 14px;
}

.ContentRightTitle
{
    height: 50px;
    width: 100%;
    background-color: #2D7FA7;
    font-weight: bold;
    z-index: 1;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    position: relative;
    float: left;
    padding: 5px 0px 5px 0px;
}

.ContentRightText
{
    float: left;
    font-weight: normal;
    font-size: 13px;
    font-weight: bold;
    padding: 50px 20px 0px 20px;
    width: 235px;
}

.ContentRightText a, .ContentRightText a:visited 
{
    text-decoration: underline;
}

.ContentFooter
{
    width: 100%;
    height: 25px;
    clear: both;
    text-align: center;
    vertical-align: top;
    margin: 10px 0px 10px 0px;
    background-color: Transparent;
    font-weight: bold;
}

.ContentFooter a, .ContentFooter a:visited 
{
    color: #BEBEBE;   
}

.ContentFooter a:hover 
{
    color: #2F80A6;
    text-decoration: none;   
}

.LogoImage
{
    height: 100%;
    width: 100%;
    z-index: 0;
    float: left;
}

.PanelText
{
    clear: both;
    float: left;
    padding: 0px 45px 0px 45px;
}

.TitleText
{
    float: left;
    clear: both;
    padding: 20px 0px 20px 0px;
    font-weight: bold;
    font-size: 20px;
}

.DescriptionText
{
    clear: both;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}

table.Staff 
{
    float: left;
}

table.Staff td 
{
        padding: 16px 0px 16px 16px;
        min-width: 150px;
}

table.Fees
{
    float: left;
}

table.Fees td
{
    padding: 0px 10px 10px 10px;
    text-align: left;
}

table.Contact
{
    float: left;
    clear: both;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

table.Contact td
{
    padding: 0px 10px 0px 10px;
    text-align: left;
    min-width: 100px;
}

td.ContactDescription
{
    color: #2F80A6;
}