BODY	{
	font-family: Arial, sans-serif;
	background-color: #9C7BBD;
	color: 	#51150B;
	}

/* previous color:  50170C */	
	
HR {
	color: #51150B;
	}
	

H1, H2, H3, H4, H5, H6 	{
  	font-family: Arial, sans-serif;
  	clear: both;
	}

	
A:link 	{
	color: #3333CC;
	background: transparent;
	text-decoration: underline;
	}
	
A:visited {
	color: #990099;
	background: transparent;
	text-decoration: underline;
	}
	
A:active {
	color: #CC00CC;
	background: transparent;
	text-decoration: underline;
	}
				
A:hover {
	color: #0000FF;
	background: transparent;
	text-decoration: underline;
	}

.top	{
	background-color: #006600;
	color: white;
	}

.left 	{
  	background-color: #006600;
	}

.navbutton {
	background-color: #009900;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #000000;
	border-top-color: #33CC33;
	border-left-color: #33CC33;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-width: thin;
	border-style: outset;
	}

.navbutton A:link {
	text-decoration: none;
	color: white;
	background: transparent;
	font-weight: bold;
	}

.navbutton A:visited {
	text-decoration: none;
	color: #99CC99;
	background: transparent;
	font-weight: bold;
	}
	
.navbutton A:hover {
	color: #F5DEB3;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
	}
	
.navbutton A:active {
	color: #F5DEB3;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
	}
	
	
/* other possible navbutton hover colors:  FFCC99 */



.content {
	background-color: #F5DEB3;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	}
	

.table {
	font-size: smaller;
	vertical-align: top;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	}


.contrastrow {
	background-color: #E4CDA2;
	}


.box {
	border-width: medium;
	border-style: outset;
	padding: 10px;
	border-top-color: #FFEFC4;
	border-left-color: #FFEFC4;
	border-right-color: #E4CDA2;
	border-bottom-color: #E4CDA2;
	}



/* Location Bar */
.locbar {
  font-size: smaller;
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  background-color: #006666;
  padding: 2px;
  color: white;
}

.locbar A:link, .locbar A {
  color: white;
  font-weight: bolder;
  text-decoration: none;
}


.locbar A:visited {
  color: white;
  font-weight: bolder;
  text-decoration: none;
}

/* Top Bar */

.topbar {
  background-color: #006666;
  color: white;
}

.newsbox {
  padding: 3px;
  background-color: #CCDDDD;
}







.navhere {
  background-color: #CCDDDD;
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 2px;
  color: white;
  border-bottom-color: #99CCCC;
  border-right-color: #99CCCC;
  border-left-color: #EEFFFF;
  border-top-color: #EEFFFF;
  border-width: thin;
  border-style: inset;
}

.navhere A:link {
  text-decoration: none;
  color: #333333;
}

.navhere A:visited {
  text-decoration: none;
  color: #333333;
}




.info {
  border: 5px solid #CCDDDD;
  padding: 3px;
  }

