BODY {
	/*this is shorthand and declares the background color and calls the image */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000088;
	border-top-width : 0px;
	margin : 5px;
}
.navbox {/*some button-like boxes for the left-side navigation*/
  font-size: 10px;
  line-height: 9px;
  font-weight: 500;
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  background-color:#F5F5F5; 
  color : #000088;
  border-color: #999999;
	border-width: 0 1px 1px 0;
	border-style: solid;
  width: 125px;
  padding: 2px;
  margin: 2px 1px;
}

.navbox2 {
	/*some button-like boxes for the left-side navigation*/
	font-size: 10px;
	line-height: 10px;
	font-weight: 100;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background-color:#F5F5F5;
	color : #000088;
	border-color: #999999;
	border-width: 0 1px 1px 0;
	border-style: solid;
	width: 112px;
	padding: 0px 2px;
	margin: 1px;
	margin-left: 14px;
}


P, OL, UL, DL, P OL, P UL, P DL, OL UL, OL OL {font-size: 0.8em;}/*font-family is already defined, here I only set the font-size*/
H1, H2, H3, H4, H5, H6 {font-family : Georgia, "MS Serif", "New York", serif;
  text-shadow: #B0C4DE 2px 2px 1px;
  margin-bottom: 4px;}

.tagline {
  font-weight: bolder; 
  font-size: 12px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #708090; 
  letter-spacing: 2px; 
  background: transparent; 
  margin: -5px auto 0px auto;
  white-space: nowrap;
  }
        
.six {
	font-size: 10px;
	color: #660066;
	background: transparent;
	line-height : 13px;
}
A:link {
	color: #0000ff;
	text-decoration : none;
}/*normal links in the text*/
A:visited {
	color: #C71585;
	text-decoration : none;
}
A:hover { color: Navy; text-decoration : underline; background: #EBF5FA;}
A:active {color: #FF0000; text-decoration : none;}

/*now follow the section links in the navigation bar on the left side*/        
A.nav {
  color : #006699;
  text-decoration : none; 
  background: transparent; 
  display: block; 
  width: 125px;  
  }
A.nav:visited {color: #C71585; 
  text-decoration : none;
  background: transparent;
  display: block; 
  width: 125px;  
  }
A.nav:hover { color: Navy; 
  text-decoration : none; 
  background: #D9EFFD;
  display: block; 
  width: 125px;
  }
A.navtot {color: #000000; 
  text-decoration: none; 
  FONT-WEIGHT: 600;
  background: transparent; 
  display: block; 
  width: 125px; 
  }/*the actual page*/

/*here is the sub-navigation*/

A.nav2 {
  color : #006699;
  text-decoration : none; 
  background: transparent; 
  display: block; 
  width: 112px;  
  }
A.nav2:visited {color: #C71585; 
  text-decoration : none;
  background: transparent;
  display: block; 
  width: 112px;  
  }
A.nav2:hover { color: navy; 
  text-decoration : none; 
  background: #EBF5FA;
  display: block; 
  width: 112px;
  }
A.navtot2 {color: #000000; 
  text-decoration: none; 
  FONT-WEIGHT: 600;
  background: transparent; 
  display: block; 
  width: 112px; 
  }/*the actual page*/

small {
	font-size: 9px;
	background-color : transparent;
}

