@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(/_gfx_/tmplt/green/bckgrnd.gif);
	background-color: #CCCFBC;
	padding: 20px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #555942;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #555942;
	font-weight: normal;
	letter-spacing: 2px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #555942;
	font-weight: normal;
}

hr {
	border: 1px dashed #9B9F7B;

}


.outerBox {
	background-color: #808761;
	border: 1px solid #555942;
	padding: 8px;
	
}
.mainBoxBorder {
	border: 1px solid #555942;
}

.mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #555942;
	background-color: #E6E8DD;
	padding-top: 24px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #555942;
}

.leftColumn {
	background-color: #555943;

}


a {
	color: #555942;
	text-decoration: underline;
}

a:hover {
	color: #663300;
	text-decoration: underline;
}


.footerNav {
	font-family: "trebuchet ms", georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #A4A982;
	font-weight: bold;
	letter-spacing: 1px;
}

a.footerNav {
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	color: #DFDFC9;
}

a.footerNav:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.copyright {
	font-size: 12px;
	color: #C3C8AB;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

a.copyright {
	text-decoration: none;

}

a.copyright:hover {
	color: #FFFFFF;
	text-decoration: none;

}




.emailLink {
	color: #C3C8AB;
	text-decoration: none;
}

a.emailLink:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.chartHeaderRow {
	font-size: 14px;
	font-weight: bold;
	color: #555943;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

.chartContents {
	padding-left: 15px;
	font-size: 13px;
	color: #555943;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

.popUp {
	background-color: #e6e8dd;
	border: 1px solid #595E40;
	padding: 15px;
	width: 375px;
}
 
.popUpFooter {
	color: #9B9F7B;

}