/* CSS Document */

table.generalNav {
/* when this was set at absolute, it would float, but the footer would ignore it, so the footer would lie under the nav bar */
	position:relative;
	margin:0;
	background-color: #ccf;
	font-size: 80%;
	width:140px;
	margin-bottom:20px;
	text-align: center;
}
table.generalNav td, th {
	display: block;
	padding:3px;
	border-bottom: 2px solid #000033;
}
table.generalNav td:hover {
	display: block;
	background-color: #ccf;
}
table.generalNav td.light, td.light a {
	display: block;
	color:white;
}
table.generalNav td.head {
	color:#003;
	font-size:1.5em;
	font-weight: bold;
	vertical-align: middle;
	padding:5px;
}

/* LINKS */
table.generalNav a, a:visited  {
	text-decoration: none;
	display: inline;
}
table.generalNav a:hover {  
	color: #f0f;
	text-decoration: none;
	}

table.generalNav a.white {
	text-color:white;
	text-decoration: none;
	display: inline;
}
table.generalNav a.white a:visited {
	text-color:white;
	text-decoration: none;
}	
table.generalNav img {
	margin: 3px 0px 3px 0px;
}

.bigWide {
	font-size: 1.25em;
	letter-spacing: 10%;
	font-weight: bold;
}
