.mainContainer {
	background-color: #D2DBAF;
	width: 995px;
	height: 600px;
}

.menu {
	background-color: #96A84A;
	border: thin solid #96A84A;
}

.smallmenu {
	background-color: #F0F0C3;
	margin-top: 5px;
	margin-bottom: 5px;
}

.smallmenulink {
	font-family: Trebuchet MS, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: small;
	text-decoration: none;
	color: black;
}

.smallmenulink:hover {
	font-family: Trebuchet MS, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #96A84A;
}

.address1 {
	font-family: Trebuchet MS, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: medium;
	margin-bottom: 5px;
	margin-top: 15px;
}

.address2 {
	font-family: Trebuchet MS, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: small;
	margin-bottom: 20px;
}