 /* threecolstyle.css */
 
  /* ----------------------------the next are for dividing page into columns ------------------------------ */	
div.leftcolumn {
	position: absolute;
	left:15px;
	top:200px;
	width:150px;
	color: #00FF00;
	border-style: ridge;
	margin: 1em;
	padding: 2em;

	}
div.leftcolumn2 {
	position: absolute;
	left:15px;
	top:600px;
	width:160px;
	color: #00FF00; 
	border-style: ridge;
	margin: 1em;
	padding: 2em;

	}
div.leftcolumn3 {
	position: absolute;
	left:15px;
	top:1000px;
	width:160px;
	color: #00FF00; 
	border-style: ridge;
	margin: 1em;
	padding: 2em;
	}	
div.centercolumn {
	margin-left: 250px;
	margin-right:250px;
	voice-family: "\"}\"";
	voice-family: inherit;
 	text-indent: 1.5em;
	padding: 2.0em;
	/* background: Darkgoldenrod; */

	 /*min-width: 460px;      2x LC width +  RC width    ends up overlapped by the right column*/
	}
	
div.rightcolumn {
	position: absolute;
	right:10px;
	top:200px;
	width:130px;
	/* background: blue; */
	color: #00FF00; 
	border-style: ridge;
	margin-left: 1.5em;
	margin-right: 1em;
/*	margin: 1em; */
	padding: 1em; 

	}
div.rightcolumn2 {
	position: absolute;
	right:5px;
	top:560px;
	width:180px;
	/* background: blue; */
	color: #00FF00; 
	border-style: ridge;
	margin-left: 1.5em;
	margin-right: 1em;
/*	margin: 1em; */
	padding: 1em; 

	}
div.rightcolumn3 {
	position: absolute;
	right:10px;
	top:850px;
	width:160px;
	/* background: blue; */
	color: #00FF00; 
	border-style: ridge;
	margin-left: 1.5em;
	margin-right: 1em;
/*	margin: 1em; */
	padding: 1em; 

	}

