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

a.pathway:link  {
	color: #333;
	text-decoration: none;
	
}
.pathway {
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}
a.pathway:active  {
	text-decoration: none;
	color: #333;
}

a.pathway:visited  {
	text-decoration: none;
	color: #333;
	text-decoration: none;
}

a.pathway:hover {
	color : #999;
}
#active_pathway {
	color: #999;
}
.nav {
	color: #333;
	float: left;
	width: 1020px;
	text-align: center;
}
body {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}div {
	float: left;
	width: 1020px;
	text-align: right;
	color: #666;
}
