#wrapper {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #5C743D;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	background-color: #F4FFE4;
}
#LeftNav {
	float: left;
	height: 100%;
	width: 200px;
	padding-left: 10px;
	background-color: #5C743D;
	color: #FFFFFF;
	margin-right: 20px;
	padding-bottom: 0px;
}
#Header {
	background-color: #D5EDB3;
	float: left;
	height: 200px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#Content {
	float: left;
	height: auto;
	width: 800px;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.glossymenu{
	list-style-type: none;
	margin: 20px 0 5px;
	padding: 20 0 0;
	width: 170px;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
}
.glossymenu li a{
	background: left bottom;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #F4FFE4;
	display: block;
	width: auto;
	padding: 10px 0 10px 10px;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F4FFE4;

}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}
.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}
.glossymenu li a:hover{
	color: #993300;
	background-color: #99CC66;
}
.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4FFE4;
}
#datebar {
	background-color: #99CC66;
	margin: 0px;
	float: left;
	height: 20px;
	width: 780px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #993300;
}
.borderbottom2 {
	background-image: url(images/mm_dashed_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#headerimage {
	float: left;
	height: 195px;
	width: 201px;
	margin: 0px;
	padding: 0px;
}
#headertext {
	width: 400px;
	float: right;
	height: 197px;
	text-align: center;
}
.largegreen1 {
	font-size: 30px;
	font-weight: bold;
	color: #5C743D;
	text-decoration: blink;
	font-family: "Times New Roman", Times, serif;
}
.orangetext1 {
	color: #993300;
	font-size: 20px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.smallgreen {
	color: #5C743D;
	font-family: "Times New Roman", Times, serif;
}
.header {
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}
a:link {
	color: #0000FF;
}
a:hover {
	color: #5C743D;
}
#disclaimer {
	background-color: #D5EDB3;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
#Contenttext {
	float: left;
	height: auto;
	width: 500px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
