BODY {
	font-family: Verdana, Arial, sans-serif;
	background-color: #D6E4E1;
	text-align: center;
}
#main {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}
.menu {
	text-align: left;
	font-size: 12px;
	list-style-type: none;
	text-indent: 0px;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}
.menu li {
	margin-bottom: 6px;
}



.menu a {
	text-decoration: none;
	font-weight: bold;
	color: #04604B;
}
.menu a:hover {
	color: #023529;
}

#sidebar {
	text-align: left;
	vertical-align: top;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #006942;
}
#logo {
	margin-right: 32px;
}
.copyright {
	font-size: 9px;
	color: #3CA38A;
}
.footer {
	font-size: 12px;
	color: #3CA38A;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #393939;
}
ol li {
	margin-bottom: 16px;
}
