﻿.NavLinks{
	background-image:url('assets/optimizedimages/headphotob.gif');
	background-repeat:no-repeat;
	background-color:navy;
	width:502px;
	height:109px;
	vertical-align: bottom;
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:11pt;
}
.NavLinks a:visited{
	color:white;
	text-decoration:none;
}
.NavLinks a{
	color:white;
	text-decoration:none;
}
.NavLinks a:hover{
	color:white;
	text-decoration:underline;
}
.LeftNav{
	font-size:10pt;
	font-weight:bold;
	padding:8px;
	text-align:left;
}
.LeftNav a:visited{
	text-decoration:none;
	color:navy;
}
.LeftNav a{
	text-decoration:none;
	color:navy;
}
.LeftNav a:hover{
	text-decoration:underline;
	color:blue;
}


