﻿html {
	background-color: #DFDCD9;
}

body {
	background-color: #DFDCD9;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#MainWrapper {
	width: 960px;
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
}

#HeaderWrapper {
	background-color: #224408;
	background: url("../newsite/images/header-bg.jpg") no-repeat;
	height: 140px;
}
#HeaderWrapper p {
	display: none;
}
#HeaderWrapper h1 {
	display: none;
}
#HeaderMenu {
	padding: 118px 0 0 50px;
}
#HeaderMenu ul li {
	float: left;
}
#HeaderMenu ul li a {
	font-size: 1.4em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 18px 7px 17px;
	background: url("../newsite/images/seperator.gif") right no-repeat;
}
#HeaderMenu ul li a.last {
	background: transparent;
}
#HeaderMenu ul li a:hover {
	text-decoration: underline;
}


#TextWrapper {
	background-color: #FFFFFF;
	overflow: auto;
	margin-bottom: 30px;
}
#GenericTextWrapper {
	background: #FFFFFF url("../newsite/images/background.gif") repeat-y;
	overflow: auto;
	padding-bottom: 30px;
}


#HomeContent {
	float: left;
	width: 620px;
	padding: 20px 20px 20px 10px;
	background-color: #FFFFFF;
}
#HomeContent h2 {
	font-family: Georgia;
	color: #234508;
	font-size: 2.4em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 18px 0 14px 0;
}
#HomeContent p {
	font-family: Arial;
	font-size: 1.6em;
	line-height: 1.2em;
}
#HomeKeyLinks {
	float: left;
	width: 300px;
	padding: 20px 10px 0 0;
	background-color: #FFFFFF;
}
.HomeKeyLink {
	height: 78px;
	font-family: Arial;
	color: #FFFFFF;
	padding: 12px 0 0 9px;
	margin-bottom: 20px;
}
.HomeKeyLink h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 6px;
}
.HomeKeyLink p {
	width: 140px;
	font-size: 1.2em;
	line-height: 1.2em;
}
.HomeKeyLink p img {
	vertical-align: middle;
}
.HomeKeyLink p a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.HomeKeyLink p a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.HomeKeyLink p a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.HomeKeyLink p a:hover {
	text-decoration: underline;
}

#HomeKeyLink1 {
	background: url("../newsite/images/keylink1.jpg") no-repeat;
}
#HomeKeyLink2 {
	background: url("../newsite/images/keylink2.jpg") no-repeat;
}
#HomeKeyLink3 {
	background: url("../newsite/images/keylink3.jpg") no-repeat;
}
#HomeKeyLink4 {
	background: url("../newsite/images/keylink4.jpg") no-repeat;
}



#MenuWrapper {
	float: left;
	width: 160px;
	background-color: #6DB027;
	padding-top: 30px;
	
}
#MenuWrapper > ul {
	border-top: 1px #FFFFFF solid;
	overflow: hidden;
}
#MenuWrapper li {
	float: left;
}
#MenuWrapper li li {
	background-color: #457714;
}
#MenuWrapper a:visited {
	display: block;
	border-bottom: 1px #FFFFFF solid;
	width: 160px;
	font-size: 1.4em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 0 8px 10px;	
}
#MenuWrapper a:active {
	display: block;
	border-bottom: 1px #FFFFFF solid;
	width: 160px;
	font-size: 1.4em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 0 8px 10px;	
}
#MenuWrapper a:link {
	display: block;
	border-bottom: 1px #FFFFFF solid;
	width: 160px;
	font-size: 1.4em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 0 8px 10px;	
}
#MenuWrapper a:hover {
	text-decoration: underline;
}
#MenuWrapper li li a {
	padding-left: 20px !important;
	width: 140px !important;	
}

#PageContent {
	float: left;
	width: 520px;
	padding: 35px 20px 0 20px;
	text-align: left;
}
#PageContent h2 {
	font-family: Georgia;
	font-size: 2.4em;
	font-weight: normal;
	color: #234508;
	margin-bottom: 10px;
}
#PageContent h3 {
	font-size: 1.6em;
	margin-bottom: 8px;
	color: #234508;
}
#PageContent p {
	font-size: medium;
	line-height: 1.2em;
	margin-bottom: 12px;
}
#PageContent b {
	font-weight: bold;
}
#PageContent a:visited {
	color: #3F7583;
	text-decoration: none;
}
#PageContent a:active {
	color: #3F7583;
	text-decoration: none;
}
#PageContent a:link {
	color: #3F7583;
	text-decoration: none;
}
#PageContent a:hover {
	text-decoration: underline;
}
#PageContent ul {
	margin: 0 0 12px 16px;
}
#PageContent li {
	background: url("../newsite/images/bullet-white.gif") top left no-repeat;
	padding: 0 0 8px 20px;
	font-size: 1.3em;
	line-height: 1.2em;
}
#PageContent ul ul {
	margin: 8px 0 0 0;
}
#PageContent li li {
	background: url("../newsite/images/bullet-cross.gif") top left no-repeat;
	padding: 0 0 8px 20px;
	font-size: 1em;
}

