#backToManager {
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
}
#backToManager a:link, #backToManager a:visited {
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
}
#backToManager a:hover, #backToManager a:active {
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
#message {
	background: #FFFF99;
	margin: 0px;
	padding: 20px;
	border: 2px solid #FFCC00;
	text-align: center;
}
#hasMenu {
	display: block; /* Set to none to hide menu and banner copy */
}
#topNav {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #0000CC;
	text-align: right;
	margin: 4px auto;
	padding: 0px;
	width: 770px;
	display: block;
}
#topNav a:link, #topNav a:visited {
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
}
#topNav a:hover, #topNav a:active {
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
#mainNav a.current {
	font-weight: bold;
	color: #f7931f;
	background-color: #efefef;
	display: block;
	line-height: 40px;
	height: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
