@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #746a3d;
}

.thrColAbsHdr #container {
	position: relative;
	width: 800px;
	height: 100%;
	text-align: left;
	background-color: #f4ffe4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.float_left {
	float: left;
	width: 280px;
	position: relative;
}
.thrColAbsHdr #container #mainContent .float_clearing {
	clear: both;
}
.float_right {
	float: right;
	width: 280px;
	position: relative;
}
.underline {
	text-decoration: underline;
}
.thrColAbsHdr #container #mainContent table {
	font-size: 0.9em;
}

.thrColAbsHdr #container p {
	margin-top: 0px;
}

.thrColAbsHdr #header {
	position: relative;
	height: 160px;
}

.thrColAbsHdr #mainMiddle {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #f4ffe4;
}

.thrColAbsHdr #navi {
	position: relative;
	float: left;
	width: 181px;
	height: 100%;
	padding-left: 10px;
	padding-right: 20px;
	background-color: #5c743d;
	color: #d5edb3;
}

.thrColAbsHdr #navi a:link {
	color: #d5edb3;
	text-decoration: none;
}
.thrColAbsHdr #navi a:visited {
	color: #d5edb3;
	text-decoration: none;
}
.thrColAbsHdr #navi a:hover {
	color: #99CC66;
	text-decoration: none;
}
.thrColAbsHdr #navi a:active {
	color: #d5edb3;
	text-decoration: none;
}
.thrColAbsHdr #contact {
	font-size: 0.85em;
}
.ContactTitles {
	color: #99CC66;
}
.thrColAbsHdr #mainContent {
	position: relative;
	float: left;
	width: 569px;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f4ffe4;
}

.thrColAbsHdr #mainContent h1 {
	margin-top: 0px;
	color: #74693D;
	margin-bottom: 0px;
}
.thrColAbsHdr #mainContent h2 {
	color: #74693D;
	margin-bottom: 0px;
	margin-top: 0px;
}
.thrColAbsHdr #mainContent h3 {
	color: #74693D;
	margin-bottom: 0px;
	margin-top: 0px;
}

.thrColAbsHdr #smallContent {
	position: relative;
	float: right;
	width: 120px;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background: #f4ffe4;
}
.thrColAbsHdr #smallContent h3 {
	color: #74693D;
	margin-top: 0px;
	margin-bottom: 0px;
}

.thrColAbsHdr #footer {
	height: 90px;
	position: relative;
	background-image: url(/gfx/footer.jpg);
	text-align: center;
	background-repeat: no-repeat;
	background-color: #D5EDB3;
} 
.thrColAbsHdr #footer p {
	margin: 0;
	font-size: 0.8em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColAbsHdr #footer a {
	font-size: 1em;
	color: #746A3D;
	font-weight: bold;
	text-decoration: none;
}
.thrColAbsHdr #footer a:hover {
	text-decoration: underline;
}

.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;
}
.textBigBold {
	font-size: 1em;
	font-weight: bold;
	color: #74693D;
}
.textSmall {
	font-size: 0.8em;
}
.textBiggerBold {
	font-size: 1.3em;
	font-weight: bolder;
	color: #74693D;
}
.BigGreen {
	color: #8ECC00;
	font-size: 1.4em;
	font-weight: bolder;
}
.BigBlue {
	color: #7DADDF;
	font-size: 1.4em;
	font-weight: bolder;
}
h1, h2, h3, h4, h5, h6 {
	color: #74693D;
	display: inline;
}
.thrColAbsHdr #container #mainContent img {
	border: 1px solid #74693D;
}
.float_left_small {
	float: left;
	width: 110px;
	position: relative;
	text-align: center;
	padding: 0px;
}
.float_spacer {
	float: left;
	width: 60px;
	position: relative;
	text-align: center;
	padding: 0px;
	background-image: url(../gfx/spacer6010.jpg);
	background-color: #f4ffe4;
	background-repeat: repeat;
	height: 10px;
}
