body {
	background-color: #DEFE9C;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	height: 99%;
	width: 99%;
	line-height: 1.3;
}
a {
	color: #016600;
}


#mainContent {
	background-color: #fff;
	margin: auto;
	width: 1020px;
	padding: 20px;
}
.pageHeading {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #4D9B17;
	margin: 0px;
	padding-top: 0px;
}

.outerTable {
	margin: auto;
	width: 1000px;
	background-color: #FFF;
	height: 100%;
	border: 1px solid #333;
}.menuCell {
	width: 200px;
}
.menuItemCell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.menu {
	background-color: #016600;
	background-repeat: repeat-y;
	margin-top: 6px;
}
.mainCell {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}


.menuItem {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.footerText {
	font-size: small;
}

.menuItem:hover {
	color: #DEFE9C;
}
.imgBorder {
	border: 1px solid #000;
}
