﻿body
{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    color: #000000;
    background: url('../images/interface/background.png') repeat;
}
#bg_fade
{
    margin: auto;
    padding: 0px;
    width: 990px;
    height: 100%;
    background: url('../images/interface/bg_fade.png') repeat-y;
}
#container
{
    margin: auto;
    padding: 0px;
    width: 976px;
    height: 100%;
}
#masthead
{
    margin: 0px;
    padding: 0px;
    width: 976px;
    overflow: hidden;
    background: #7A8EB2;
}
#masthead_left
{
    margin: 0px;
    padding: 0px;
    width: 335px;
    float: left;
    background: url('../images/interface/masthead_left_bg.png') no-repeat;
}
#masthead_right
{
    margin: 0px;
    padding: 0px;
    width: 641px;
    float: right;
    background: url('../images/interface/masthead_right_bg.png') repeat-x right top;
}
#page_content
{
    margin: 0px;
    padding: 0px;
    width: 976px;
    overflow: hidden;
    background: url('../images/interface/bg_page.png') repeat-y;
}
#sidebar
{
    margin: 0px;
    padding: 10px;
    width: 130px;
    float: left;
}
#sidebar ul
{
    list-style-type: none;
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
}
#sidebar li
{
    display: block;
}
#sidebar a img, #sidebar object
{
    display: block;
    margin: 0 auto;
    border: 0;
}
#sidebar a:hover
{
    color: #dc9;
}
#content
{
    margin: 0px;
    padding: 10px;
    width: 806px;
    float: right;
    background: url('../images/interface/top_fade.png') repeat-x;
}
#footer
{
    margin: 0;
    padding: 0;
    border: 0;
    background: #000000;
    color: #FFFFFF;
    clear: both;
    width: 99%;
    overflow: hidden;
    padding-top: 1%;
    padding-right: 0;
    padding-bottom: 1%;
    padding-left: 1%;
}
#footer p
{
    font-size: x-small;
}
#footer a
{
    color: #808080;
    text-decoration: underline;
}
#footer a:hover
{
    color: #C3C3C3;
    text-decoration: none;
}
h1
{
    color: #2271A0;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
}
h2
{
    color: #666666;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
}
a
{
    color: #393939;
    text-decoration: underline;
}
a:hover
{
    color: #78a;
    text-decoration: underline;
}
a.button
{
    background: transparent url('../images/interface/bg_button_a.png') no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 30px;
    padding-right: 9px;
    text-decoration: none;
}
a.button span
{
    background: transparent url('../images/interface/bg_button_span.png') no-repeat;
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 9px;
}
a.button:hover
{
    background-position: bottom right;
    color: #7A8EB2;
    outline: none;
}
a.button:hover span
{
    background-position: bottom left;
    padding: 5px 0 5px 9px;
}
.style_bold
{
    font-weight: bold;
}
.style_italic
{
    font-style: italic;
}
.sbl
{
    background: url('../images/interface/bl.png') bottom left no-repeat #EDEDED;
    text-align: center;
    width: 100%;
}
.sbr
{
    background: url('../images/interface/br.png') bottom right no-repeat;
}
.stl
{
    background: url('../images/interface/tl.png') top left no-repeat;
}
.str
{
    background: url('../images/interface/tr.png') top right no-repeat;
    padding: 10px;
}
.sb
{
    padding: 2px 0px 10px 50px;
    background: url('../images/interface/b.png') 30px top no-repeat;
}
.float_right
{
    float: right;
}
.float_left
{
    float: left;
}
.t {background: url(../images/interface/dot.gif) 0 0 repeat-x; width: 20em}
.b {background: url(../images/interface/dot.gif) 0 100% repeat-x}
.l {background: url(../images/interface/dot.gif) 0 0 repeat-y}
.r {background: url(../images/interface/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/interface/bl.gif) 0 100% no-repeat}
.br {background: url(../images/interface/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/interface/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/interface/tr.gif) 100% 0 no-repeat; padding:10px} 