/* this next rule prevents Firefox adding a space beneath the
 * title image when displayed as application/xhtml+xml */
#titlebar img {
  display: block;
 
  }

/* styles for the nav menu - remove padding, margin and bullets */
#nav2 ul {
  margin: 0;
  padding: 00;
  list-style: none;

  }
 
  
/* float each list element inline */
/*#nav li {
  float: left;
  /*display: inline; */
  }
 */
/* style the links in the nav list */
#nav2 a {
 width: 150px;
  display: block;
  margin: 0;
 
 /* height: 1em; */


  text-decoration: none;  
  font-variant:small-caps;
  font-weight:normal;
  font-size: 100%;

  
  }
#nav2 a:link, #nav a:visited {
 /* background-color: #006600; */
  color: #000000 ;
  text-decoration: none;
 /* border-left: #908AA5 solid 2px;
  border-top: #908AA5 solid 2px;
  border-right: #2C263D solid 2px;
  border-bottom: #2C263D solid 2px;*/
  }
#nav2 a:hover, #nav a:active {
/*  background-color: #006600; */
  color: #FFFFFF ;
  text-decoration: none;
 /* border-left: #EBF3E7 solid 2px;
  border-top: #EBF3E7 solid 2px;
  border-right: #777E74 solid 2px;
  border-bottom: #777E74 solid 2px;*/
  }
/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  background-color: #006600;
  color: #000000;
 /* border-left: #5B6058 solid 2px;
  border-top: #5B6058 solid 2px;
  border-right: #B1B7AE solid 2px;
  border-bottom: #B1B7AE solid 2px;*/
  }
