﻿
/* Main structures */

html, body, form 
{
    margin:0px;
    padding:0px;
    width:100%;
    min-height:100%;
    text-align:center;
}

html
{
    background:url(/images/bg.jpg);
}
body
{
    background:url(/images/bgGrad.jpg) repeat-x;
    height:785px;
}

.shadowLeft
{
    padding-left:16px;
    width:996px;
    background: url('/images/shadowLeft.png') repeat-y;
    /*margin:0px auto;*/
}

.shadowRight
{
    padding-right:16px;
    background: url('/images/shadowRight.png') repeat-y right;
    /*margin:0px auto;*/
    width:980px;
}

.shadowBottom
{
    background: url('/images/shadowBottom.png') no-repeat center;
    height:25px;
    margin:0px auto;
    width:1012px;
}    

.content
{
    background: #ffffff;
    width:980px;
    margin:0px auto;
    text-align:left;
}


/* Page */

.padSides
{
    padding-left:39px;
    padding-right:39px;
}

.topMenu
{
    background-color:#eeeeee;
    height:16px;
    padding-top:2px;
    border-bottom:1px solid #c7c7c7;
    text-align:right;
    color:#323232;
    font-size:7.5pt;
}

.topMenu a, .topMenu a:visited
{
    color:#323232;
    text-decoration:none;
}

.topMenu a:hover
{
    color:#D3222A;
    /*text-decoration:underline;*/
}

/* Footer */
.footer
{
    padding-top:20px;
    padding-bottom:10px;
    color:#bfbdbd;
    font-size:7.5pt;
}

.footer .links
{
    width:100%;
    background-color:#f1f1f1;
    margin-bottom:20px;
    color:#666666;
    font-size:7.5pt;
}
.footer .links td
{
    padding:5px 10px;
}

.footer .links a, .footer .links a:visited
{
    color:#666666;
    text-decoration:none;
    font-size:7.5pt;
}

.footer .links a:hover
{
    text-decoration:underline;
}


/*for the H1 Banner*/
.banner {
                width: 900px;
                height: 87px;
                display: block;
                text-align: left;
                padding-top: 27px;
                padding-left: 0px;
                overflow: hidden;
}
.banner h1 {
                display: inline;
                color: white;
                padding:12px 33px 16px;
                margin:0;
                font-family: "Arial", serif;
                font-size: 26px;
                font-weight: normal;
                background-image: url(background.png);
                display: block;
                float: left;
}



