﻿html
{
    background: none;
}
a:link, a:visited, a:hover
{
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}
a:hover
{
    color: #fe6c01;
}
h1, h2, h3
{
}
body
{
    font-size: 12px;
    padding: 50px 0 20px 0;
    margin: 0;
    color: #fff;
    font-family: Helvetica,Arial,sans-serif;
    text-align: center;
    background: url(../images/texturedBg.jpg);
    height: 100%;
}
#body-background-image
{
    background: url(../Images/backgroundImage.png) no-repeat 0px 0px;
    margin: auto;
    width: 790px;
    height: 464px;
    text-align: left;
}
#left-menu
{
    float: left;
    width: 200px;
    padding-top: 60px;
    height: 400px;
}
#left-menu ul
{
    margin: 0;
}
#left-menu ul li
{
    list-style: none;
    padding: 5px 0 5px 40px;
}
#left-menu a
{
    z-index: 10;
    position: relative;
    color: #fe6c01;
    text-decoration: none;
}
#left-menu a:link, #left-menu a:visited
{
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}

#left-menu a:hover
{
    color: #fe6c01;
    text-decoration: none;
}

#left-menu a#active_menu
{
    color: #fff;
}
#left-menu a#active_menu:hover
{
    color: #fe6c01;
}
#rightpane
{
    float: left;
    width: 590px;
    height: 460px;
}
#logo-wrapper
{
    margin: 0 auto 4px;
    width: 790px;
    height: 44px;
    text-align: left;
}
img#print-logo
{
    display:none;
}
.logo
{
    /*background: url(../images/logoOrange.jpg) no-repeat;*/
    margin-left: 470px;
    width: 212px;
    height: 44px;
}
#text-wrapper
{
    padding: 5px;
    margin-top: 48px;
    margin-left: 15px;
}
#scroll-bar-hook
{
    overflow: auto; /*for jScrollPane*/
    height: 350px;
    width: 536px;
}
#header-text h1
{
    margin: 2px 0 25px;
    font-size: 18px;
    font-weight: 100;
}
#copyright-note
{
    color: #2F2F31;
    display: block;
    float: left;
    text-align: right;
    width: 482px;
    margin: 32px 0 0;
}
#copyright-note:hover
{
    color: #fe6c01;
    text-decoration: none;
    cursor: default;
}
