body {
	margin:0px, 0px, 0px, 0px;
	text-align:center;
	background-color:#063022;
	font-family:arial;
}
	#container {
		position:relative;
		overflow:auto;
		width:987px;
		background-color:#0b5b5c;
		text-align:left;	
	}
	#header {
		margin-top:2px;
		width:986px;
		height:240px;
		background-color:red;
	}
		#header img {
			width:986px;
			height:240px;
			margin-bottom:-5px;
		}
	#top {
		text-align:left;
		width:986px;
		height:35px;
		background-color:#4e8b9d;
	}
	#top a {
		font-size:1.4em;
		color:white;
		font-weight:bold;
		text-decoration:none;
		list-style-type: none;
	}
	#top li {
		display:inline;
		margin-bottom:0px;
		list-style-type: none;
	}
	#top ul {
		margin-top:3px;
		list-style-type: none;
		margin-bottom:0px;
	}
	#uppermenu {
		text-align:right;
		margin-top:2px;
		width:986px;
		height:25px;
		background-color:#4e8b9d;
	}
		#uppermenu a {
			color:white;
			font-weight:bold;
			text-decoration:none;
			list-style-type: none;
		}
		#uppermenu a:hover {
			color:#063022;
		}
		#uppermenu li {
			display:inline;
			margin-left:20px;
			margin-bottom:0px;
			list-style-type: none;
		}
		#uppermenu ul {
			margin-top:3px;
			list-style-type: none;
			margin-bottom:0px;
			margin-right:20px;
		}
	#leftmenu {
		float:left;
		width:200px;
		background-color:#0b5b5c;
	}
	#leftcontent h2{
		color:white;
		font-size:11pt;
		text-decoration:none;
		font-weight:bold;		
			margin-left:5px;
			margin-bottom:5px;
			margin-top:5px;
			margin-right:5px;
	} 
		#leftcontent {
			margin-left:2px;
			margin-top:2px;
			width:196px;
			margin-bottom:2px;
			margin-right:2px;
			background-color:#84aa83;
		}
		#lmenu {
			margin-left:2px;
			margin-top:2px;
			width:196px;
			margin-right:2px;
			margin-bottom:2px;
			background-color:#84aa83;
		}
		#lmenu li {
			display:block;
			margin-left:5px;
			list-style-type:none;
		}
		#lmenu ul {
			margin-left:5px;
			margin-bottom:5px;
			margin-top:5px;
			margin-right:5px;
		}
		#lmenu a {
			color:white;
			font-size:10pt;
			text-decoration:none;
			font-weight:bold;
		}
		#lmenu a:hover {
			color:#063022;
		}
		#rmenu {
			margin-top:2px;
			width:196px;
			margin-bottom:2px;
			background-color:#84aa83;
		}
		#rmenu li {
			display:block;
			list-style-type:none;
		}
		#rmenu ul {
			margin-left:5px;
			margin-bottom:5px;
			margin-top:5px;
			margin-right:5px;
		}
		#rmenu a {
			color:white;
			font-size:10pt;
			text-decoration:none;
			font-weight:bold;
		}
		#rmenu a:hover {
			color:#063022;
		}
	#rightmenu {
		float:right;
		width:200px;
	}
	#content {
		margin-top:2px;
		float:left;
		width:586px;
		background-color:white;
	}
		#innercontent {
			font-size:10pt;
			margin-top:5px;
			margin-bottom:5px;
			margin-left:5px;
			margin-right:5px;
			width:576px;
			color:#2c5a35;
		}
			h2 {
				font-size:13pt;
				margin-bottom:0px;
				color:092b2a;
			}
			h1 {
				color:092b2a;
			}
	#footer {
		clear:both;
		margin-top:2px;
		margin-bottom:0px;
		width:986px;
		height:25px;
		background-color:#4e8b9d;
		text-align:center;
		color:white;
	}
		#footer a {
			text-decoration:none;
			margin-bottom:0px;
			
		}
		#footer div {
			margin-top:2px;
		}