html{
    height: 100%;
}

body{
    margin: 0px;
    width: 100%;
    height: 100%;
    background-color: #DDDDDD;
    color: #000000;
}

.dsMain{
    position: relative;
    width: 1000px;
    min-height: 100%;
    background-color: #FFFFFF;
}
.dsMain .dsBanner{
    position: relative;
    width: 100%;
    height: 170px;
    background-position: top left;
}
.dsMain .dsCRow{
    position: relative;
    width: 100%;
}
.dsMain .dsCRow .dsNav{
    width: 250px;
    vertical-align: top;
    background-color: #981B1E;
    background-image: url('../images/nav_bg.gif');
}
.dsMain .dsCRow .dsNav .dsNavButton{
    width: 250px;
}
.dsMain .dsCRow .dsContent{
    width: 100%;
    vertical-align: top;
}
.dsMain .dsBottom{
    position: relative;
    clear: both;
    width: 100%;
    height: 28px;
    color: #000000;
    background-color: #FCB033;
    font-size: 7pt;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.dsMain .dsFooter{
    position: relative;
    width: 100%;
    height: 100px;
}
.dsMain .dsFooter .dsCopyright{
    position: relative;
    font-size: 7pt;
    padding: 6px 6px 6px 30px;
}
.dsMain .dsFooter .dsConstLogo{
    position: absolute;
    top: 0px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
}

/*
@media print{

    .dsMain{
        width: 100%;
    }
    .dsMain .dsBanner{
        display: none;
    }
    .dsMain .dsCRow .dsNav{
        display: none;
    }
    .dsMain .dsCRow .dsContent{
        margin-left: 0px;
    }

}
*/
