body {
  font-family: verdana, arial, helvetica, sans-serif; 
  background-image:url("images/lines.gif");
  color: #blue;
  }

#bottomcontent {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: small;
    }

#leftcontent {
  text-align: center;
  color:green;
  position: absolute;
  left:10px;
  width:150px;
  }

#centercontent {
  color: #000000;
  margin-left: 190px;
  margin-right:10px;
  }

#rightcontent {
  color:orange;
  position: absolute;
  right:10px;
  width:190px;
  }


#banner {
  color:#0000FF;
  font-size: medium; font-weight: bold; font-variant: small-caps;
  }
  
p {
	text-indent: 0.21in; 
	margin-bottom: 0in; 
	font-weight: medium;
}

.dropcapparagraph:first-letter
{
font-size:300%;
font-style: normal;
font-weight:bold;
float:left;
color: #5599dd;
}

.sectionhead {
	text-indent: 0in; 
	margin-bottom: 0in; 
	font-weight: bold;
	font-size: 110%;
	}

.bigsectionhead {
	text-indent: 0in; 
	margin-bottom: 0in; 
	font-weight: bold;
	font-size: 125%;
	}
  
a:link {
    font-weight : bold; 
	color: #0000ff;
	text-decoration: none;
	}

a:visited {
	font-weight : bold; 
    text-decoration : none; 
	color: #00ff00;
	}
	
a:active {
    font-weight : bold; 
   	text-decoration : none; 
	color: #999999;
	}
	
a:hover {
	color: #ff0000;
    text-decoration : underline; 
	}
	
