body
{
    text-align: center;
    font-family: Arial;
    color: #555555;
    font-size: 12px;
margin: 0;
padding: 0;
}

#page-container
{
    text-align: left;
    margin: auto;
    width: 1000px;
}

#top-bar
{
    width: 100%;
    float: left;
    display: block;
    background-image: url('../images/top-bkgnd.png');
    background-repeat: repeat-x;
    height: 108px;
    position: relative;
}

    #top-bar .logo
    {
        position: absolute;
        top: 3px;
        left: 20px;
    }
    
    #top-bar .right
    {
        position: absolute;
        top: 70px;
        right: 60px;
        color: #ffffff;
    }

#banner
{
    width: 100%;
    float: left;
    display: block;
    height: 272px;
}

#nav-section
{
    width: 100%;
    float: left;
    display: block;
    height: 42px;
    background-image: url('../images/nav-bkgnd.png');
    background-repeat: repeat-x;
    position: relative;
    top: -2px;
}

#body-content
{
    width: 100%;
    float: left;
    display: block;
    margin: 5px 0 5px 0;
}

.box
{
    width: 231px;
    background-image: url('../images/box-top.png');
    background-repeat: no-repeat;
    padding-top: 9px;
}

    .box div
    {
        width: 100%;
        background-image: url('../images/box-bottom.png');
        background-repeat: no-repeat;
        background-position: left bottom;
        float: left;
        padding-bottom: 9px;
    }

        .box div div
        {
            background-image: url('../images/box-repeat.png');
            background-repeat: repeat-y;
            float: left;
        }

        .box div div div
        {
            width: 197px;
            padding: 0 16px 0 16px;
            min-height: 200px;
        }

    #body-left,
    #body-right
    {
        width: 231px;
        float: left;
        display: block;
        padding: 6px;
        color: #ffffff;
        font-size: 10px;
    }
    
        #body-left h2,
        #body-right h2
        {
            text-align: center;
            font-size: 16px;
            padding: 4px;
            margin: 2px;
        }

        #body-left h3,
        #body-right h3
        {
            font-size: 14px;
            padding: 2px;
            margin: 2px;
        }

        #body-right ul li
        {
            padding: 3px;
        }


        #body-right ul li a
        {
            color: #ffffff;
            font-size: 10px;
            text-decoration: none;
        }

        #body-right ul li a:hover
        {
            text-decoration: underline;
        }

        #body-right ul
        {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        #body-right li
        {
            margin: 0;
            padding: 0;
        }

        #body-left a
        {
            margin-left: 130px;
            color: #000000;
            font-size: 10px;
            background-image: url('../images/box-link.png');
            background-repeat: no-repeat;
            padding: 5px 5px 5px 5px;
            width: 61px;
            display: block;
        }


    
    #body-center
    {
        width: 510px;
        float: left;
        position: relative;
        display: block;
        z-index: 1;
    }
    
        #body-center h1
        {
            color: #efa70b;
            text-align: center;
        }

        #body-center h2
        {
            color: #cb0059;
            text-align: left
        }
    
    #body-right
    {
        width: 231px;
        float: left;
        display: block;
        padding: 6px;
        color: #ffffff;
        font-size: 10px;
    }

#footer
{
    width: 100%;
    float: left;
    display: block;
    height: 69px;
    background-image: url('../images/footer.png');
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
}

    #footer>div
    {
        padding: 30px 20px 30px 20px;
    }
    
    #footer-left
    {
        width: 25%;
        display: block;
        float: left;
    }
    
    #footer-center
    {
        width: 50%;
        display: block;
        text-align: center;
        float: left;
    }
    
        #footer-center a
        {
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
        }
        
        #footer-center a:hover
        {
            text-decoration: underline;
        }

    #footer-right
    {
        width: 25%;
        display: block;
        float: left;
        text-align: right;
    }

        #footer-right a
        {
            color: #ffffff;
        }

