/* Amy Koehler: website for Slow Learners 
style sheet copyright 2004
http://leep.lis.uiuc.edu/
Comments: styles for website*/


body {
      background-color: #FFFFFF;
      color: #666666;
      overflow: auto;
      word-spacing: .8px;
      }
a {
   letter-spacing: 5pt;
   text-decoration: none;
   color: #000099;
   }

a:hover {
         text-decoration: underline;
         color: #FF0000;
         }

a:visited {
           color: #6666FF;
           }

#container {
            width: 800px;
            height: 1000px;
            position: relative;
            visibility: visible;
            z-index: 0;
            background-color: #FFFFFF;
            border: 1px groove #000099;
            overflow: auto;
            }

#topheader {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: auto;
            background-color: #000099;
            visibility: visible;
            /* z-index: 2;*/
            }

#topheader p {
              font-family: "Century Gothic", Tahoma, Arial;
              font-size: 20px;
              font-weight: bold;
              color: #FFFFFF;
              letter-spacing: 5pt;
              font-style: normal;
              text-decoration: none;
              text-align: left;
              vertical-align: middle; 
              margin-left: 1px;           
              }


#navbar {
          left: 0px;
          top: 95%;
          position: absolute;
          width: 100%;
          height: auto;
          background-color: #FFFFFF;
          visibility: visible;
          z-index: 2;
          }


#content {
           
              width: auto;
              position: relative;
              top: 65px;
              z-index: 2;
              padding-left: 2px;
              padding-top: 20px;
              margin-top: 5px;
              border-style: none;
              border-top: thick;
              vertical-align: baseline;
              }

table {
       cellspacing: 8px;
       cellpadding: 4px;
       frame: hsides;
       }

strong {
        color: #AC39AC;
        font-weight: bold;
        {

p.important {
          font-style: italic;
          }
