body {
	margin: 20px 5px 40px 5px;
	background-color: #FFFFFF;
	color: #000000;
}

.dsMain{
    position: relative;
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.dsTop{
    position: relative;
    margin-bottom: 2px;
    width: 760px;
    height: 150px;
}


.dsMessage{
    position: absolute;
    top: 100px;
    left: 15px;
    width: 710px;
    height: 20px;
    padding: 0px 10px 0px 10px;
    color: #FFFFFF;
    line-height: 20px;
    font-size: 8pt;
    font-family: Courier New, Verdana, Arial;
}

.dsNav{
    position: absolute;
    top: 0px;
    left: 285px;
}

.dsLogo{
    position: absolute;
    top: 15px;
    left: 15px;
}

.dsContent{
    position: relative;
    width: 760px;
    background-color: #FFFFFF;
}

.dsBottom{
    position: relative;
    margin-top: 2px;
    width: 760px;
    height: 22px;
	font-size: 8pt;
	line-height: 22px;
	color: #FFFFFF;
	background-color: #315075;
    background-image: url('../images/bottom_bg.jpg');
	text-align: center;
}
.dsBottom a {
    color: #FFFFFF;
}

.dsFooter{
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 760px;
    font-size: 8pt;
}

.dsWebBadge{
    margin: 2px;
}

@media print{
    body{
        margin: 0px;
    }
    .dsMain{
        width: 100%;
    }
    .dsTop{
        display: none;
    }
}
