
   body
   {
      margin: 0px;
      padding: 0px;
      background: #DBD8C2 url('/images/bg-sub.gif') top left repeat-x;
      color: #000000;
   }

   body, table, td
   {
      font-family: Georgia, 'Times New Roman', Times, serif;
      font-size: 12px;
   }

   #container
   {
      text-align: center;
   }

   div#content
   {
      text-align: left;
      width: 770px;
      margin: 0px auto 0px auto;
      padding: 0px 0px 30px 0px;
      background: #F3F1E4 url('/images/bg-sub-content.gif') top left repeat-x;
   }

   #primary
   { 
      background-image: url('/images/tag.gif');
      background-position: top left;
      background-repeat: no-repeat;
      padding: 60px 21px 21px 0px; 
      line-height: 18px;
   }

   h1
   {
      font-family: Georgia, 'Times New Roman', Times, serif;
      font-size: 22px;
      font-weight: normal;
      line-height: 24px;
      color: #B44B06;
      margin: 21px 0px 11px 0px;     
   }

   h2
   {
      font-family: Georgia, 'Times New Roman', Times, serif;
      font-size: 20px;
      font-weight: normal;
      line-height: 24px;
      color: #B44B06;
      margin: 21px 0px 11px 0px;     
   }

   h4
   {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 6px;
      color: #000000;
   }

   small, .left, .right
   {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px;
      line-height: 14px;
      color: #6E6A61;
   }

   #secondary
   {
      margin-top: 60px;
      padding: 0px 21px 11px 21px;
      border-left: 1px dashed #AEAAA1;
      color: #AEAAA1;
   }

   #secondary h5
   {
      margin: 21px 0px 11px 0px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: bold;
      text-transform: uppercase;
      color: #B44B06;
      letter-spacing: 2px;
   }

   #secondary ul
   {
      list-style-type: none;
      padding: 0px 0px 0px 0px;
      margin: 0px;
   }

   #secondary li, #secondary ul li
   {
      padding: 0px 0px 8px 11px;
      background-image: url('/images/bullet.gif');
      background-repeat: no-repeat;
      background-position: 0px 5px;
   }

   #secondary a
   {
      text-decoration: none;
   }

   #menu
   {
      background-image: url('/images/menu/bg.gif');
      background-position: top left;
      background-repeat: no-repeat;
   }

   #search
   {
      margin: 5px 0px 18px 15px;
      padding: 0px;
   }

   #terms
   { 
      width: 78px;
      height: 21px;
      background-color: #F9EBBA; 
      border-top: 1px solid #9A9273;
      border-left: 1px solid #9A9273;
      border-right: none;
      border-bottom: none;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: #000000;
   }

   .date
   {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: bold;
      color: #8E8A81;
   }

   .feature
   {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px;
      color: #5E5A51;
   }

   .feature a
   {
      font-family: Georgia, 'Times New Roman', Times, serif;
      font-size: 14px;
      line-height: 16px;
      font-weight: bold;
      text-decoration: none;
      display: block;
      margin-bottom: 4px;
      padding: 0px;
   }

   #footer
   {
      margin-top: 32px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px;
      line-height: 14px;
      color: #8E8A81;
   }

   a, a:visited, a:active { color: #124A9A; }
   a:hover, #secondary a:hover, .feature a:hover
   { 
      color: #9F3309; 
      text-decoration: underline;
   }
   #secondary h5 a { color: #B44B06; }

   .btn, a.btn, a.btn:visited
   {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: bold;
      padding: 0px 2px 0px 2px;
      color: #FFFFFF;
      background-color: #396FD4;
      border-top: 1px solid #84A6E4;
      border-left: 1px solid #84A6E4;
      border-right: 1px solid #2F5CB0;
      border-bottom: 1px solid #2F5CB0;
      text-decoration: none;
      cursor: hand;
      cursor: pointer;
   }

   .btn:hover, a.btn:hover
   {
      color: #FFFFFF;
      background-color: #B44B06;
      border-top: 1px solid #D18F65;
      border-left: 1px solid #D18F65;
      border-right: 1px solid #963E05;
      border-bottom: 1px solid #963E05;
      text-decoration: none;
   }

   .callout
   { 
      font-size: 16px; 
      font-weight: bold;
   }

   .right
   {
      float: right;
      margin: 2px 0px 12px 20px;
   }

   .left
   {
      float: left;
      margin: 2px 20px 12px 0px;
   }

