@charset "utf-8";
/* CSS Document */
body{background-image:url(../images/backgroundleaf.gif);}
#container {
	background-color:#ffffff;
	border:#adc175 medium solid;
	position:absolute;
	left:-400px;
	margin-left:50%;
	top:0px;
	width:800px;
	height:965px;
	z-index:1;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:144px;
	z-index:2;
}
#nav {
   	position:absolute;
	left:0px;
	top:143px;
	width:800px;
	height:30px;
	z-index:99;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:144px;
	z-index:2;
}

#body {
	background-color:#fefefb;
	position:absolute;
	left:0px;
	top:180px;
	width:800px;
	height:577px;
	z-index:4;
}
#copy {
	position:absolute;
	left:62px;
	top:185px;
	width:690px;
	height:230px;
	z-index:33;
}
#footerimage{
	border-top:#adc175 medium solid;
	position:absolute;
	left:0px;
	top:854px;
	width:800px;
	height:95px;
	z-index:5;
}

#footercopy {
	position:absolute;
	left:0px;
	top:857px;
	width:800px;
	height:95px;
	z-index:22;
	bottom: 7px;
}
#tablenav {
	position:absolute;
	left:-392px;
	margin-left:50%;
	top:978px;
	width:800px;
	height:23px;
	z-index:2;
}
#iframe {
	position:absolute;
	left:191px;
	top:443px;
	width:427px;
	height:392px;
	z-index:4;
}

img.floatLeft { 
    float: left; 
    margin: 5px; 
}
