	#header {
		background-color:#BECFE4;
		position: absolute;
		left:10px;
		right:10px;
		top:10px;
		padding:10px 10px 0px 10px;
		height:28px;
		border-style:solid;
		border-color:black;
		border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
		}
		
	#banner {
		background:#E1EDFC;
		position: absolute;
		left:10px;
		right:10px;
		top:60px;
		height:90px;
		text-align:center;
		}
		
	#centercontent {
		background:#E1EDFC;
		margin-top:165px;
   		margin-left: 200px;
   		margin-right: 50px;
		padding:0px 0px 0px 0px;
		}
	#truecentercontent {
		background:#E1EDFC;
		margin-top:165px;
   		margin-left: 200px;
   		margin-right:200px;
		padding:0px 0px 0px 0px;
		}
		
	#leftcontent {
		background-color:#BECFE4;
		position: absolute;
		top:165px;
		left:10px;
		width:165px;
		border-style:solid;
		border-color:black;
		text-align:center;
		border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
		}
		
	#paddingrightbottom {
		margin-bottom: 10px;
		margin-right: 10px;
		}
		
	#paddinglefttopbottom {
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		}
		
	body {
		background:#E1EDFC;
		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: left;
		color:	#007b96;
	}
		
	H2,H3,H4,H5	{	
		margin:0px 10px 0px 15px;
		font-weight:	500;
		color:	#007b96;
		}	
		
	A:link	{	
		text-decoration: none;
		color:	blue;
		}		
	
	A:visited	{	
		text-decoration: none;
		color:	#800080;
		}	
		
	A:active	{	
		text-decoration: none;
		color:	blue;
		}	
		
	A:hover	{	
		text-decoration: underline;
		color:	#FF3300;
		}	
