
html, body { height: 100%; }
body, form { margin: 0px; }

body, td, div, p
 {
  font: 12px Trebuchet MS, sans-serif;
  color: #000;
  line-height: 140%;
 }

.ds_body {
 text-align: center;
 color: #000;
 background-color: #fff;
 }
.ds_wrapper {

 }
.ds_center {
 background-color: #fff;
 margin: 0px auto;
 width: 770px;
 min-height: 100%;
 text-align: left;
 border-left: 1px solid #000;
 border-right: 1px solid #000;
 overflow: hidden;
} 
.ds_bodyleft {
  width: 170px;
  z-index: 9999;
  text-align: left;
}
.ds_mainpanel {
 width: 590px;
 overflow: hidden;
 background: #fff;
 z-index: 999;
 text-align: left;
}
td
 { vertical-align: top; }
blockquote
 { margin: 0px 20px 10px 20px; }
img 
 {  border: 0px; } 

img.image
 {
  border: 1px solid #566A8D;
  padding: 5px;
  margin: 5px;
 }

#leftcolumn {
  z-index: 9999;
 }
.ds_mainpanel object {
  z-index: 1;
 }
#breadcrumbs {
  padding-left: 10px;
 }
#footer {
  background: #000; 
  color: #fff; 
  text-align: center; 
  font-size: 75%; 
  padding-top: 10px;
 }