﻿body
{
    font: normal 400 11px Arial, Verdana, Helvetica;
    color: #000;
    line-height: 19px;
    padding: 10px 0px 0px 0px; 
}
img
{
    border: none;
}
a:Link, a:Visited, a:Active
{
    color: #000;
    text-decoration: underline;
}
a:Hover
{
    color: #0092ba;
}
/*** BASE STYLES ***/
.middle
{
    width: 800px;
    margin: 0px auto;    
}
.siteWrapper
{
    width: 800px;
    padding: 0px 0px 10px 0px;
}
.headerWrapper
{
    width: 800px;
    height: 140px;
    background: url(/Images/System/bg-headerwrapper.gif) no-repeat top right;
}
a.logoLink:Link, a.logoLink:Visited, a.logoLink:Hover, a.logoLink:Active
{
    display: block;
    width: 330px;
    height: 139px;    
}
.bannerWrapper
{
    width: 310px;
    padding: 0px 0px 0px 10px;
    height: 139px;
}
.subTitleWrapper
{
    width: 775px;
    height: 27px;
    border-bottom: solid 2px #e6e6e6;
    padding: 8px 25px 0px 0px;
    background: url(/Images/System/bg-content.gif) repeat-y right top;
    text-align: right;
}
.subTitleWrapper h2
{
    
    color: #0092ba;
    font-size: 16px;
    font-family: Arial;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

/*** LEFT MENU STYLES ***/
.leftMenuWrapper
{
    width: 195px;
    padding: 0px 0px 60px 0px;
}
.leftMenuUL
{
    margin: 0;
    padding: 26px 0px 0px 0px;
}
.leftMenuUL li
{
    list-style-type: none;
    padding: 0px 0px 12px 0px;
}
a.leftMenuLink:Link, a.leftMenuLink:Visited, a.leftMenuLink:Active
{
    color: #1f3987;
    display: block;
    width: 138px;
    height: 25px;
    padding: 3px 0px 0px 35px;
    text-decoration: none;
    outline: none;
    background: url(/Images/System/bg-menu.gif) no-repeat top right;
}
a.leftMenuLink:Hover
{
    color: #0092ba;
    
} 
a.leftMenuLinkActive:Link, a.leftMenuLinkActive:Hover, a.leftMenuLinkActive:Visited, a.leftMenuLinkActive:Active
{
    color: #1f3987;
    display: block;
    width: 138px;
    height: 25px;
    padding: 3px 0px 0px 35px;
    cursor: default;
    text-decoration: none;
    outline: none;
    background: url(/Images/System/bg-menu-active.gif) no-repeat top right;
}

/*** CONTENT STYLES ***/

.contentWrapper
{
    width: 800px;
    background: url(/Images/System/bg-content.gif) repeat-y top right;
}
.contentTextWrapper
{
    width: 555px;
    padding: 16px 25px 60px 25px;
    background: #f2f2f2;
}
.contentTextWrapper h1
{
    margin: 0;
    padding: 10px 0px 20px 30px;        
    height: 10px;
    font-size: 13px;
    color: #1f3987;    
    vertical-align: bottom;
    background: url(/Images/System/bg-h1.gif) no-repeat left center;
}
.contentTextWrapper h2
{
    margin-top: 20px;
    font-size: 11px;
    color: #1f3987;    
}


/*** BOTTOM STYLES ***/
.bottomLogoWrapper
{
    width: 800px;
    background: url(/Images/System/bg-content.gif) repeat-y top right;
}
.bottomWrapper
{
    width: 800px;
    height: 35px;
    padding: 5px 0px 0px 0px;
    background: #1f3987;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
}
a.bottomLink:Link, a.bottomLink:Visited, a.bottomLink:Active
{
    color: #fff;
    text-decoration: none;
}
a.bottomLink:Hover
{
    text-decoration: underline;
}
.bottomLinksWrapper ul
{
    margin: 0;
    padding: 25px 25px 0px 0px;
}
.bottomLinksWrapper li
{
    display: inline; 
    padding: 0px 0px 0px 4px;   
}
.bottomLogoWrapper
{
    vertical-align: bottom;
}
a.bottomItemLink:Link, a.bottomItemLink:Visited, a.bottomItemLink:Active
{
    font-size: 0.8em;
    text-decoration: none;
    color: #666;
}
a.bottomItemLink:Hover
{
    text-decoration: underline;
}


/*** MISC STYLES ***/
.left
{
    float: left;
}
.right
{
    float: right;
}
.submitButton
{
    padding: 3px;
    margin: 0px;
    border: solid 1px #0092ba;
    background: #1f3987;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}