body {
  color: #660000;
  font-family: Verdana, Geneva, Helvetica;
  font-size: 11px;
  line-height: 16px;
}

td { 
  color: #660000; 
  font-family: Verdana, Geneva, Helvetica; 
  font-size: 11px; 
  line-height: 16px; 
}

p {
  color: #660000;
  font-family: Verdana, Geneva, Helvetica;
  font-size: 11px;
  line-height: 16px;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 5px;
}

a:link {
  color: #cc0000;
  text-decoration: none;
  font-weight: bold;
}

a:active {
  color: #ff6633;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #ff6633;
  text-decoration: none;
  font-weight: bold;
} 

a:hover {
  border-bottom: 1px dotted;
  text-decoration: none;
  font-weight: bold;
  }
	
.nav {
  color: #cc0000;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

td { 
  color: #660000; 
  font-family: Verdana, Geneva, Helvetica; 
  font-size: 11px; 
  line-height: 16px; 
}

p {
  color: #660000;
  font-family: Verdana, Geneva, Helvetica;
  font-size: 11px;
  line-height: 16px;
}

#sidebar {
  background-color: #FFCFAA;
  padding: 10px;
  border: 1px dotted #ff6633;
}


/* Begin drop down styles */
/* Note, the mixed-case practice is not implemented for this drop down styles as they may affect the javascript controlling the drop downs */
#menu1Container, #menu2Container, #menu3Container, #menu4Container, #menu5Container  {
  background-color: #FFCFAA;
  overflow: visible;
  z-index: 100;
  padding: 20px 20px 20px 20px;
  }  

.MenuItem {
  float: left;
  font-size: 12px;
  font-weight: bold;
  color: #cc0000;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  }

.MenuItem:link:hover, .MenuItem:visited:hover {
  border-bottom: 1px dotted;
  }