﻿body
{
    text-align: center;
    background: #3c3c3f url(Images/main-bg.png) repeat 50% 0%;
    font-family: Lucida Sans Unicode, Tahoma, Arial, Times New Roman;
    color: #3c3c3f;
    font-size: 13px;
}
a
{
    text-decoration: none;
    color: #00C9F6;
}
a:hover
{
    color: #008AAA;
}
p
{
    margin: 10px 0px 10px 0px;
}
div.entireWrapper
{
    width: 100%;
    background: url(Images/glow-bg.png) repeat-y center top;
    
}
div.wrapper
{
    background: White url(Images/header-bg.png) repeat-x 0px -20px;
    text-align: justify;
    width: 950px;
}
div.bottomSection
{
    width: 100%;
    height: 100px;
    background: url(Images/bottom.png) no-repeat;
    background-position: center top;
    padding: 35px 0 0 0;
    margin: 0px;
    color: #df500b;
}
div.topBanner
{
    text-align: center;
}
div.topRight
{
    float: right;
    height: 318px;
    width: 400px;
    background: url(Images/top-right.png) no-repeat 100% -20px;
    text-align: right;
    color: #505053;
}
div.topRight a
{
    color: #505053;
}
div.topRight a:hover
{
    color: #3c3c3f;
}
h1.topText, .loginLink
{
    margin: 0px 20px 0px 0px
}
ul.topLinks
{
    display: inline;
    margin: 0px 20px 0px 0px;
}
ul.topLinks li
{
    display: inline;
    margin: 0 0px 0px 20px;
}
h2.logo
{
    width: 335px;
    height: 152px;
    background: url(Images/logo.png) no-repeat top left;
    float: right;
    clear: right;
    margin: 30px 25px 0px 0px;
    text-align: left;
    text-indent: -500px;
    overflow: hidden;    
}
html > body h2.logo
{
    margin-right: 50px;
}
h2.topVan
{
    float: left;
    width: 547px;
    height: 318px;
    background: url(Images/top-van.png) no-repeat  0px -20px;
    text-align: left;
    text-indent: -500px;
    overflow: hidden;
}

div.hr
{
    height: 1px;
    clear: both;
    background: none;
    border: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}
div.hr hr
{
    display: none;
}

div.mainNav
{
    text-align: left;
    width: 950px;
}
div.mainNav ul
{
    position: absolute;
    width: 950px;
    margin: 242px 0px 0px 50px;
    list-style: none;
}

div.mainNav li
{
    text-align: center;
    float: left;
    height: 68px;
}
div.mainNav a
{
    font-size: 125%;
    border-left: 1px SOLID #00C9F6;
    border-right: 1px SOLID #008AAA;
    padding: 0 30px;
}
div.mainNav li.current
{
    background: url(Images/menu-wedge.png) no-repeat center bottom;
}

div.mainContentBody
{
    padding: 0px 30px 30px 30px;
    color: #3c3c3f;
}

div.mainContentBody h1, div.mainContentBody h2, div.mainContentBody h3
{
    color: #df500b;
    font-weight: bold;
    font-size: 150%;
    margin: 10px 0px;
}
div.mainContentBody h2, div.mainContentBody h3
{
    font-size: 125%;
}

div.leftContent
{
    display: inline-block; 
    width: 890px; 
    vertical-align: top;
}
div.rightContent
{
    display: inline-block; 
    width: 230px; 
    text-align: right;
    vertical-align: top;
}

/*

#df500b
#3c3c3f
*/