.navTable {
   background-color: darkseagreen;
   width: 210px;
   border-width: thin;
   border-style: outset;
}
.navTable:hover {
   font-weight: bold;
}

.aTable {
   color: #000000;
   font-size: small;
   text-decoration: none;    /* link without underline */
}
table.pagebody {
   width: 80%
}
a.aTable:hover {
   font-weight: bold;
}
.imgTable {
   border: none;
}
.leftNavSubmenu {
	background: seagreen;
	color: #000000;
	border: solid 1px #000000;
	position: absolute;
	visibility: hidden;    /* starts as hidden */
	width: 170px;
	vertical-align: top;
}
a.leftNavSubmenuLink {
	text-decoration: none;    /* link without underline */
	color: #FFFFFF;
	padding: 5px;
	font-size: small;
}
.leftNavSubmenuText {
	color: #FFFFFF;
	padding: 5px;
	font-size: xx-small;
}
a.leftNavSubmenuLink:hover {
	font-weight: bold;
}

