
html, body {
  margin-left: 10px;;
  margin-right: 10px;
  padding: 0px;
  border: 0px;
}

img {border-style: none;
    }

p {color: #000000; 
   background-color: #ffffff;
   background: none;
   font-size: .8em; 
   font-family: verdana, arial, helvetica, sans-serif;
   clear: both;
   }

td {color: #000000; 
   background-color: #ffffff;
   background: none;
   font-size: .8em; 
   font-family: verdana, arial, helvetica, sans-serif;
   clear: both;
   }

li {color: #000000; 
   background-color: #ffffff;
   background: none;
   font-size: .8em; 
   font-family: verdana, arial, helvetica, sans-serif;
   clear: both;
   }


  h1,h2,h3,h4,h6 {
         text-align: left; /* all headings left aligned */
         margin-top: 20px;
         font-family: verdana, arial, helvetica, sans-serif;
         clear: both;
         }   
 

  h5 {
         text-align: left; /* all headings left aligned */
         margin-top: 0px;
         margin-bottom: 0px;
         font-family: verdana, arial, helvetica, sans-serif;
         clear: both;
         }  

   
hr {margin-top: 10px;
     height: 5px;
     border-width: 5px 0 0 0; /* remove all borders except the top one */
     border-style: solid;
     border-color: #157cc7 ; /* was #147BC6;*/
     width: 100%;
      }
  
#left {
  position: absolute;
  left: 0px;
  top: 180px;
  width: 180px;
  background: #ffffff;
  padding: 0px 5px;
}

#right {
  position: absolute;
  right: 0px;
  top: 190px;
  width: 180px;
  background: #ffffff;
  padding: 0px 5px;
}

#rights {
  position: absolute;
  right: 0px;
  top: 190px;
  width: 310px;
  background: #ffffff;
  padding: 0px 5px;
}

#rightp {
  position: absolute;
  right: 0px;
  top: 190px;
  width: 600px;
  background: #ffffff;
  padding: 0px 5px;
}


#header {
  background:#ffffff;
  height: 85px;
  padding-top: 60px;
 }
 

#main {
  background:#fff;
  /* these two margins affect IE 5.5 */
  margin-left: 200px;
  margin-right: 220px;
  padding: 0px 10px;
}

#maint {
  background:#fff;
  /* these two margins affect IE 5.5 */
  margin-left: 200px;
  margin-right: 20px;
  padding: 0px 10px;
}

#mainonly {
  background:#fff;
  /* these two margins affect IE 5.5 */
  margin-left: 20px;
  margin-right: 20px;
  padding: 0px 10px;
}


#mains {
  background:#fff;
  /* these two margins affect IE 5.5 */
  margin-left: 200px;
  margin-right: 300px;
  padding: 0px 10px;
}

#mainp {
  background:#fff;
  /* these two margins affect IE 5.5 */
  margin-left: 200px;
  margin-right: 600px;
  padding: 0px 10px;
}


#footer {
  width: 100%;
  height: 35px;
  border-width: 1px 0;
  margin: 0;
} 

a:link {
 color: black;   /*#9900ff;*/
 background-color: #009999;
 background: none; 
 text-decoration: none; 
 font-weight: bold;
 }
 

 
a:visited {
 color: black; /*red ; */ /*#00c800;*/
 background-color: #009999;
 background: none; 
 text-decoration: none;
 font-weight: bold
 }
 
a:hover {
 color: blue ; /*#ff9900;*/ 
 background-color: #009999;
 background: none; 
 text-decoration: underline
 }/* hover text is orange and underlined */

a:active {
 color: red;
 background-color: #009999;
 background: none; 
 text-decoration: underline;
 font-weight: bold
 }


.just {text-align: justify;}

.smcap  {font-variant: small-caps;}

.red {text-align: left;
     color: #ff0000;
     background-color: #ffffff;
     font-size: 1em;}
     
.blue {text-align: left;
     color: #3300ff;
     background-color: #ffffff;
     font-size: 1em;} 

.orange {text-align: left;
     color: #ff6600;
     background-color: #ffffff;
     font-size: 1em;} 
     
 .green {text-align: left;
     color: #006600;
     background-color: #ffffff;
     font-size: 1em;}          

  .teal {text-align: left;
     color:  #157CC7 ; /* was #147BC6; */
     background-color: #ffffff;
     font-size: 1em;
     font-weight: bold;} 

  .yellow {text-align: left;
     color:  black; /* was #147BC6; */
     background-color: yellow;
     font-size: 1em;
     font-weight: bold;
     font-style: italic;} 
        
 
.tpop {color: #000000; 
   background-color: #ffffff;
   background: none;
   font-size: .8em; 
   font-family: verdana, arial, helvetica, sans-serif;
   clear: both;
   }
    
.figcenter   {margin-left: auto; margin-right: auto;  text-align: left;}

.figleft     {float: left; clear: left; text-align: left;}

.figright    {float: right; clear: right; text-align: left; margin-bottom: 30px;}



#popup a, #popup a:visited {
position: relative;
display: block;
width: 400px;
line-height: 1.2em;
text-align: left;
padding: 0;
margin: 0;
text-decoration: none;
font-size: 1em;
color: #009999;
}
#popup a span {display: none;}
#popup a:hover {
color: #FF6600; border: 0;
z-index: 1;
font-size: 1em;
}
#popup a:hover span{
display: block;
position: absolute;
top: -2.5em;
left: 12em;
width: 400px;
margin: 0px;
color: #000;
background: #b5f1f1;
text-align: left;
padding: 1em 2em 1em 0;
font-size: .8em;
}
#popup li {
	list-style-type: square;
}
#popup li.disc {
	list-style-type: disc;
}
#popup li.none{
list-style-type: none;
}