body
{
    background-color: #a1a1a1;
    background-image: url('../images/background.png');
    padding: 0px;
    margin: 0px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background-repeat: repeat-x;
    color: #666666;
}
#center
{
    margin: auto;
    width: 954px;
    background-color: #FFFFFF;
}
#LogoSection
{
    height: 107px;
    position: relative;
}
.LogoImage
{
    display: block;
    position: absolute;
    bottom: 10px;
}
#TopBorder
{
    height: 11px;
    background-color: #000000;
    padding: 0px;
    margin: 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #FFFFFF;
}
#ContentTable
{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
#LeftColumn
{
    width: 200px;
    background-color: #e9e9e9;
    padding-left: 18px;
    vertical-align: top;
}
#Navigation
{
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 0px -18px;
}
#Navigation li
{
    background-color: #cccccc;
    border-style: solid;
    border-width: 0px 0px 1px 18px;
    border-bottom-color: #FFFFFF;
    border-left-color: #edc00f;
}
#Navigation li a
{
    text-decoration: none;
    color: #000000;
    display: block;
    padding: 3px 3px 3px 10px;
}
#Navigation li a:hover
{
    background-color: #808080;
}
#Navigation ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: none;
}
#Navigation li:hover ul
{
    display: block;
}
#Navigation li li
{
    background-color: #edc00f;
    border-bottom-width: 0px;
}
.Button
{
    background-image: url('../images/buttonBackground.png');
    background-repeat: repeat-x;
    border: 1px solid #3d3d3d;
    color: #FFFFFF;
    height: 18px;
    text-decoration: none;
    text-align: center;
}
.LeftColumnBox
{
    text-align: center;
    border: 1px solid #808080;
    margin-right: 1em;
    background-color: #FFFFFF;
    margin-top: 1em;
    margin-bottom: 1em;
    overflow: hidden;
}
#PartnerBox table
{
    text-align: center;
    border: 1px solid #808080;
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}
.LeftColumnBoxText
{
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}
.LeftColumnBoxLink
{
    color: #ff6400;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    text-decoration: none;
}
#FacebookTwitter img
{
    height: 30px;
}
#MainColumn
{
    vertical-align: top;
    overflow: hidden;
}
#RightColumn
{
    vertical-align: top;
    float: right;
    width: 185px;
    margin-top: 3em;
    margin-right: 1em;
}
#MemberResources
{
    background-color: #FFFFFF;
    color: #FFFFFF;
    height: 300px;
    padding: 1em;
    background-image: url('../images/memberResourcesBackground.png');
    background-repeat: repeat-x;
}
#MemberResourcesContent
{
}
#LoginContent
{
    overflow: hidden;
}
.LoginButton
{
    float: right;
}
#Content
{
    margin: 3em 1em 1em 1em;
    border: 1px solid #C0C0C0;
    padding: 1em;
    float: left;
    width: 479px;
}
#PageTitle
{
    display: block;
    position: absolute;
    margin-top: -37px;
    padding: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0 #C0C0C0 #FFFFFF #C0C0C0;
    margin-left: -12px;
    background-color: #FFFFFF;
}
#Content a
{
    text-decoration: none;
    color: #000000;
}
#Content a:hover
{
    text-decoration: underline;
}
#Content h1
{
    padding: 0px;
    margin: 0px;
    font-size: 10pt;
    text-decoration: underline;
}
#Content h3
{
    font-size: 8pt;
    color: #808080;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}
#PageTitle div
{
    padding-left: 1em;
    padding-right: 1em;
}
#Footer
{
    background-color: #000000;
    color: #FFFFFF;
    padding: 0.5em;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #C0C0C0;
    font-size: 8pt;
    text-align: right;
}
#Content .header a
{
    color: #666666;
    text-decoration: none;
}
#Content .header a:hover
{
    text-decoration: none;
}

