td#banner_nav {
	text-align: right;
	vertical-align: bottom;
	padding-right: 28px;
	color: #49176d; /* Colors all non-anchor items the same color as the anchor items */
	font-weight: bold;
}

td#banner_nav a {
	padding: 0 0.5em;
	text-decoration: none;
	color: #49176d; /* Purple */
}

td#banner_nav a.first {
	padding-left: 0;	
}

td#banner_nav a.last {
	padding-right: 0;	
}

td#banner_nav a:hover {
	color: #bb8d0a;	
}


td#left_nav {
	color: #bb8d0a; /* Colors all non-anchor items the same color as the anchor items */
	font-size: 14px;
	font-weight: bold;
}

td#left_nav a {
	padding: 0 0.5em;
	text-decoration: none;
	color: #bb8d0a; /* Gold */
}

td#left_nav a:hover {
	color: #49176d; /* Purple */
}


#footer table td#footer_nav {
	text-align: center;
}

#footer table td#footer_nav a {
	padding: 0 0.5em;
	text-decoration: none;
}

#footer table td#footer_nav a:hover {
	color: #FFF;
}

