
form, body, html
{
    height: 100%;
}
body
{
    margin: 0;
    font-family: Arial;
    font-size: 10pt;
    color: #666666;
    line-height: 13pt;
}
h1
{
    margin: 10px 0px 13px 0px;
    font-family: Arial;
    font-size: 15pt;
    color: #ACB119;
    text-transform: uppercase;
    font-weight: normal;
}
h2
{
    margin: 0px 0px 10px 0px;
    font-family: Arial;
    font-size: 13pt;
    color: #387BC9;
    font-weight: normal;
}

#BaseClass
{
    width: 807px;
    margin: 0 auto;
}
#Wrapper
{
    background: url('images/bg_glow_807px.jpg') repeat-y transparent;
}

#Header
{
    background: url('images/top_rounded.jpg') no-repeat top left transparent;
    width: 807px;
    padding: 0 12px;
    margin: 0px;
}
#HeaderTopNav
{
    text-align: right;
    width: 770px;
    height: 10px;
    padding: 15px 0px 0px 0px;
}
#HeaderLogo
{
    background: url('images/logo.jpg') no-repeat;
    width: 785px;
    height: 56px;
    margin-top: 15px;
}

#HeaderMainNav
{
    background-color: #333333;
    height: 26px;
    width: 385px;
    padding-left: 400px;
}

#Content
{
    background: url('images/content_bg.jpg') no-repeat top center;
    width: 785px;
    padding: 0px 12px;
}
#ContentL2
{
    width: 735px;
    min-height: 200px;
    padding: 0 25px;
    clear:both;
}


#Footer
{
    background: url('images/bottom_rounded_reflection.jpg') no-repeat bottom center;
    width: 807px;
    height: 63px;
    font-size: 8pt;
    text-align: center;
}

A:link
{
    text-decoration: none;
    color: #1F85E0;
}
A:visited
{
    text-decoration: none;
    color: #1F85E0;
}
A:active
{
    text-decoration: none;
}
A:hover
{
    color: #1F85E0;
    text-decoration: underline;
}
A.nav:link
{
    text-decoration: none;
    color: #ffffff;
}
A.nav:visited
{
    text-decoration: none;
    color: #ffffff;
}
A.nav:active
{
    text-decoration: none;
}
A.nav:hover
{
    color: #E0DE08;
    text-decoration: none;
}
A.sm:link
{
    text-decoration: none;
    color: #666666;
}
A.sm:visited
{
    text-decoration: none;
    color: #666666;
}
A.sm:active
{
    text-decoration: none;
}
A.sm:hover
{
    text-decoration: underline;
}
.sm
{
    font-size: 8pt;
    margin-top: 5px;
}


