<style type="text/css">
/* CSS Document */


body {
background-color: #999999;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0000FF;
}
h1,h2,h3 {
font-family: Times New Roman, Times, serif;
}
h1 {
font-size: 24px;
color: #006633;
}
h2 {
font-size: 18px;
color: #006633;
}
h3 {
font-size: 16px;
color: #006633;
}

a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
a:active {
text-decoration: none;
}
div#wrapper {
width: 80%;
background-color:#FFFFFF;
margin-top: 50px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
padding: 0px;
border: thin solid #000000;
}
div#header {
padding: 15px;
margin: 0px;
text-align: center;
}
div#nav {
width: 25%;
padding: 10px;
margin-top: 1px;
float: left;
}

div#main {
margin-left: 30%;
margin-top: 1px;
padding: 10px;
}
div#footer {
padding: 0px;
margin: 0px;
border-top: thin solid #000000;
}

div#footer ul li{
color : #000000;
background-color : transparent;
display: inline;
}

div#footer ul li a{
color : #115EAC;
background-color : transparent;
text-decoration : none;
}

div#footer ul li a:hover{
text-decoration : underline;
}



/* Start Randall */

img{
  border:0;
  }

div.maintext{
  /* for IE */
   filter:alpha(opacity=70);
   /* CSS3 standard */
   opacity:0.7;
  display:inline;

      position: absolute;
      top: 10%;
      left: 10%;
      right:10%;
  	margin:0px;

	/*   width=400px; */
      background-color:#ffffff;
      border:2px solid black;
      visibility:show;/* hidden */
}

div.maintext p
  {
  text-align:left;
  margin:5px 5px;
  font-weight:bold;
  color:#000000;
  font-family: Verdana MS;
  font-size:12px;
  } 
 div.maintext h1 h2 h3
 {
  text-align:left;
  margin:5px 5px;
  color:#000000;
  font-family: Verdana MS;
}
div.maintext h1
{
  font-size: 18px;
}
div.maintext h2
{
  font-size: 16px;

}
div.maintext h3
{
  font-size: 14px;

}


div.maintext ul li
{
  text-align:left;
  margin:5px 5px;
  color:#000000;
  font-family: Verdana MS;
  font-size: 12px;
}
  
div.copyright{
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  bottom:5px;
  
  padding-left:3px;
  padding-right:3px;

  margin:1px;
  background-color:white;
  border:2px solid black;
  
  display:inline;
  visibility:show;/* hidden */
  position:fixed;
z-index:1;
 }

div.copyright p
  {
  margin:3px; 
  font-weight:bold;
   /* font-size:60%; */
  font-size:10px;
   
  color:#000000;
  }

</style>