#PageContent table {
	font-family: arial,sans-serif;
	font-size: 1.3em;
	color: #000000;
	border-width: 1px;
	border-color: #234508;
	border-collapse: collapse;
	margin: 10px 0 10px 0;
}
#PageContent table th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #234508;
	background-color: #6DB027;
	color: #ffffff;
}
#PageContent table td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #234508;
	background-color: #ffffff;
}
#PageContent table p {
	font-size: medium;
}

.imageContainer {
	float: right;
	margin: 0 20px 16px 16px;
}
.imageContainer img {
	display: block;
}
.imageContainer p {
	background-color: #E2EAED;
	color: #464340;
	font-size: 1.1em !important;
	padding: 8px;
}

#CoreLinkWrapper {
	margin-top: 30px;
	overflow: auto;
}
.coreLinkDarkLeft {
	float: left;
	width: 240px;
	height: 26px;
	padding: 16px 10px 10px 10px;
}
.coreLinkPaleLeft {
	float: left;
	width: 240px;
	height: 26px;
	padding: 16px 10px 10px 10px;
}
.coreLinkDark {
	float: left;
	width: 240px;
	height: 26px;
	padding: 16px 10px 10px 10px;
}
.coreLinkPale {
	float: left;
	width: 240px;
	height: 26px;
	padding: 16px 10px 10px 10px;
}
.coreLinkDarkLeft {
	width: 239px;
	border-right: 1px #c8dce1 solid;
}
.coreLinkPaleLeft {
	width: 239px;
	border-right: 1px #c8dce1 solid;
}
.coreLinkDark {
	background: url("../newsite/images/core-link-bg.gif") repeat
}
.coreLinkDarkLeft {
	background: url("../newsite/images/core-link-bg.gif") repeat
}
.coreLinkDarkLeft a:visited {
	font-size: 1.8em;
	color: #3f7583;
	text-decoration: none;
	font-weight: bold;
}
.coreLinkDarkLeft a:active {
	font-size: 1.8em;
	color: #3f7583;
	text-decoration: none;
	font-weight: bold;
}
.coreLinkDarkLeft a:link {
	font-size: 1.8em;
	color: #3f7583;
	text-decoration: none;
	font-weight: bold;
}
.coreLinkPaleLeft a:visited {
	font-size: 1.8em;
	color: #3f7583;
	text-decoration: none;
	font-weight: bold;
}
.coreLinkPaleLeft a:active {
	font-size: 1.8em;
	color: #3f7583;
	text-decoration: none;
	font-weight: bold;
}
.coreLinkPaleLeft a:link {
	font-size: 1.8em;
	color: #3f7583;
	text-decoration: none;
	font-weight: bold;
}
.coreLinkDark a:visited {
	font-size: 1.8em;
	color: #3f7583;
	text-decoration: none;
	font-weight: bold;
}
.coreLinkDark a:active {
	font-size: 1.8em;
	color: #3f7583;
	text-decoration: none;
	font-weight: bold;
}
.coreLinkDark a:link {
	font-size: 1.8em;
	color: #3f7583;
	text-decoration: none;
	font-weight: bold;
}
.coreLinkPale a:visited {
	font-size: 1.8em;
	color: #3f7583;
	text-decoration: none;
	font-weight: bold;
}
.coreLinkPale a:active {
	font-size: 1.8em;
	color: #3f7583;
	text-decoration: none;
	font-weight: bold;
}
.coreLinkPale a:link {
	font-size: 1.8em;
	color: #3f7583;
	text-decoration: none;
	font-weight: bold;
}
.coreLinkDarkLeft a:hover {
	text-decoration: underline;
}


.coreLinkPaleLeft a:hover {
	text-decoration: underline;
}


.coreLinkDark a:hover {
	text-decoration: underline;
}


.coreLinkPale a:hover {
	text-decoration: underline;
}


#RelatedContent {
	float: left;
	width: 240px;
	margin-top: 12px;
}
#RelatedContent h3 {
	margin: 25px 8px 0 8px;
	font-size: 1.6em;
	color: #234508;
	padding: 0 0 6px 9px;
	border-bottom: 1px #DFDCD9 solid;
}
#RelatedContent ul {
	margin: 10px 0 0 16px;
}
#RelatedContent li {
	font-size: 1.2em;
	line-height: 1.1em;
	background: url("../newsite/images/bullet-white.gif") top left no-repeat;
	padding: 0 10px 15px 20px;
}
#RelatedContent a:visited {
	color: #3F7583;
	text-decoration: none;
}
#RelatedContent a:active {
	color: #3F7583;
	text-decoration: none;
}
#RelatedContent a:link {
	color: #3F7583;
	text-decoration: none;
}
#RelatedContent a:hover {
	text-decoration: underline;
}
#RelatedContent p {
	font-size: 1.2em;
	padding: 8px 10px 2px 16px
}

#FooterWrapper {
	background-color: #6CB027;
	text-align: right;
	padding: 4px 10px 4px 0;
	font-size: 1.2em;
	color: #FFFFFF;
}
