body, td  {
      color: black;
      background: #DAB67C;
      margin: 0px;
      font-family: Verdana, Arial, Sans-Serif;
      font-size: 12px;
      }

body  {
      background: #003333;
      }     

a     {
      color: black;
      }      

a:hover {
      color: #663300;
      text-decoration: none;
      }  
      
img {
   width: auto !important;
   /* height: auto !important; */
   max-width: 100%;
}

#SideNav {
      color: white;
      background: #774B1A;
      font-weight: normal;
      text-decoration: none;
      list-style: none;
      padding: 0px;
      margin: 0px;
      margin-left: 10px;
      padding-bottom: 15px;
      border-radius: 0px 0px 20px 20px;
      }
      
#SideNav li {
     
     }
     
#SideNav a {
      color: white;
      background: #774B1A;
      text-decoration: none;
      font-size: 12px;
      font-weight: normal;
      font-family: Verdana, Arial, Sans-Serif;
      width: 100%;
      padding: 5px;
      display: block;
      text-align: center;
      -moz-box-sizing:border-box;
      box-sizing:border-box;
      text-align: left;
      }


#SideNav a:hover {
      color: white;
      font-weight: normal;
      background: #003333;
      }
      

.Footer {
      color: #000000;
      text-align: center;
      font-size: 12px;
      }      


.FooterNav {
      color: #333300;
      text-decoration: none;
      }
      
.FooterNav:visited {
      color: #333300;
      text-decoration: none;
      }      
      

.FooterNav:hover {
      color: #774B1A;
      text-decoration: underline;
      }
      
.Feature {
      width: 100%;
      display: block;
      border: 2px solid #774B1A;
      -moz-border-radius: 10px;
      margin-top: 10px;
      background: white;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      }
      
.FeatureHead {
      text-align: center;
      color: white;
      font-weight: Normal;
      font-size: 12px;
      padding: 1px;
      background: #774B1A;
      border: 0px;
      }
      
.FeatureDetail {
      width: 180px;
      background: transparent;
      border: 0px;
      padding: 5px;
      font-size: 11px;
      margin-bottom: 5px;
      }                   