* {position: relative;}

a.leftColumn:visited {
  color: rgb(67,67,67); 
  border: none; 
  text-decoration: underline;
  font-weight: normal;
  font-size: 12px;
  font-family: times;
  }
		
a.leftColumn:link {
  color: rgb(67,67,67); 
  border: none; 
  font-weight: normal;
  text-decoration: underline;
  font-size: 12px;
  font-family: times;
  }

a.leftColumn:hover {
  color: rgb(29,92,66);
  border: none;
  font-weight: normal;
  text-decoration: underline;
  font-size: 12px;
  font-family: times;
  }		

a.gray:visited {font-size: 14px; color: rgb(67,67,67); border: none; text-decoration: none}
a.gray:link    {font-size: 14px; color: rgb(67,67,67); border: none; text-decoration: none}
a.gray:hover   {font-size: 14px; color: rgb(29,92,66) border: none; text-decoration: none}
    
a:visited {color: white; text-decoration: none; font-size: 11px; font-weight: bold;}
a:link    {color: white; text-decoration: none; font-size: 11px; font-weight: bold;}
a:hover   {color: rgb(29,92,66); text-decoration: none; font-size: 11px; font-weight: bold;	}

a.footer:visited {color: white;text-decoration: none}
a.footer:link    {color: white;text-decoration: none}
a.footer:hover   {color: #b0381d;text-decoration: none}
  
span.strongRed {
  color: #b0381d;
  font-weight: bold;
  }
  		
body {
  font-family: helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  }
   	
#background {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  left: 0px;
  height: 648px;
  width: 810px; 
  border: 1px solid #006633;
  text-align: left;
  }    	
		
#footer {
  position: absolute;
  top: 624px;
  height: 40px;
  width: 810px;
  font-family: helvetica, sans-serif; 
  font-size: 11px;
  color: white;
  font-weight: bold; 
  }
       
#bannerDiv {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 810px;
  height: 110px;
  }
  		
#menuDiv {
  position: absolute;
  top: 90px;
  left: 0px;
  height: 12px;
  width: 810px;
  font-weight: bold;
  }

span.hdr{
  color: #006699;
  font-size: 14px;
  font-family: times;
  }
		
#banner {
  position: absolute;
  top:  67px;
  left: 80px;
  color: white;
  font-size: 10px;
  margin: 0px;
  } 
				
#leftColumnDiv {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 431px;
  width: 180px; 
  z-index: 2;
  padding-top: 21px; 
  padding-left: 20px; 
  }	
    	
