body {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}
#maintable {
   width: 100%;
   border-style: none;
   border-collapse: collapse;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#tophead {
   /* background: #ffddee; */
   background: #fff;
   text-align: right;
   vertical-align: top;
   padding: 0 5px 0 0;
   height: 60px;
	border-bottom: 1px solid #eee;
}
#leftmenu {
   /* background: #ffddee; */
   background: #fff;
   text-align: center;
   vertical-align: top;
   padding: 0px 5px 25px 5px;
   width: 155px;
	border-right: 1px solid #eee;
}
#maincontent {
   background: #ffffff;
   vertical-align: top;
   padding: 5px 10px 15px 10px;
}
.bluetext {
   color: #0000CC;
}
h1 {
   color: #0000CC;
   background: #ddddff;
   width: 100%;
   padding-left: 5px;
}

#navigator {
   /* http://www.westciv.com/style_master/house/cookbook/buttons.html */
   /* background-color: #7ea8cf; */
   /* border: 1px #666666 solid; */
   width: 150px;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   padding: 4px;
}
#navigator .menu {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	float: right;
	white-space: nowrap;
}
.menuButton, #navigator li {
   width: 140px;
   font-weight: bold;
   font-size: 14px;
   text-align: center;
   margin-bottom: 3px;
   margin-top: 3px;
}
.menuButton a, #navigator li a {
   padding: 4px;
   text-decoration: none;
   width: 98%;
   display: block;
   color: #224059;
   background-color: #b5c9e2;
   border-top: 2px #cce3ff solid;
   border-left: 2px #cce3ff solid;
   border-bottom: 2px #31557f solid;
   border-right: 2px #31557f solid;
}
.menuButton a:hover, #navigator li a:hover {
   background-color: #99aabf;
   border-top: 2px #31557f solid;
   border-left: 2px #31557f solid;
   border-bottom: 2px #cce3ff solid;
   border-right: 2px #cce3ff solid;
}
.menuButtonSel {
   width: 140px;
   font-weight: bold;
   font-size: 14px;
   text-align: center;
   margin-bottom: 3px;
   margin-top: 3px;
   padding: 4px;
   text-decoration: none;
   display: block;
   color: #224059;
   background-color: #99aabf;
   border-top: 2px #31557f solid;
   border-left: 2px #31557f solid;
   border-bottom: 2px #cce3ff solid;
   border-right: 2px #cce3ff solid;
}
#navigator li#current a {
  color: #224059 !important;
  background-color: #99aabf !important;
  border-top: 2px #31557f solid !important;
  border-left: 2px #31557f solid !important;
  border-bottom: 2px #cce3ff solid !important;
  border-right: 2px #cce3ff solid !important;
}
#navigator table {
	clear: both;
	margin: 30px 0 0 10px;
	width: 100%;
}


