body {
	margin: 0px;
	padding: 0px;
	background-color: #185305;
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	background-color: #185305;
	background-image: url(../images/green-header-bg.jpg);
	background-repeat: repeat-x;
}
.hd-date-wrap {
	min-width: 207px;
}
.hd-date {
	width: 207px;
	background-image: url(../images/date-bg.jpg);
	background-color: #d4cda4;
	background-repeat: repeat-x;
	font-size: 10px;
	color: #49382a;
	font-weight: bold;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b4ac7e;
	border-right-color: #618d04;
	border-bottom-color: #b4ac7e;
	border-left-color: #b4ac7e;
}
.searchBox {
	background-color: #e9e6d1;
	padding: 10px;
	font-size: 11px;
}
.menu-wrap {
	margin: 0;
	padding: 0;
	width: auto;
	min-width: 325px;
	position: relative;
	z-index: 2;
	background-image: url(../images/brown-mainNav-bg.jpg) repeat-x;
}
.mainNav {
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/green-mainNav-bg.jpg);
	background-repeat: repeat-x;
}
.mainNav a:link, .mainNav a:visited, .mainNav a:active {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #005826;
	display: block;
	white-space: nowrap;
	float: left;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #618d04;
	border-right-color: #618d04;
	border-bottom-color: #618d04;
	border-left-color: #618d04;
}
.mainNav a:hover {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	float: left;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #c85b00;
	border-right-color: #c85b00;
	border-bottom-color: #c85b00;
	border-left-color: #c85b00;
	background-color: #ff7400;
}
.subNav {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.subNav p {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #005826;
	margin: 0px;
	height: 23px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.subNav ul {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	list-style-type: none;
}
.subNav ul li {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
}

.subNav    ul    li a:link,   .subNav    ul   li a:visited,   .subNav   ul  li a:active {
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding-right: 10px;
	padding-left: 25px;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	margin: 0px;
	font-size: 11px;
	background-image: url(../images/green-dot.gif);
	background-repeat: no-repeat;
	background-position: 12px 8px;
}
.subNav  ul  li a:hover {
	text-decoration: none;
	background-color: #dcecc4;
	display: block;
	padding-right: 10px;
	padding-left: 25px;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	line-height: 14px;
	margin: 0px;
	font-size: 11px;
	background-image: none;
}
.sideBox {
	background-color: #f2f9e8;
	background-image: url(../images/green-sideBox-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.footer {
	font-size: 10px;
	color: #000000;
	background-color: #d3ebb2;
}
.copyright  {
	font-size: 10px;
	color: #000000;
	background-color: #c1e297;
}
.txt-grey-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.txt-red-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0000;
}
