a.nav{
	text-decoration: none;
	color: black;
	font-family: Times;
	font-size: 15px;
	
}

a.nav:hover{
	color: white;
}

a.email{
	text-decoration: none;
	color: white;
}

a.email:hover{
	color: #CCCCCC;
}

.button {
	border: 1px solid #A6A1BF;
	background-color: #A6A1BF;
	color: #3E3C49;
	font-weight: bold;
	font-family: Times;
	font-size: 14px;
}

.copy{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9px;
}

.footer{
	font-family: Times;
	font-size: 14px;
	color: #FFFFFF;
}

.top{
	border-top: solid 1px #2C6201;
	background-image:url('images/nav.jpg');
	background-repeat: no-repeat;
}