/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
   margin: 0px;
   padding: 50px 0px 0px 0px;
   font-family: tahoma;
   font-size: 0.9em;
   background-color: #FFFFFF;
   background: url(../../images/background.jpg) repeat;
   color: #000000;
}

img {
   border: 0;
}

h5 {
   color: #C66906;
}

ul {
   padding: 0px;
   margin-left: 10px;
   list-style-image: url(../../images/icons/arrow.gif);
}

li {
  padding-bottom: 10px;
}

td,th {
   font-size: 11px;
   color: #514D4D;
   vertical-align: top;
   line-height:13px;
}

a:link, a:visited {
   color: #C66906;
   font-weight: bold;
   text-decoration: underline;
}

a:hover {
   text-decoration: none;
}
/***********************************************/
/* Class styles                                */
/***********************************************/
.footerLink:link, .footerLink:visited {
   color: #918D7E;
   font-weight: bold;
   text-decoration: none;
}

.footerLink:hover {
   text-decoration: underline;
}

.mark {
   color: #C66906;
   font-weight: bold;
}

.leftTBtd {
   width: 247px;
   padding-bottom: 22px;
}

.subAtdA {
   background: url(../../images/menu/menu-background.gif) repeat;
   padding-right: 42px;
   text-align: right;
}

.subAtdA a:link, a:visited {
   color: #C66906;
   font-weight: bold;
   text-decoration: underline;
}

.subAtdA a:hover {
   text-decoration: none;
}

.subAtdB {
   background: url(../../images/left-subtable-a-background.jpg) repeat;
}

.subBcontent {
   padding: 0px 10px 10px 23px;
}

.contentArea {
   padding: 9px 40px 40px 40px;
}
/***********************************************/
/* ID styles                                   */
/***********************************************/
#leftTB {
   width: 267px;
   background: url(../../images/boxes/left-footer.jpg) no-repeat;
   background-position: bottom;
}
      
#leftTBsubA {
   width: 247px;
}
      
#leftTBsubB {
   width: 247px;
   background: url(../../images/left-subtable-b-background.jpg) no-repeat;
   background-position: bottom;
}

#contentTB {
   width: 461px;
   background: url(../../images/boxes/content-footer.jpg) no-repeat;
   background-position: bottom;
}
/***********************************************/
/* Div styles                                  */
/***********************************************/
div#wrapper {
   width: 733px;
   margin: 0px auto;
}

   div#left {
      float: left;
      width: 267px;
      background: url(../../images/left-background.jpg) repeat;
   }
   
   div#content {
      float: right;
      width: 461px;
      background: url(../../images/content-background.jpg) repeat;
   }
   
   div#footer {
      clear: both;
      padding-top: 10px;
      text-align: center;
      font-size: 11px;
      color: #918D7E;
   }
