/* GENERAL SETTINGS */
   body
   {
      background-color: white;
      margin-top: 0px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      padding: 0;
      font-size: 1.1em;
      font-family: Arial, Helvetica, Verdana, sans-serif;
   }

   h1
   {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      margin: 0 0 15px 0;
   }

   h2
   {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      margin: 0 0 5px 0;
      padding: 0;
      font-size: 1.1em;
   }

   p
   {
      font-family: Arial, Helvetica, Verdana, sans-serif;
      font-size: 0.7em;
    /*  line-height: 1.2em;      this caused line chopping */
      margin: 0 0 0.6em 0;
      padding: 0;
   }
/*-- END OF GENERALS --*/

/*-- HEADER --*/

   #header
   {
      color: blue;
   }

   #header span
   {
      color: red;
   }

   #header-top 
   {
      position: absolute;
      top: 0px;
      left: 10em;
      text-align: right;
      margin-right: 10px;
      color: black;
      font-weight: bold;
      font-size: 0.8em;
   }

   #header-top ul
   {
      position: absolute;
      top: 104pt;
      display: inline;
      padding: 0;
      margin: 0;
   }

   #header-top li
   {
      display: inline;
      text-align: right;
      font-weight: bold;
   }
   #top
   {
      position: relative;
      width: 100%;
      margin-top: -30pt;
   }

/*-- END OF HEADER --*/

   .favor
   {
      position: relative;
      top: -25pt;
      left: 300px;
      font-size: 0.8em;
      font-weight: bold;
   }

/*-- MENU --*/

   #navleft
   {
      position: absolute;
      margin-top: -15px;
      font-size: 0.9em;
      background-color: white;
      padding: 0;
      padding-left: 5px;
   }

   #navleft ul
   {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 80%;
      border-width: 1px;
      border-style: solid;
      border-color: #ffeca7 #a97741 #a97741 #ffeca7;
   }

   #navleft ul li
   {
      width: 11.5em;
   }

   #navleft a
   {
      color: teal;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-weight: 600;
   }

   #navleft a:link
   {
      color: blue;
   }
   #navleft a:visited
   {
      color: teal;
      border: 1px solid #edbb85;
   }


   #navleft a:hover
   {
      background-color: #bbb;
   }

   #navleft a:link 
   {
      display: block;
      cursor: pointer;
      background: #fcf64c;
      border: 1px solid #edbb85;
      padding: 5px 7px;
      font: normal bold 1.0em tahoma, verdana, sans-serif;
      color: black;
      text-decoration: none;
      letter-spacing: 1px; 
   }

   #navleft a:visited
   {
      display: block;
      cursor: pointer;
      background: #fcf64c;
      border: 1px solid #edbb85;
      padding: 5px 7px;
      font: normal bold 1.0em tahoma, verdana, sans-serif;
      color: black;
      text-decoration: none;
      letter-spacing: 1px; 
   }

   #navleft a:hover, a:focus, a:active, a.rollover:link, a.rollover:visited
   {
      background: #ffefcf;
      color: black;
   }
/*-- END OF MENU --*/
/*-- BANNERS and Search --*/

   #navright
   {
      position: absolute;
      width: 168px;
   /*   top: 13em;  */
      top: 220px;  
      right: 10px;
      border: 0px solid black;
      padding: 10px;
   }
/*-- END OF BANNERS and Search --*/
/*-- CONTENT --*/

   #content
   {
      border-left: 1px solid black;
      border-right: 1px solid black;
      width: auto;
      min-width: 120px;
      margin: -19px 210px 20px 170px;
      background-color: white;
      padding: 30px;
   }

   #content p
   {
      margin-left: 0em;
   }

   #content ul
   {
      list-style: none;
   }

   #content a
   {
      color: black;
      font-weight: bold;
      font-size: 0.8em;
      text-decoration: underline;
      cursor: pointer;
   }

   #content p a
   {
      color: blue;
      font-weight: bold;
      font-size: 1em;
   }
   img.float_left , #content ul img
   {
      float: left;
      margin-right: 1em;
      margin-top: 1em;
      position: relative;
   }

   img.float_right
   {
      float: right;
      margin-right: 1em;
      margin-top: 1em;
      position: relative;
   }

   .indent
   {
      margin-left: -2em; 
   }  
   
   .clear
   {
      clear: both;   /* this also sometimes causes text chopping */
   }  

   #print
   {
      left: 19em;
      position: relative;
   }
   
/*-- END OF CONTENT --*/

/*-- COMMENTS --*/

#poster
{
   color: blue;
   font-size: 0.8em;
   font-weight: bold;
}

#posted
{
   color: gray;
   font-size: 0.7em;
}

#comment
{
   margin-left: 1em;
   font-size: 0.7em;
   margin-bottom: 0.6em;
}

#usun
{
   font-size: 1.2em;
}

#w3c a
{
   display: inline;
   background-color: white;
   border: none;
}

#issues a
{
   color: blue;
}

#issues a
{
   color: blue;
}


#irs_img img
{
  clear: both; 
}

