body {
	font-size: 62.5%;
}
/* menu -- standard horizontal */
.menu {
   width: 100%;
   /* height: 2.0em; */
}
.menu ul {
	margin: 0em;
}
.menu li {
	list-style-type: none;
	float: left;
}
.menu a {
   background-color: Navy;
	color: White;
	text-decoration: none;
	border-right: .15em solid White;
	padding: .3em .5em .3em .5em;
	font: normal normal 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: normal normal 1.3em Kristen ITC, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.menu a:hover {
	background-color: White;
	color: Navy;
}
/* link box structure */
.subbox  {
  width: 100%;
  background-color: White;
}
.subject  {
  background-color: Khaki;
  font: 15pt Trebuchet MS;
  text-align: Center;
  color: Navy;
  padding: 5px 0px;
}
.links a  {
  font: 10pt Verdana, Arial, Helvetica, sans-serif;
  text-decoration: None;
  color: Navy;  
}
.links a:hover  {
  text-decoration: Underline;
  color: Maroon;  
}
.links li  {
  color: Navy;
}

/* five bar */
.5bar  {
	background-color: Khaki;
}

/* colors */
.blue {
   background-color: Blue;
}
.bluejeans {
   background-color: #929dc1;
}
.bright_green {
	background-color: #00c400;
}
.light_olive  {
	background-color: #CCCC99;
}
.dark_olive  {
	background-color: #959f60;
}
.bright_orange {
	background-color: #ff6600;
}
.khaki  {
  background-color: Khaki;
}
.lightblue {
	background-color: #6699ff;
}
.navy  {
	background-color: Navy;
}
.tan  {
   background-color: #F0E68C;
}
.dull_green {
	background-color: #189b65;
}	

.dull_orange {
	background-color: #fa8d45;
}
.turquois {
	background-color: #21beb3;
}
.light_green {
	background-color: #84c146;
}
.red {
   background-color: Red;
}
.dull_red {
	background-color: #da1f3c;
}
.maroon {
   background-color: Maroon;
}
.purple {
	background-color: #a042ff;
}
.mustard {
	background-color: #e6b800;
}
.white  {
	background-color: White;	
}
.whitetype  {
	color: White;
	border-color: White;
}
.navytype {
	color: Navy;
	border-color: Navy;
}
/* positioning */


