A: {font-weight: bold; text-decoration: none;}

A.white {color: WHITE; font-weight: bold; text-decoration: none;}
A.white:hover {text-decoration: underline; color: WHITE; font-weight: bold;}

A.black {color: BLACK; font-weight: bold; text-decoration: none;}
A.black:hover {text-decoration: underline; color: BLACK; font-weight: bold;}
H1 { font-size: 120%;}
body {
  margin-top: 5px;
  background-color: black;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

logobox {
		border:2px solid #000; 
		background:#8AD9FF;
		}

logobox catbox {
		border-left:1px solid #000; 
		border-bottom:1px solid #000;
		float:left;
		width:120px;
		background:#8AD9FF;
		margin:0px 0px 0px 2px;
		}

img.photo {
		border: 1px solid #0a0c0a;
	}

.textbg { font-weight: bold}

#main {
  margin: 0px;
  text-align: left;
}

.titleBar {
  background-color: lightgrey;
  border: 1px solid #000000;
  color: BLACK;
  font-size: 130%;
  margin: 0px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 4px;
  text-align: left;
}

.FooterBar {
  background-color: lightgrey;
  border: 1px solid BLACK;
  color: BLACK;
  margin: 0px;
  padding: 2px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: left;
}

#content {
  background-color: WHITE;
  border: 2px solid BLACK;
  padding: .5em 1em .25em 1em;
}

.navCurrentPage {
  font-weight: bold;
}

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #000000;
}

div.menuBar {
  background-color: lightgrey;
  border: 2px transparent;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.navBar {
  background-color: lightgrey;
  border: 2px solid BLACK;
  float:left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 2px solid BLACK;
  color: BLACK;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: lightgrey;
  border: 1px outset #e0e0e0;
  color: BLACK;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: BLACK;
  border: 2px solid BLACK;
  color: WHITE;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: BLACK;
  border: 2px BLACK;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: WHITE;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: lightgrey;
  color: BLACK;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}
