body 	{
	margin-top: 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	text-align: justify;
	font-size: 10pt;
	}
	
#wrap {
	min-width: 900px;
	}

#content {
		
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	max-width:500px;
	margin:10px 210px 20px 190px;
	border:1px solid black;
	background: #f7fbdc;
	padding:10px;
	z-index:3;
	}
	
	#header {
	
		background:url(img/headerfinal.jpg) repeat-x; 
		height:88px; 
		margin:0 auto; 
		padding:0; 
		border-bottom: 5px solid #a0aa6d; 
		border-top: 5px solid #a0aa6d;
	}
	
#nav {
	position:absolute;
	width:168px;
	top:108px;
	left:20px;
	background-color:#fff;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:146px;
	}
body>#nav {width:146px;}

	
#rhbox {
		
	position:absolute;
	width:210px;
	top:108px;
	right:20px;
	padding:10px;
	border:1px solid black;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:188px;
		}
body>#rhbox {width:188px;}
	
#nav ul {
		background: #e8edcf;
		border: 1px solid;
		padding:0;
		margin: 0;
		list-style:none;	
	}

#nav li {
		
		padding-bottom:10px;
		padding-left:5px;
	}

#nav a {
		color: #0000ff;
		font-size: 10pt;
		text-decoration: none;	
	}
#nav a:hover {
		color: black;
		text-decoration: underline;	
		}



#content h1 {
		font-size: 18pt;
		text-align: center;
		
	}

#content h2 {
		font-size: 14pt; 
		text-align: center;
	}

#content a {
		color: #0000ff;
		font-size: 10pt;
		text-decoration: none;	
	}
#content a:hover {
		color: black;
		text-decoration: underline;	
		}

#footer {
		font-size: 8pt;
		margin-left: 20%;
		width: 500px;
	
	}


table
	{
	padding: 8px;
	border: 1px solid;
	background: #e8edcf;
	}


