body {
	background: #98B44C;
	padding: 10px;
	margin: 0px;
	font: 14px Verdana;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #C9E186;
	background: #387140;
}

a:hover {
	color: black;
}

p {
	text-indent: 2em;
	font: 12px Verdana;
}

#container2 a {
	background: none;
	color: #387140;
}

#container2 a:hover {
	color: #C9E186;
}

#title {
	padding: 0px;
	margin: 0px;
	width: 700px;
	background: white;
	text-align: center;
	border-bottom: solid 2px black;
}
/* Left Navbar */
#navbar {
	background: #800000;
	text-align: center;
	float: left;
	margin: 0px;
//	border: outset 2px #CCC;
}
#navbar ul {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

#navbar ul li {
	padding: 5px;
	margin: 0px;
	border-bottom: solid 1px gray;
}

/* Horizontal Navbar */
#subnav {
	text-align: center;
	float: left;
	width: 700px;
	margin-bottom: 0px;
}

#nav {
	text-align: center;
	float: left;
	width: 700px;
	margin-bottom: 10px;
	clear: left;
}

#nav li {
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#nav li a {
	display: block;
	padding: 0px;
	width: 175px;
	height: 2em;
	line-height: 2em;
	border-bottom: solid 2px black;
}

#nav li li a {
	border-left: solid 2px black;
	border-right: solid 2px black;
	width: 225px;
}

#nav li a:hover {
	background: white;
}

li {
	z-index: 10;
	font-size: 9px;
}

ul {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

li ul {
	
	display: none;
	position: absolute; 
	top: 100%;
	left: 0;
}

li li {
	clear: left;
	float: none;	
}

li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { display: block; }

/* Other Content */
#container1 {
	position: relative;
	left: 50%;
	margin-left: -350px;
	right: 50%;
	width: 700px;
	background: white;
	border: solid 2px black;
}

#container2 {
	clear: left;
	position: relative;
	margin: 10px;
}

#footer {
	font: bold 10px Arial;
	padding: 0px;
	width: 700px;
	line-height: 2em;
	text-align: center;
	border-top: solid 2px black;
	color: #C9E186;
	background: #387140;
}

