#instructions {
	color: #5C4B3A;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#left {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: white;
}

#right {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: white;
}

#middle { 
	font: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: white;
}
#footer {
	font: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: white;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#credit {
	font: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: black;
	text-align: right;
	padding: 10px 10px 10px 0px;
}

.navHeader {
	font-family: Helvetica;
	font-size: 1.4em;
	font-weight: bold;
	color: white;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: white;
	line-height: 2.2em;
}

#left .navHeader {
	padding-left: 40px;
}

.navSubHeader {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: white;	
}

#right .navHeader {
	padding-right: 40px;
}

#middle .navHeader {
	text-align: center;
}

#navList {
	margin-top: -10px;
}

#navList a:link	{ color: #FFFFFF; text-decoration: none }
#navList a:visited	{ color: #A9A599; text-decoration: none }
#navList a:active	{ color: #A9A599; text-decoration: none }
#navList a:hover	{ color: #FF2025; text-decoration: none }

a:link		{ color: #FFFFFF; text-decoration: underline }
a:visited	{ color: #FF2025; text-decoration: underline }
a:active	{ color: #FF2025; text-decoration: underline }
a:hover		{ color: #FF2025; text-decoration: none }	
