html, body
{
    background-color: #bbc1d9;
    background-image:url("site-images/fade-background.jpg");
    background-repeat: repeat-x;
    padding:0;
    margin: auto;
    width:100%;
}


.container
{
    font-family: Verdana, arial;
    display:block;
    font-size: 10pt;
    line-height: 1.5em;
    position:relative;
    top:0px;
    width:960px;
    text-align: left;
    padding: 0px;
    margin: 0px auto;
    border:0px;
    background-repeat:repeat-y;
    background-image:url("site-images/filler.jpg");
}

.left-container
{
    display:block;
    width:767px;
    position: relative;
    float:left;
}

.sep
{
    width: 556px;
    height: 35px;
    border:none;
    right:0px;
    text-align: right;
    background-repeat:no-repeat;
    background-image:url("site-images/sep.jpg");
    background-position:bottom right;
    display:block;
    overflow: hidden;
}

.clear
{
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
}
.page-header
{
    position:relative;
    top:0px;
    width:960px;
    height: 150px;
    text-align: left;
    padding: 0px;
    margin: 0px auto;
    border:0px;
    background-repeat:no-repeat;
    background-image:url("site-images/Header-Upper2.jpg");
}

.page-header img
{
    border:none;
}

.underlinemenu
{
    position: absolute;
    font-family: Verdana, arial;
    font-size: 10pt;
    bottom: 15px;
    right: 364px;
    padding:0;
    margin:0;
}

.underlinemenu ul
{
    padding: 0 0 8px 0;
    margin: 0;
    text-align: left;
}

.underlinemenu ul li
{
    margin:0;
    padding:0;
    display: inline;

}

.underlinemenu ul li a
{
    color: #ffffff;
    padding-left: 3px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom:7px;
    font-weight:bold;
    text-decoration: none;
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
}

.underlinemenu i
{
    font-weight:bold;
    font-style:normal;
    text-decoration: none;
    color:#f7ad37;
}

.underlinemenu ul li b
{
    color: #bbbbbb;
    padding-left: 3px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom:7px;
    font-weight:bold;
    text-decoration: none;
    border-bottom: 1px solid #888888;
    border-right: 1px solid #888888;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
}

.link-bullet
{
    font-weight:bold;
    color:#f7ad37;
    display:inline;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected
{
    color: #f7ad37;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-bottom: 1px solid #888888;
    border-right: 1px solid #888888;
}


