@charset "UTF-8";
/* CSS Document */

/*NAVLINKS=============================================================================================*/

#nav { 
	font-size: 13px; 
	font-family: Trebuchet MS;
	font-weight: normal; 
	padding: 2px 5px 2px 0px;
	text-decoration: none;
}
	
#nav a{
	font-size: 13px; 
	font-family: Trebuchet MS;  
	font-weight: normal; 
	color:#742600; 
	padding: 2px 5px 2px 0px;
	text-decoration: none;
}

#nav a:hover,#nav a.current {
	font-size: 13px;
	font-family: Trebuchet MS;
	font-weight: normal;
	color: #662d91;
	text-decoration: none;
	padding: 2px 5px 2px 0px;
}

/*ONPAGE NAVLINKS=============================================================================================*/

#nav1 { 
	font-size: 11px; 
	font-family: Trebuchet MS;
	font-weight: normal; 
	padding: 2px 5px 2px 20px;
	text-decoration: none;
}
	
#nav1 a{
	font-size: 11px; 
	font-family: Trebuchet MS;  
	font-weight: normal; 
	color:#742600; 
	padding: 2px 5px 2px 0px;
	text-decoration: none;
}

#nav1 a:hover,#nav1 a.current {
	font-size: 11px;
	font-family: Trebuchet MS;
	font-weight: normal;
	color: #662d91;
	text-decoration: none;
	padding: 2px 5px 2px 0px;
}
