a:link {  color: #FFFFFF; text-decoration: none}
a:visited {  color: #666666; text-decoration: none}
a:hover {  color: #3366FF; text-decoration: none ! important }
.title {  font-family: Arial, Helvetica, sans-serif; font-size: 21px; font-weight: bolder; font-variant: normal; color: #FFFFFF; font-style: normal; text-transform: none; text-decoration: none; letter-spacing: 1pt}
.intro {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 15px; color: #CCCCCC; text-align: justify; vertical-align: baseline}
.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color: #999999; text-align: justify}
.credits {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; color: #999999}
.piccap {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; line-height: 11px; font-weight: bold; color: #999999}
.locns {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 21px; color: #9999CC; text-decoration: none; font-weight: bold}
.assocs {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 15px; color: #999999}
/*styles for the nav menu - remove padding, margin and bullets*/
	
#navbar2 {
	width: 600px;
	border: 0;
	padding: 0;
	margin-bottom: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
	
#navbar2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
/*float each list element inline*/

#navbar2 li {
	float: left;
	display: inline;
	}
	
/*style links in the nav list*/

#navbar2 a {
	display: block;
	margin: 0;
	height: 1em;
	padding: 2px 0 3px 22px;
	border: 0;
	width: 126px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 70%;
	}
	
#navbar2 a:link, #navbar2 a:visited {
	background-color: #3366FF;
	color: #FFFFFF;
	}
	
#navbar2 a:hover, #navbar2 a:active {
	background-color: #000000;
	color: #3366FF;
	}
	
/*special style for link to identify current page*/

	#thispage a:link, #thispage a:visited,
	#thispage a:hover, #thispage a:active {
	background-color: #FFFFFF;
	color: #000000;
	}