/*global page level*/
html body
{
    background-color: #E5E5E5;
    height: 100%;
}
html, body, form
{
    font-family: Trebuchet MS;
    font-size: 9pt;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
html, body
{
    font-family: Trebuchet MS;
    font-size: 8pt;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
strong
{
    color: #001695;
}
h1
{
    color: #001695;
    font-size: 13pt;
    font-weight: normal;
}
h2
{
    color: #001695;
    font-size: 11pt;
    font-weight: normal;
}
h3
{
    color: #001695;
    font-size: 9pt;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
p
{
    margin-top: 6px;
    margin-bottom: 0px;
}
a img
{
    border: 0px;
}
a:link, a:visited, a:active
{
    color: Red;
}
ul
{
    margin-left: 10px;
    padding-left: 10px;
}
ul li
{
    list-style-image: url(graphics/Bullet.jpg);
    list-style-position: outside;
}

/*layout containers*/
.table
{
    border: 0px;
    height: 100%;
    overflow: visible;
    width: 100%;
}
.left
{
    background-image: url(graphics/Left.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}
.right
{
    background-image: url(graphics/Right.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}
.middle
{
    background-color: white;
    background-image: url(graphics/Middle-Background.jpg);
    background-position: left top;
    background-repeat: repeat-y;
    min-height: 100%;
    width: 800px;
}
.footer
{
    color: gray;
    font-size: 7pt;
    padding: 7px;
    width: 500px;
}
.footer a:link, a:visited, a:active
{
    color: gray;
    font-weight: normal;
}

/*sub layout containers*/
.left1
{
    background-color: #102244;
    float: left;
    height: 350px;
    width: 200px;
}
.right1
{
    background-color: Transparent;
    float: left;
    height: 350px;
    width: 596px;
}
.right1 ul li
{
    font-size: 8pt;
}
.clear
{
    clear: both;
    height: 1px;
}
.left2
{
    background-color: Transparent;
    float: left;
    width: 200px;
    *overflow:hidden;
    padding-top: 40px;
}
.right2
{
    background-color: Transparent;
    float: left;
    width: 596px;
    overflow: hidden;
}
.right2 ul li, table tr td
{
    font-size: 8pt;
}
.contentpane
{
    float: left;
    padding: 1%;
    width: 95%;
}
.highlightpane
{
    display: none;
    float: left;
    padding: 1%;
    width: 25%;
}

/*page level holders*/
.Header
{
    background-image: url(graphics/Silver-Bar.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;
    height: 40px;
}
