@charset "utf-8";
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	background-color: #3C5B28;
	color: #ECF4E8;
	text-decoration: none;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #131E0D;
	border-left-color: #5A883C;
	border-top-color: #6BA347;
	border-right-color: #2E451F;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	background-color: #BCD9AE;
	color: #000000;
	border-top-color: #CEE2C7;
	border-right-color: #9DC789;
	border-bottom-color: #89B96F;
	border-left-color: #BEDCAF;
}
.twoColFixRtHdr #container #mainContent h1 {
	margin-top: 2px;
}
