body {
		margin:0px 0px 0px 0px;
		}
	
	#leftcontent {
		float: left;
		width:75%;
		background:#fff;
		border-right:2px solid #000;
		border-bottom:2px solid #000;
		border-top: 2px solid #000;
		margin-right:15px;
		padding-bottom:20px;
		}

	#rightcontent {
	background-color : #DCDCDC;	    
		}
		
	p,h1,pre, h2 {
		margin:0px 30px 10px 30px;
		font-family : Arial;
		}
		
	p {
	font-size: 12px; 
	}
		
	h1 {
		font-size:16px;
		padding-top:10px;
		}
		
	h2{
	font-size : 14px;
	padding-top : 10px;
}
	
	#rightcontent p {
		font-size:10px;
		margin-left:0px;
		}
		
	#Header {
	margin: 0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:120px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-width: 1px 0px 1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	background-color : transparent;
	line-height:11px;
	background-color: White;
	background-image : url(http://oakneeinfo.com/pics/headerImage3.jpg);
	
/* 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;
	height:120px; /* the correct height */
	}
	
	#Footer {
	margin: 5px 0px 0px 0px;
	border-top : thin solid Black;
	background-color: #6dcff6; 
	text-align: center;
	color: white;
	font:bold 0.7em/1.25 monospace;
	font-size:11px;
	text-indent:0 !important;
	padding:.3em;
	}
	
	a:link {color: #0000CD; background-color: transparent;}
a:visited {color: #778899; background-color: transparent;}
a:hover {color: Black; text-decoration: underline; background-color: transparent;}
