.navlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	color: #FFFFFF; 
	text-decoration: none
}
  
.navlinks {  }

.viewedlinks {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	color: #999999; 
	text-decoration: none
}

.activelinks {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	color: #993333; 
	text-decoration: none
}

/* a {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	color: #FFFFFF; 
	text-decoration: none
}*/
.maroon {
	background-color: #990000;
}
.footer {
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-position: center center;
	text-decoration:none;
}
.footer a {
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-position: center center;
	text-decoration:none;
}
.nuggethead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	/*background-color: #336699; dark blue */
	background-color: #503020; /*dark brown*/
	text-align: left;
}
.nuggethead a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	/*background-color: #336699; dark blue */
	background-color: #503020; /*dark brown*/
	text-align: left;
}
.nuggethead a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	/*color: #6095CA; /*light blue*/
	color: #A09060; /*light brown*/
	text-decoration: none;
	/*background-color: #336699; dark blue */
	background-color: #50320; /*dark brown*/
}
.nugget {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 8px;
	/*background-color: #6095CA; /*light blue*/
	background-color:#A09060; /*light brown*/
}
.nugget a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 8px;
	/*background-color: #6095CA; /*light blue*/
	background-color:#A09060; /*light brown*/
}
.nugget a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	/*color: #336699; /*dark blue*/
	color: #503020; /*dark brown*/
}
.nugget2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 15px;
	/*background-color: #6095CA; /*light blue*/
	background-color:#A09060; /*light brown*/
}
.nugget2 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 15px;
	/*color: #336699; /*dark blue*/
	color: #503020; /*dark brown*/
}
.humming {
	background-attachment: scroll;
	background-image: url(../images/hummingbird_background.jpg);
	background-repeat: repeat;
	background-position: left top;
}