@charset "utf-8";
body {
	background-color: #939B4E;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}.txtNavagation {
	font-family: Calibri;
	text-decoration: none;
	color: #939B4E;
	font-size: 18px;
	border: none;
	border-color: #939b4e;
	border-width: 0;
}
.txtSubHeader2 {
	font-family: Calibri;
	font-size: 20px;
	text-decoration: underline;
}
.txtMainText {
	font-family: Calibri;
	font-size: 18px;
	text-decoration: none;
	color: #000000;
}
.txtHeader {
	font-family: "Copperplate Gothic Bold";
	font-size: 28px;
	font-weight: bold;
}
.picRight {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}
.txtSubHeader {
	font-family: Calibri;
	font-size: 22px;
}
.txtSubHeader3 {
	font-family: Calibri;
	font-size: 18px;
	text-decoration: underline;
}
.txtSubHeader1 {
	font-family: Calibri;
	font-size: 22px;
	text-decoration: underline;
}
.txtSubHeader4 {
	font-family: Calibri;
	font-size: 16px;
	text-decoration: underline;
}
.txtFooterText {
	font-family: Calibri;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.picLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.picLink {
	float: none;
	border-bottom-style: none;
	border-color: #E5D9BF;
}
.txtTextLink {
	font-family: Calibri;
	font-size: 18px;
	text-decoration: underline;
	color: #000000;
}
