@media screen {
  body {
         margin:0px 0px 20px 0px;
         background:#FFF;
         }
  A 		{ color: #220000; text-decoration: none; }
  A:link	{ color: #220000; text-decoration: none; }
  A:visited	{ color: #220000; text-decoration: none; }
  A:active	{ color: #550000;  }
  A:hover	{ color: #550000;  }
  
  strong { font-weight:bold; color: #000000; 
           background: #FFFF00; padding: 2px; }
  
  .linkbutton { border: outset 2px #060;
                padding: 0;
                font: bold sans-serif;
                margin: 0; }

  .fnord { font-size: small; }

  .testimonial { font-weight: italic; } 

  #banner { font-family:palatino,  georgia, verdana, arial, sans-serif;
            font-weight: italic;
            background:#fff; color:#666; 
            padding: 0 0 0 5px;
            height: 50px;
            }

  #content { font-family:palatino,  georgia, verdana, arial, sans-serif;
             color:#000; 
             top: 50px;
             margin-left: 199px; margin-right: 199px;
             padding: 5px;
             border: outset 2px #060;
             }

  #content h1 {  margin: 0; padding: 0; }

  #content a { text-decoration: none;
               background: url(images/underline.gif) repeat-x 100% 100%;
               padding-bottom: 2px;
               white-space: nowrap; }


  html>body #content { 
                       margin-left: 201px;
                       margin-right:201px;
                       }

  #nav { font-family:palatino,  georgia, verdana, arial, sans-serif; 
         font-size: normal;
         font-weight: normal;
         width: 190px; padding: 2px;
         color:#000; 
         border: outset 2px #060;
         position: absolute; left: 0px; top:175px
         }

  #nav li  { list-style-image: url(images/redball.gif);
             margin: 0; padding: 0; }
  #nav ul  {  margin: 0 0 0 1em; padding: 0 0 0 3px; }
  #nav h1  { font-size: small; font-weight: bold; text-align: center; }


  #tools { font-family:palatino,  georgia, verdana, arial, sans-serif; 
           font-size: normal;
           font-weight: normal;
           width: 190px; padding: 2px;
           color:#000; 
           border: outset 2px #060;
           position: absolute; right: 0px; top:50px
           }

  #tools li  {  list-style-image: url(images/redball.gif);
               margin: 0; padding: 0; }
  #tools ul  {  margin: 0 0 0 1em; padding: 0 0 0 7px; }
  #tools h1  { font-size: small; font-weight: bold; text-align: center; }


  #logo { background: #fff; color:#000;
          width: 190px; padding:0px;
          text-align: left; 
          position: absolute; left: 10px; top: 50px
          }

  #footer { background:#fff; color:#666; 
            text-align: center; 
            font-weight: italic;
            padding: 20px;
            }

  #powered { text-align: center; font-weight: italic; padding: 20px; }

}

@media print { 
  #nav    {  display: none; }
  #tools  {  display: none; }
}

@media handheld {
/* Nothing needs to change from the empty style for now. */
} 
