﻿body
{
    text-align: center;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    background-color: #EFE8CB;
}

.Page
{
    border: 3px solid #FFCB66;
    width: 1000px;
    margin-top: 10px;
}

td
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

ul 
{
    list-style-type: square;
}

a:active, a:visited, a:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0033BD;
    text-decoration: none;
}

a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0033BD;
    text-decoration: underline;
}

a:active.LinkSmWhite, a:visited.LinkSmWhite, a:link.LinkSmWhite
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: White;
    text-decoration: none;
}

a:hover.LinkSmWhite
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: White;
    text-decoration: underline;
}

a:active.LinkLeftNav, a:visited.LinkLeftNav, a:link.LinkLeftNav
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FFCB66;
    text-decoration: underline;
}

a:hover.LinkLeftNav
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FFCB66;
    text-decoration: underline;
}

a:active.LinkLeftNavSm, a:visited.LinkLeftNavSm, a:link.LinkLeftNavSm
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFCB66;
    text-decoration: none;
}

a:hover.LinkLeftNavSm
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFCB66;
    text-decoration: underline;
}

a:active.LinkSmBlue, a:visited.LinkSmBlue, a:link.LinkSmBlue
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #003366;
    text-decoration: none;
}

a:hover.LinkSmBlue
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #003366;
    text-decoration: underline;
}

a:active.LinkLgBlue, a:visited.LinkLgBlue, a:link.LinkLgBlue
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #003366;
    text-decoration: none;
}

a:hover.LinkLgBlue
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #003366;
    text-decoration: underline;
}

a:active.LinkBlack, a:visited.LinkBlack, a:link.LinkBlack
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}

a:hover.LinkBlack
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: Black;
    text-decoration: underline;
}

a:active.CompanyName, a:visited.CompanyName, a:link.CompanyName
{
    font-family: 'Felix Titling', Arial;
    font-size: 18px;
    color: White;
    font-weight: bold;
    text-decoration: none;
}

a:hover.CompanyName
{
    font-family: 'Felix Titling', Arial;
    font-size: 18px;
    color: White;
    font-weight: bold;
    text-decoration: underline;
}

.LeftBackground
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
    background-color: #003366;
}

.MiddleBackground
{
    background-color: #FFFFFF;
}

.RightBackground
{
    background-color: #D9EBF9;
}

.TopBorder
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
}

.BottomBorder
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

.GoldUnderLine
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFCB66;
}

hr
{
    color: #FFCB66;
}

.ThickGoldLine
{
    color: #FFCB66;
    height: 5px;
}

.XLgBody
{
    font-family: Arial;
    font-size: 18px;
    color: #003366;
    line-height: 20px;
    font-weight: 500;
}

.XLgBodyU
{
    font-family: Arial;
    font-size: 16px;
    color: #003366;
    /*line-height: 20px;*/
    font-weight: bold;
    text-decoration: underline;
}

.LgBody
{
    font-family: Arial;
    font-size: 14px;
    color: #003366;
    line-height: 20px;
    font-weight: 500;
}

.GrayText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #808080;
}

.BlueText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #003366;
}

.GrayTextLarge
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}

.divBlueBox
{
    margin: 10px 125px 10px 125px;
    padding: 5px;
    background-color: #D9EBF9;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #FFCB66;
    border-bottom-color: #FFCB66;
    text-align: justify;
}

.divBlueBox_Home
{
    background-color: #D9EBF9;
    /*
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #FFCB66;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFCB66;
    */
}

.divBlueBox_List
{
    margin: 10px 125px 10px 125px;
    padding: 2px 50px 2px 25px;
    background-color: #D9EBF9;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #FFCB66;
    border-bottom-color: #FFCB66;
    line-height: 20px;
}

.divBlueBoxOuter{ width: auto; display: block; }
.divBlueBoxOuter .divBlueBoxLeft{ float: left; text-align: left; margin-left: 5px; }
.divBlueBoxOuter .divBlueBoxRight{ float: right; text-align: right; margin-right: 5px; }

a:active.LinkSmallCaps, a:visited.LinkSmallCaps, a:link.LinkSmallCaps
{
    text-transform: uppercase;
    font-family: Verdana;
    font-size: 9px;
    color: #003366;
    text-decoration: none;
}

a:hover.LinkSmallCaps
{
    text-transform: uppercase;
    font-family: Verdana;
    font-size: 9px;
    color: #003366;
    text-decoration: underline;
}
.ImageWrap
{
    padding: 3px;
    margin: 0px 10px 10px 0px;
    float: left;
}