

   /* structure */

   body { background-color: #120A52; /* #0E0526; */ text-align: center; }
   body, div { margin: 0px; padding: 0px; }
   #container 
   { 
      background: #FFFFFF url('/images/dotted.gif') 700px 0px repeat-y;
      width: 900px; margin: 0px auto 0px auto; text-align: left; color: #000000; 
      padding-bottom: 400px; border-bottom: 20px solid #FFFFFF;
   }
   #top 
   { 
      padding: 20px 20px 0px 20px; background: #FFFFFF url('/images/content-bg.gif') top left repeat-x;
      border-bottom: 20px solid #FFFFFF;
   }
   body, #container, #menu, td, th, #footer, small, .detail, .right { font: 11px/14px Verdana, sans-serif; }
   small, .right { color: #999999; }
   #content 
   { 
      float: left; width: 525px; margin: 20px 40px 20px 141px; color: #000000; font-size: 12px; line-height: 18px; 
      font-family: Verdana, sans-serif; 
   }
   input, select, textarea { font-size: 12px; font-family: Verdana, sans-serif; }
   #footer 
   { 
      margin: 30px 200px 0px 141px; padding-top: 30px; color: #999999; 
      background: transparent url('/images/ornament.gif') top left no-repeat;
   }

   #secondary { float: left; width: 140px; margin: 0px 0px 20px 20px; }
   #secondary ul { margin: 0px 0px 26px 0px; padding: 0px; list-style-type: none; }
   #secondary ul li, #secondary li { margin: 6px 0px 6px 0px; }
   #secondary .pad { width: 180px; margin-left: 64px; }
   #secondary b { color: #000000; }
   .detail { color: #999999; }
   .date { color: #C1A13E; font-size: 10px; }
   #secondary .date { font-size: 10px; }
   .feature { width: 160px; height: 100px; background-color: #F7CE4F; }
   .right { float: right; margin: 2px 0px 30px 20px; }
   .intro { font-size: 14px; line-height: 18px; }
   .alert { color: #CC3300; }

   #search { text-align: right; padding: 0px 0px 14px 0px; border: 0px; margin: 0px; }
   #terms
   {
      width: 119px;
      font-size: 11px;
      font-family: Verdana, sans-serif;
      border-top: 1px solid #BABABA;
      border-left: 1px solid #BABABA;
      border-right: 1px solid #FFFFFF;
      border-bottom: 1px solid #FFFFFF;
      background-color: #FFFFFF;
      height: 18px;
   }

   /* type */

   h2 { color: #000000; font-weight: bold; font-family: Arial, sans-serif; font-size: 20px; }
   h3 { color: #000000; font-weight: bold; font-family: Arial, sans-serif; font-size: 16px; margin: 6px 0px 8px 0px; }

   h5 
   { 
      color: #CC6600; text-transform: uppercase; font-weight: bold; 
      font-family: Arial, sans-serif; font-size: 11px; letter-spacing: 2px; 
   }
   .box h5 { margin: 0px 0px 4px 0px; }

   th { color: #FFFFFF; font-weight: bold; padding-left: 2px; background-color: #CC6600; text-align: left; }
   .data td { padding-right: 20px; }

   div.quote
   {
      background: transparent url('/images/quote1.gif') top left no-repeat; padding-left: 40px;
      margin: 20px 0px 20px 0px; font-size: 15px; font-style: italic;
   }

   div.quote div
   {
      background: transparent url('/images/quote2.gif') bottom right no-repeat; padding-right: 40px;
      margin-bottom: 20px;
   }

   .box { margin: 20px 0px 20px 0px; padding: 10px; border: 2px dotted #D8AC60; background-color: #F8F0E2; }

   .credit, div.quote .credit { font-size: 12px; margin-top: 6px; font-style: normal; }

   /* links */

   a, a:visited { color: #1C60AB; }
   a:hover, a:active { color: #DB8300; }

   a.biglink, a.biglink:visited
   {
      display: block;
      padding: 10px 0px 10px 41px; text-decoration: none; font-size: 18px;
      background: transparent url('/images/biglink1.gif') center left repeat-y; 
      margin: 10px 0px 10px 0px;
   }

   a.biglink:hover, a.biglink:active
   {
      text-decoration: none; 
      background: transparent url('/images/biglink2.gif') center left repeat-y; 
   }

   .btn, a.btn, a.btn:visited
   {
      font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; border: 0px; 
      background-color: #1C60AB; padding: 1px 3px 1px 3px;
      cursor: hand; cursor: pointer;
   }

   .btn:hover, a.btn:hover, a.btn:active
   {
      text-decoration: none; background-color: #DB8300; }
   }

   /* printer-specific styles */

   @media print
   {
      #top, #secondary { display: none; }
      body { background-color: #FFFFFF; }
      #container { background-image: none; }
   }


