@charset "utf-8";
body {
	background-color: #DDDBAC;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.hr {
	text-align: center;
	width: 80%;
}

.picGallery {
	border-width: 0;
	text-align: center;
}

.picLeft {
	float: left;
	padding-right: 10px;
	border-width: 0;
}
.picRight {
	float: right;
	padding-right: 10px;
	border-width: 0;
	padding-left: 10px;
}

.txtFooterText {
	font-family: Calibri;
	font-size: 10px;
	color: #993300;
	text-decoration: none;
	padding-left: 25px;
}
.txtInetLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	color: #000000;
}

.txtMainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	text-align: justify;
	padding-right: 10px;
}
.txtNavagation {
	font-family: Calibri;
	color: #939B4E;
	font-size: 18px;
	border-color: #993300;
	border-width: 1;
	border: none;
	text-decoration: none;
	font-weight: bold;
}

.txtPageHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
}
.txtPageSubHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #DDDBAC;
	font-style: italic;
}
.txtProjectsLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	color: #000000;
	text-align: center;
	width: 125px;
}
.txtRegistered {
	font-size: 12px;
	vertical-align: text-top;
}
.txtSectionHeader {
	font-family: Calibri;
	font-size: 22px;
	font-style: italic;
	color: #993300;
	font-weight: bold;
}
.txtSectionHeaderLeft {
	font-family: Calibri;
	font-size: 22px;
	font-style: italic;
	color: #993300;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
.txtSectionHeaderRight {
	font-family: Calibri;
	font-size: 22px;
	font-style: italic;
	color: #993300;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}


.txtTestimonialHeader {
	font-family: Calibri;
	font-size: 14px;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}
.txtTestimonialText {
	font-family: Calibri;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
.txtVendors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

