* {
	padding: 0;
	margin: 0;
}

body {
	color: #78a800;
	line-height: 15pt;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: white;
}

#container {
	width: 750px;
	margin: 0 auto;
}

#headercontainer {
}


#header {
	float: left;
	height: 140px;
	width: 300px;
	position: relative;
}
#header span {
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/legacy-logo.gif);
	
}
#header h3 {
	line-height: 1.25em;
	font-weight: bold;
}

#contactcontainer {
	margin-top: 25px;
	float: right;
}

#contactcontainer p {
	margin-bottom: 10px;
	color: #283800;
	text-align: right;
	line-height: 1.3em;
	font-size: .9em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#contactcontainer a {
	color: #515F28;
	text-decoration: underline;
}
#navcontainer {

	border-top-color: #283800;
	border-top-style: solid;
	border-top-width: 4px;
	margin-top: 10px;
	clear: left;
	float: left;
	width: 200px;
}

#navcontainer ul {
	margin-top: 1px;
	list-style-type: none;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: white;
	background-color: #6b7d34;
	margin-left: 0px;
	padding-left: 0px;
	border-bottom-color: #283800;
	border-bottom-style: solid;
	border-bottom-width: 4px;	
}

#navcontainer ul li a {
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
	display: block;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 10px;
	width: 190px;
	text-decoration: none;
	color: white;
	background-color: #6b7d34;
}

#navcontainer ul li a:hover {
	color: white;
	background-color: #889f43;
}

#navcontainer ul li a#active {
	color: white;
	background-color: #889F43;
}

a img.mmlogo {
	border: 1px solid white;	
}
a:hover img.mmlogo {
	border: 1px solid #0079c2;
}

#maincontainer {
	margin-top: 10px;
	background-repeat: repeat-y;
	background-image: url(../images/modern-maincontainer-bg.gif);
	float: left;
	padding-bottom: 10px;
	width: 550px;
	overflow: hidden;
}

#maincontainer p {
	padding-right: 10px;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #283800;
	margin-left: 17px;
}

table {
	margin-left: 17px;
}
td {
	padding-right: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #283800;
	margin-left: 17px;
}

table a {
	text-decoration: underline;
	color: #6b7d34;
}
#maincontainer p a {
	text-decoration: underline;
	color: #515f28;
}
#maincontainer p a:hover {
	text-decoration: underline;
}
#maincontainer h1 {
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 10px;
	letter-spacing: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #4f5c27;
}

#maincontainer h2 {
	margin-bottom: 5px;
	margin-left: 10px;
	letter-spacing: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #4f5c27;
}

#maincontainer h3 {
	padding-top: 10px;
	text-decoration: underline;
	margin-bottom: 5px;
	margin-left: 10px;
	letter-spacing: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #667733;
}

#maincontainer h4 {
	margin-left: 17px;
	letter-spacing: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #4f5c27;
}

#maincontainer img {
	margin-bottom: 10px;
	border-color: #283800;
	border-style: solid;
	border-width: 1px;
	margin-left: 10px;
}

#maincontainer ul {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 40px;
	list-style-type: circle;
}
#maincontainer ul li {
	color: #283800;
	line-height: 1.3em;
	font-size: 1em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#maincontainer ul li a {
	text-decoration: underline;
	color: #515f28;
}
#maincontainer ul li a:hover {
	text-decoration: underline;
}
#footercontainer {
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom-color: #c6c6c6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #c6c6c6;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
	clear: both;
}

#footercontainer p {
	margin-right: 10px;
	margin-left: 20px;
	color: #949494;
	line-height: 1.2em;
	font-size: .9em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#footercontainer p a {
	text-decoration: underline;
	color: #515f28;
}
#footercontainer p a:hover {
	text-decoration: underline;
}
#subnavcontainer {
	margin: 10px auto;
	width: 450px;
}
#subnavcontainer ul {
	text-align: center;
	margin: 0px;
	border-bottom-color: #c6c6c6;
	border-top-color: #c6c6c6;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	list-style-type: none;
	padding: 0;
}
#subnavcontainer ul li {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
	color: #6b7d34;
}
#subnavcontainer ul li a {
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.2em;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #515f28;
}
#subnavcontainer ul li a:hover {
	text-decoration: underline;
	color: #515f28;
}
img.portrait {
	clear: left;
	margin-left: 17px;
	margin-right: 10px;
	margin-bottom: 3px;
	border-color: #6b7d34;
	border-style: solid;
	border-width: 1px;
	float: left;
}
.clear {
	margin-top: 10px;
	clear: both;
}
#map {
	font-size: 1em;
	color: #283800;
	border-color: #4f5c27;
	border-style: solid;
	border-width: 1px;
	float: right;
}
#map a {
	text-decoration: none;
	color: #6b7d34;
}

