body {
	background-color: #6D9A33;
	margin-left: 0px;
	margin-top: 110px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/hcdi.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-indent: 20px;
	font-weight: bold;
}
.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.menulink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #20436E;
	text-decoration: none;
}
.submenulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.submenulink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2B5A95;
	text-decoration: none;
}

.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-indent: 50px;
	font-weight: bold;
}

