* {margin:0;
   padding:0;}
html, body {height:100%;}
body {background-color: #FFFFFF;
      font-family: Arial, Helvetica, sans-serif;
      color: #000000;		
	  text-align:center; /* horizontal centering for IE Win quirks */}
#distance {width:1px;
		   height:50%;
		   margin-bottom:-250px; /* half of container's height */
		   float:left;}
#container {margin:0 auto;
		    position:relative; /* puts container in front of distance */
		    text-align:left;
		    height:500px;
		    width:900px;
		    clear:left;}
a {	text-decoration: none;
	color: #000000;}
a:hover {text-decoration: underline;
	     color: #274019;}
.copyright {vertical-align: bottom;
            text-align: center;
			font-size: xx-small;}
.website {vertical-align: bottom;
          text-align: right;
	      font-size: xx-small;}
.email {vertical-align: bottom;
        text-align: left;
	    font-size: xx-small;}
.centertop{vertical-align: top;
              text-align: center;
			  font-size: small;}
.centerbottom{vertical-align: bottom;
              text-align: center;
			  font-size: small;}
.centercenter{vertical-align: middle;
              text-align: center;
			  font-size: small;}
.topright{vertical-align: top;
          text-align: right;
		  font-size: small;}
.topleft{vertical-align: top;
          text-align: left;
		  font-size: small;}
.centerleft{vertical-align: middle;
          text-align: left;
		  font-size: small;}	
.title{vertical-align: middle;
       text-align: left;
	   font-size: large;
	   font-weight: bold;}
.cellscroll {height: 408px; 
             overflow: auto;
			 scrollbar-3dlight-color:#274019;
             scrollbar-arrow-color:#274019;
             scrollbar-base-color:#FFFFFF;
             scrollbar-darkshadow-color:#274019;
             scrollbar-face-color:#FFFFFF;
             scrollbar-highlight-color:#FFFFFF;
             scrollbar-shadow-color:#FFFFFF} 
.webscroll {height: 471px; 
             overflow: auto;
			 scrollbar-3dlight-color:#274019;
             scrollbar-arrow-color:#274019;
             scrollbar-base-color:#FFFFFF;
             scrollbar-darkshadow-color:#274019;
             scrollbar-face-color:#FFFFFF;
             scrollbar-highlight-color:#FFFFFF;
             scrollbar-shadow-color:#FFFFFF} 
