.h-skip {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}

.h-skip:active, .h-skip:focus {
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	
	top: 0px;
	left: 0px;
	
	margin: 2px;
	padding: 5px;
	border: 1px solid #000;
	
	background: #fff;
}

ul#upper-nav {	
	list-style: none;
}

ul#upper-nav li a {
	color: #333;
	text-decoration: none;
}

ul#upper-nav li a:hover {
	color: #fff;
	background: #BD0000;
}

ul#upper-nav li.current, dl.std dt, label.strong, 
table.ta-data tfoot.total-line td {
	font-weight: bold;
}

.t-accent {
	color: #bd0000;
}

.t-secondary, dl#event-list dt, dl#event-list .event-location, div#cleanup-list th {
	color: #666;
}

/* Font sizing */
/* Size heading elements to have a good spread */
h1 { font-size: 152%; }
h2 { font-size: 136%; }
h3 { font-size: 122%; }
h4 { font-size: 114%; }
h5 { font-size: 107%; }
h6 { font-size: 100%; }

#f-contain { font-size: 77%; }
.t-sub, dl#event-list .event-location, .s-feature-pic p { font-size: 85%; }

a {	color: #000; }
a:hover {	color: #666; }

