	#header {
		background-color:#DADADA;
		position: absolute;
		left:10px;
		right:10px;
		top:10px;
		padding:10px 10px 0px 10px;
		height:60px;
		border-style:solid;
		border-color:black;
		border-width:0px 0px; /* top and bottom borders: 0px; left and right borders: 0px */
		}
		
	#banner {
		background-color:#eeeeee;
		position: absolute;
		left:10px;
		right:10px;
		top:5px;
		height:5px;
		text-align:center;
		}
		
	#centercontent {
		background-color:C0C0C0;
		margin-top:120px;
   		margin-left: 125px;
   		margin-right:125px;
		padding:0px 0px 0px 0px;
		}
		
	#leftcontent {
		background-color:#800000;
		position: absolute;
		top:190px;
		left:10px;
		width:115px;
		height:500px;
		border-style:solid;
		border-color:black;
		border-width:0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
		}
		<!-- Note background color DADADA=gray, 005B1E=DkGreen, Text color 000000=black, ffffff=white -->
		

	#rightcontent {
		background-color:#800000;
		position: absolute;
		top:190px;
		right:10px;
		width:115px;
		height:500px;
		border-style:solid;
		border-color:black;
		border-width:0px 0px; /* top and bottom borders: 0px; left and right borders: 0px */
		}
		<!-- Note background color 800000=Maroon -->
				
	body 	{
		background-color:#eeeeee;
		margin:0px 0px 0px 0px;
		padding:0px;
		font-weight:	normal;
		font-size:		12px;
		word-spacing:	normal;
		letter-spacing:	normal;
		text-transform:	none;
		font-family:	arial, helvetica, sans-serif;
		}
		
	table 	{
		font-weight:	normal;
		font-size:		12px;
		word-spacing:	normal;
		letter-spacing:	normal;
		text-transform:	none;
		font-family:	arial, helvetica, sans-serif;
		}	
		
	p,pre {
		margin:0px 10px 0px 15px;
		
		}

	p.nav {
		margin:0px 0px 0px 0px;
		text-align: center;
		}
	
	H1 {
		margin:0px 10px 0px 15px;
		font-weight:	500;
		text-align: center;
		}
		
	H2,H3,H4,H5{	
		margin:0px 10px 0px 15px;
		font-weight:	500;
		}		
		
	A:link{	
		text-decoration: none;
		color: #003399;
		}	
	
	A:visited{	
		text-decoration: none;
		color:	#800080;
		}	
		
	A:active{	
		text-decoration: none;
		color:	#003399;
		}	
		
	A:hover	{	
		text-decoration: underline;
		color:	#FF3300;
		}	
	
