body {
	margin: 0px;
	background-color: #990000;
}

#ds-main {
    width: 800px;
    margin-left: auto;
    margin-right: auto;   
    background-color: #0e2a45;
}

#ds-header {
    position: relative;
    background-color: #FFFFFF;
    width: auto;
    height: 140px;
}  

#ds-logo {
    position: absolute;
    left: 0px;
    top: 0px;   
}

#ds-banner {
    position: absolute;
    left: 200px;
    right: 20px; 
    top: 1px;   
}

#ds-navbar {
    position: absolute;
    font-weight: bold;
    text-align: center;
    left: 200px;
    top: 110px;
    background-color: #224466;
    width: 600px;
    height: 30px;
}

#ds-left {
    position: relative;
    float: left; 
    width: 200px;
}

#ds-left a {
    font-weight: bold;
    color: #FFFFFF;
}

#ds-body {
    width: auto;
    margin-left: 200px;
    background-color: #FFFFFF;
    padding: 1px;
}

#ds-body-content {
    margin: 24px;
}

#ds-bottom {
    padding: 10px;
	font-size: 8pt;
    background-color: #B0C0D0;
	color: #000000;
	text-align: center;
    clear: both;
}

#ds-bottom a {
    position: relative;   
	font-weight: bold;
	color: #000000;
}

#ds-copyright {
    position: relative;   
    padding: 10px;
    font-size: 8pt;
    color: #FFFFFF;
    text-align: center;
}

#ds-copyright a {
    font-weight: bold;
	color: #FFFFFF;
}




/* left link frame */
.ds-left-content1 {
    background-color: #224466;
    color: #FFFFFF;
    padding: 10px;
}
.ds-left-content1 hr {
    color: #6688AA;
    background-color: #6688AA;
    height: 1px;
    border: none;
}

/* section links frame */
.ds-left-content2 {
    background-color: #446688;
    padding: 10px;
    color: #FFFFFF;
    font-size: 8pt;
    line-height: 13pt;
    font-weight: bold;
}
.ds-left-content2 hr {
    color: #88AACC;
    background-color: #88AACC;
    height: 1px;
    border: none;
}
.ds-left-content2 ul {
    margin: 0px 0px 0px 16px;
    padding: 0px;
    list-style-type: square;
}
.ds-left-content2 ul li {
    margin: 0px;
    padding: 0px;
}
.ds-left-content2 .title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12pt;
    line-height: 17pt;
}


/* news frame */
.ds-left-content3 {
    background-color: #C8D8E8;
    color: #001020;
    padding: 10px;
    font-size: 8pt;
    line-height: 13pt;
}
.ds-left-content3 hr {
    color: #98A8B8;
    background-color: #98A8B8;
    height: 1px;
    border: none;
}
.ds-left-content3 a {
	color: #306090;
}
.ds-left-content3 .title {
    font-weight: bold;
    font-size: 12pt;
    line-height: 17pt;
}


/* related links frame */
.ds-left-content4 {
    background-color: #0E2A45;
    color: #FFFFFF;
    padding: 10px;
    font-size: 8pt;
    line-height: 13pt;
    font-weight: bold;
}
.ds-left-content4 hr {
    color: #6688AA;
    background-color: #6688AA;
    height: 1px;
    border: none;
}
.ds-left-content4 ul {
    margin: 0px 0px 0px 16px;
    padding: 0px;
    list-style-type: square;
}
.ds-left-content4 ul li {
    margin: 0px;
    padding: 0px;
}
.ds-left-content4 .title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12pt;
    line-height: 17pt;
}
