body
{
  background-color: white;



}
#menu a, #menu a:visited {
  text-decoration:none;
  text-align:left;
  background-color:navy;
  color:#fff;
  display:block;
  width:225px;
  padding-left:10px;
  border-right:7px solid grey;
  font-weight: bold;
  font-family: Verdana;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  font-size: 12px;


  }
#menu a:hover {
  border-right:7px solid red;
  font-weight: bold;
  font-family: Verdana;

  }

h4
{
  padding-left: 40px;
  color: #990000;
  font-family: Verdana;
}

ul
{
  font-family: Verdana;
  font-size: 10pt;
  color: navy;
	padding: 2px;
	margin-top: 5px;

}

navblack
{
  position:relative;
  text-align:center;
  width:795px;
  background-color: navy;
  text-decoration: none;
}


.glossaryPopup {
		position: absolute;
		background: #FFF5BD;
		border: 2px solid #D5B500;
		width:550px;
		visibility:hidden;
		z-index: 50;
	}

	.glossaryTerm {

		cursor: help;
    	padding-top: 2px;
    	padding-bottom: 2px;
			color: #E5DCB9;

