.content {
	width:500px;
    left: 80px;
	top: 3px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:center; /* Counteract to IE5/Win Hack */
	font-family: "Lucida Grande","Lucida Sans Unicode","Nimbus Sans L", Arial, sans-serif;
    font-size:small;
    line-height:1.4;
	}
	
	/* below sometimes makes pages unneccessarily long */
	.mainline {
	position: absolute;
	left: 277px;
	top: 325px;
	width: 725px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Nimbus Sans L", Arial, sans-serif;
	font-size:small;
	line-height:1.6;
	height: 762px;
      }
	
.sidetext {
     color:#666666;
	 font-family: "Lucida Grande","Lucida Sans Unicode","Nimbus Sans L", sans-serif;
	 font-size:x-small;
	 line-height:1.6;
	 position: absolute;
	 left: 1058px;
	 top: 536px;
	 width: 212px;
	 height: 743px;
	 z-index: 2;
	  	}
		
		.LHtext {
     color:#666666;
	 font-family: "Lucida Grande","Lucida Sans Unicode","Nimbus Sans L", sans-serif;
	 font-size:small;
	 line-height:1.6;
	 position:absolute;
	 padding:5px;
	 left:38px;
	 top:466px;
	 width:187px;
	 height:496px;
	 border-width: medium;
	 border-color: #000066;
	 border-right-width: medium;
	 background-color: #FFFFFF;
	    }


a:link {color:#000000;}      /* unvisited link */
a:visited {color:#999999;}  /* visited link */
a:hover {color:#333333;}  /* mouse over link */
a:active {color:#666666;}  /* selected link */ 
a {text-decoration: none;}

span.highlight {background-color:#CED1E1;}
