@charset "UTF-8";
/* CSS Document */

/* base font rule is 12/18, zero at the top and 18 below */

body, td, th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #dfe2d4;
}
a:link {
	color: #dfe2d4;
	text-decoration: none;
}
a:visited {
	color: #dfe2d4;
	text-decoration: none;
}
a:hover {
	color: #dfe2d4;
	text-decoration: underline;
}
a:active {
	color: #dfe2d4;
	text-decoration: none;
}

/* subnavigation */
.sNav {
	color: #000000;
	text-decoration: none;
	padding: 1px 5px;
	text-align: center;
}
.sNav a:link {
	color: #000000;
	text-decoration: none;
	padding: 1px 5px;
}
.sNav a:visited {
	color: #000000;
	text-decoration: none;
	padding: 1px 5px;
}
.sNav a:hover {
	color: #000000;
	text-decoration: none;
	padding: 1px 5px;
	border-top: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.sNav a:active {
	color: #000000;
	text-decoration: none;
	padding: 1px 5px;
}

h1 {
	font-size: 26px;
	line-height: 30px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal !important;
	margin: 0 0 24px 0;
}

h2 {
	font-size: 21px;
	color: #514f26;
	font-style: italic;
	font-weight: normal !important;
	margin: 18px 0;
}

h4 { /* used in the sidebar */
	font-size: 21px;
	color: #666666;
	font-style: italic;
	font-weight: normal !important;
	margin: 18px 0;
}

.largeText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #666666;
}


hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
 	height: 1px;
	border: none;
	border-top: 1px #dddfd2 solid;
}

.homeBullets {
	color: #FFFFFF
}
.homeCallout {
	font-size: 17px;
	color: #dfe2d4;
	line-height: 29px;
}


/* set and force the p height */
p {
	margin: 0 0 18px 0;
}

/* special rules for the side nugget - home is different than the inside pages */
.hrSidebar {
 	height: 1px;
	border: none;
	border-top: 1px #514f26 solid;
	width: 198px;
	margin: 10px 0px;
}

h3 { /* green nugget headline */
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal !important;
	margin: 12px 12px 0 12px;
}

.nuggetText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #dddfd2;
	margin: 0 12px;
}
.nuggetText a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nuggetText a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nuggetText a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.nuggetText a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* footer */
.footerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #a7ab8f;
	margin: 10px;
}
.footerText a:link {
	color: #a7ab8f;
	text-decoration: none;
}
.footerText a:visited {
	color: #a7ab8f;
	text-decoration: none;
}
.footerText a:hover {
	color: #a7ab8f;
	text-decoration: underline;
}
.footerText a:active {
	color: #a7ab8f;
	text-decoration: none;
}
