html {
   padding: 0px;
   margin: 0px;
}
body {
   color: #666666;
   background-color: #3A2400;
   font-family: Arial, Helvetica, sans-serif;
   padding: 0px;
   margin: 0px;
}
#bodyDiv {
   width: 543px;
   height: 301px;
   padding: 0px;
   margin: 0px;
   position: relative;
}
#termsDiv {
   width: 140px;
   height: 100%;
   padding-left: 2px;
   color: inherit;
   background-color: #FFFFFF;
   overflow: auto;
   position: absolute;
   top: 60px;
   left: 0px;
}
.termDiv {
   font-size: 10px;
}
.termDiv:hover {
   color: inherit;
   background-color: #3A2400;
   text-decoration: underline;
}
.termDiv a {
   display: block;
   width: 100%;
   color: #660000;
   background-color: inherit;
   text-decoration: none;
   white-space: nowrap;
}
.termDiv a:hover {
   color: inherit;
   background-color: #9C6;
   text-decoration: underline;
}
#defDiv {
   width: 401px;
   height: 100%;
   color: inherit;
   background-color: #FFFFFF;
   position: absolute;
   top: 60px;
   left: 142px;
}
#defHeaderDiv {
   width: 396px;
   height: 30px;
   color: #660000;
   background-color: inherit;
   font-size: 14px;
   font-weight: bold;
   padding-left: 5px;
}
#defBodyDiv {
   width: 371px;
   height: 271px;
   font-size: 11px;
   padding-left: 15px;
   padding-right: 15px;
   overflow: auto;
}
#footerDiv {
   width: 100%;
   height: 19px;
   color: inherit;
   background-color: #666666;
   position: absolute;
   top: 361px;
   left: 0px;
}
#footerDiv a {
   display: block;
   width: 110px;
   height: 16px;
   padding-top: 3px;
   margin-left: 433px;
   margin-top: auto;
   margin-bottom: auto;
   text-decoration: none;
   text-align: center;
   vertical-align: middle;
   font-weight: bold;
   font-size: 10px;
   color: #ffffff;
   background-color: #990000
}


