html, body  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {

	background-color: #ffffff;
	color: #2d2e2e;
	font-family: Arial;
	font-size: 13px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	height: 100%;
	position: relative;
	
}

.topheader {
	color: #6d9863;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
}

.sectionheader {
	color: #6d9863;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

p {
	text-align: justify;
}

a, a:link {
	color: #3c982d;
	text-decoration: none;
}

a:visited {
	color: #2d7336;
	text-decoration: none;
}

a:hover {
	color: #09760d;
}

#topnav a {
	text-decoration: none;
	margin-top: 5px;
	padding: 3px 5px 3px 5px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

#topnav a:hover {
	color: #b4d5b5;
	text-decoration: none;
	background-color: #ffffff;
}

a:focus {
	color: #09760d;
}

a:active {
	color: #164619;
}
#outer {
	background-color: #fff;
	margin: 0 auto 0 auto;
	width: 1100px;
	position: relative;
	text-align: left;
	height: 550px;
	
}
#head {
	background-color: #ffffff;
	
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
	background-image: url('../img_bin/top.png');
	background-repeat: no-repeat;
	position: relative;
}

#right {
	background-color: #b4d5b5;
	border-left: solid 1px #b4d5b5;
	float: right;
	height: 100%;
	padding: 10px 5px 10px 5px;
	width: 21%;
	position: relative;
}
#left {
	float: left;
	height: 100%;
	padding: 10px 10px 10px 10px; 
	width: 20%;
	background-color: #b4d5b5;
	text-align: center;
	position: relative;
	
	
}

#content {
	margin: 0 22% 0 23%; 
	padding: 25px 10px 0px 0px; 
	position: relative;
	min-height: 460px;
}

.clearFloat {
	clear: both;
	display: block;
}
#footer {
	font-size: 11px;
	background-color: #ffffff;
	background-image: url('../img_bin/bot.png');
	background-repeat: no-repeat;
	border-top: solid 1px #8ab573; 
	padding: 10px 10px 10px 10px;
	position: relative;
}

#footer a {
	color: #2d2e2e;
	font-weight: none;
	
}

#sidenav {
	width: 195px;
	padding: 0;
	
}

#sidenav td {
	
	padding: 2px;
	margin: 0 auto 3px auto;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img_bin/buttonbg.png');
}

#sidenav td a {
	display: block;
  	text-decoration: none;
	color: #2d2e2e;
	text-align: center;
	background-color: #fffffff;
	font-size: 12px;
	
	
}


#sidenav td a:hover {
	color: #0f8548;
	
}
