<style type="text/css">
<!--
body {
             text-align:center;
             background-color: #9EC7A0; 		
             behavior:url("csshover.htc");
	}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
        background-color: #FFFFFF;
        padding: 5px 
}
	#menu {
	float: left;
	width: 150px;
	margin-right: 10px;
}
#content {
	float: left;
	width: 560px;
        background-image: url(bgfade.gif);
        padding: 15px;
        background-repeat: repeat-x;
}
#sidebar {
	float: right;
	width: 200px;
        background-image: url(bgfade.gif);
        padding: 15px;
        background-repeat: repeat-x;
}
#footer {
	border-top: 1px solid #000000;
	clear: both;
	margin-left: 160px;
}

#widemenu ul li {
	float: left;
	list-style-type: none;
	padding: 5px 30px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#widemenu ul li a {
	color: #000000;
	text-decoration: none;
}
#widemenu ul li a:hover {
	background-color: #99000;
}
#widemenu {
	background-color: #dddddd;
	margin-bottom: 10px;
	height: 25px;
}
#widemenu ul {
	height: 8px;
	margin: 0px;
	padding: 0px;
}
#widemenu ul li:hover {
	background-color: #bbbbbb;
}
-->
</style>