﻿body, html
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
}
a img
{
    border: 0;
}
#htmlBody
{
    background: url(bg.png) #084D84 repeat-x;
}
.Button, a.Button, a:link.Button, a:visited.Button, a:hover.Button, a:active.Button
{
    border-right: #696969 1px solid;
    padding-right: 1em;
    border-top: silver 1px solid;
    margin-top: 0.1em;
    padding-left: 1em;
    font-weight: bolder;
    font-size: 11px;
    margin-bottom: 0.1em;
    padding-bottom: 3px;
    overflow: visible;
    border-left: silver 1px solid;
    color: white;
    line-height: 20px;
    padding-top: 3px;
    border-bottom: #696969 1px solid;
    background-repeat: repeat-x;
    background-color: #004B85;
    text-align: center;
    text-decoration: none;
}
.Menu
{
    border-top: 10px solid white;
    background: white;
}
#MenuSpacer
{
    height: 40px;
    background: url(bg_under_menu.gif) no-repeat bottom left white;
}
* html .Menu td
{
    padding-top: 0px;
    padding-bottom: 0px;
}
.Banner
{
    margin-left: auto;
    margin-right: auto;
    width: 758px;
    background: #fff;
}
.Pane2
{
    background: url(bg_2pane.gif) repeat-y;
}
.Pane3
{
    background: url(bg_3pane.gif) repeat-y;
}
.ContentPane
{
    padding-top: 10px;
}
.RightPane
{
    background: url(bg_rightpane.gif) no-repeat;
    padding-left: 10px;
    margin-top: 0px;
    padding-top: 25px;
    min-height: 250px;
}
* html .RightPane
{
    height: 250px;
}
.Footer
{
    padding-top: 5px;
    background-position: center top;
    background-image: url(bg_footer.gif);
    background-repeat: repeat-x;
    background-color: #ffffff;
}
.FooterMenu
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 5px;
    color: #2a60b6;
    font-size: 10px;
    width: 100%;
}
.FooterMenu a
{
    color: #2a60b6;
    text-decoration: none;
}
.FooterMenu a:hover
{
    color: #e56c33;
    text-decoration: underline;
}
.nM
{
    text-align: center;
    color: #CCCCCC;
    font-weight: bold;
}
.nM a
{
    color: #CCCCCC;
}
.nM a:hover
{
    color: #CCCCCC;
}
.HNMenuLevel1
{
    display: block;
    padding-left: 10px;
    padding-right: 5px;
    overflow: hidden;
}
.HNMenuLevel1Selected
{
    display: block;
    padding-left: 10px;
    padding-right: 5px;
    overflow: hidden;
}
.HNMenuLevel2
{
    display: block;
    padding-left: 10px;
    padding-right: 5px;
    overflow: hidden;
}
.HNMenuLevel2Selected
{
    display: block;
    padding-left: 10px;
    padding-right: 5px;
    overflow: hidden;
}
.HNMenuLevel3
{
    display: block;
    padding-left: 10px;
    padding-right: 5px;
    overflow: hidden;
}
.HNMenuLevel3Selected
{
    display: block;
    padding-left: 10px;
    padding-right: 5px;
    overflow: hidden;
}
.HNMenuLevel1 a
{
    text-indent: 5px;
    display: block;
    font-weight: bold;
    font-size: 12px;
    overflow: hidden;
    color: #145283;
    line-height: 25px;
    width: 165px;
    border-bottom: #ccc 1px dotted;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.HNMenuLevel2 a
{
    text-indent: 5px;
    color: #e56c33;
    border-bottom: 1px dotted #ccc;
    font-size: 11px;
    font-weight: bold;
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 25px;
    width: 165px;
    overflow: hidden;
}
.HNMenuLevel3 a
{
    text-indent: 5px;
    display: block;
    font-weight: normal;
    font-size: 11px;
    overflow: hidden;
    width: 165px;
    color: #e56c33;
    line-height: 25px;
    border-bottom: #ccc 1px dotted;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.HNMenuLevel1Selected a, .HNMenuLevel1Selected a:hover, .HNMenuLevel1 a:hover
{
    text-indent: 5px;
    color: #e56c33;
    border-bottom: 1px dotted #ccc;
    font-size: 12px;
    font-weight: bold;
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 25px;
    width: 165px;
    overflow: hidden;
}
.HNMenuLevel2Selected a, .HNMenuLevel2Selected a:hover, .HNMenuLevel2 a:hover
{
    text-indent: 5px;
    color: #145283;
    border-bottom: 1px dotted #ccc;
    font-size: 11px;
    font-weight: bold;
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 25px;
    width: 165px;
    overflow: hidden;
}
.HNMenuLevel3Selected a, .HNMenuLevel3Selected a:hover, .HNMenuLevel3 a:hover
{
    text-indent: 5px;
    font-size: 11px;
    border-bottom: 1px dotted #ccc;
    color: #145283;
    font-weight: normal;
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 25px;
    width: 165px;
    overflow: hidden;
}
hr
{
    width: 100%;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    height: 1pt;
    border-bottom-style: none;
    background: #CCC;
}
td.BCText
{
    padding-top: 2px;
    color: #959595;
    height: 15px;
    font: 9px Verdana, Helvetica, sans-serif;
}
.BCText a
{
    color: #959595;
    font: 9px Verdana, Helvetica, sans-serif;
}

