
html, body {
	margin: 0;
              font-family: verdana,arial,helvetica,"sans-serif";
              font-size: 12px;
              color:#444;
	}
#container {
	width: 930px;
	margin: 0 auto;
	}
#header {
	width: 100%;
	height: 185px;
	background: #fff;
	}
#wrapper {
	float: left;
	width: 930px;
	}
#content {
	margin: 0 2%;
	}
#left {
	float: left;
	width: 2%;
	margin-left: -930px;
	}
#right {
	float: left;
	width: 255px;
	margin-left: -255px;
	background: #fff;
	}
#footer {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 5px 0;
	background: #fff;
	}

/* Sidebar */
#sidebar {
	border: none;
	}

/* Additional styles */
p {
	padding: 5px;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}

h2 {color: #444444;font-size:13pt; padding: 5px;}
a {color: #4F813B; text-decoration: none;}
a:hover {color:#bbb; text-decoration: none;}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
float: right;
margin-top: 75px;
font-size: 14px;
}
#navlist li a{color:#444444; text-decoration:none;}
#navlist li a:hover{color: #fff; background:#4F813B; text-decoration:none;}


