/* CSS Document */
/*
	author: Wayne Weibel
	created: Monday, August 18, 2008
	
styling for common elements through out Orientation and Training Section
*/
.navigation a {
	background-color:#00FFFF;
}

.navigation a:hover {
	background-color: #00d7d9;/*specify color for this page*/
}
