/*----------------------------------------------
	contains any styling that is set for each individual site 
----------------------------------------------*/
#nav li a:hover {
	color: #5F6572;
}
h1, h2, h3 {
	color: #949DB2;
}
a {
	color: #949DB2;
}
a:hover {
	color: #D4E2FF;
}
.refer-link a:hover {
	color: #5F6572;
}
#leftbar img {
	border-color: #949DB2;
}