body {
   margin: 0px;
   margin-bottom: 40px;
   font: 12px Verdana, Arial, Helvetica, sans-serif;
}

ul {
    list-style: disc url('images/listblack.gif') inside;
}

ol {
    list-style-position: inside;
}

h2 {
    color: #697372;
}

a {
    color: #697372;
}

td {
   font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#header {
   background: #9cacab url('images/tumor.jpg') top right no-repeat;
   padding-left: 15px;
}


#body {
   background: #ffffff url('images/shadow.gif') top left repeat-x;
   min-height: 31px;
}

#body-tumor {
/*   width: 388px; */
   width: 100%;
   height: 73px;
   background: url('images/tumor-shadow.gif') top right no-repeat;
   float: right;
}

#body-nav-bar {
   background: url('images/nav-corn.gif') top right no-repeat;
   padding: 0px 30px 0px 0px;
   float: left;
}

#body-nav {
   background: #697372;

   max-height: 31px;
   padding: 5px 10px 6px 20px;

   float: left;
   vertical-align: middle;
   white-space: nowrap;

   color: #ffffff;
}

#body-nav a {
   color: #ffffff;
   text-decoration: none;
}

#body-nav a:hover {
   text-decoration: underline;
}

#content-container {
   padding: 10px 60px 30px 40px;
   clear: left;
}

#footer {
   clear: both;
   border-top: 1px solid #697372;
   padding-top: 15px;
   text-align: center;
   font-size: 10px;
   color: #444444;
}
