
#menu {
	background: #5D743A;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #5D743A url(../images/seperator.gif) no-repeat right;
	color: white;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #9ACC61;
	color: #fff;
	padding-bottom: 4px;
}
body {
	background: white;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
}

#navcontainer {
	width: 960px;
	height: auto;
	border-bottom: 2px solid #9a2a04;
}

#leftsidebar {
	float: left;
	width: 239px;
	font: 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: left;
}

#rightcontent {
	float: right;
	width: 240px;
		font: 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: left;

}

#middleColumn {
	width: 480px;
	font: 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: left;
}

#twocolumnright {
	float: right;
	width: 649px;
	font: 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: left;
	border-left: 1px #85a55c;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 50px;
}

#footer {
	width: 960px;
	color: black;
	font: 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
	border-top: 1px dotted maroon;
	padding-top: 5px;
}

h1 {
	font: bold 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	display: inline;
}

h2 {
	font: bold 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	display: inline;
	color: maroon;
}

h3 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: maroon;
	display: inline;
}

h4 {
	text-align: center;
	color: white;
	font-size: 18px;
	font-weight: bold;
	display: block;
	background-color: #666;
	line-height: 25px;
	border-bottom: 2px solid white;
}

h5 {
	color: #6700c9;
	font: bold 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: right;
	display: inline;
}

h6 {
	text-align: left;
	color: maroon;
	font-size: 16px;
	font-weight: bold;
	display: block;
	background-color: silver;
	line-height: 20px;
	border-bottom: 1px solid maroon;
	padding-left: 70px;
}

a:link {
	color: #f80a12;
	font: 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-decoration: none;
}

a:visited {
	color: #f80a12;
	font: 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-decoration: none;
}

a:hover {
	color: teal;
	text-decoration: underline;
	font: 11px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
}


