@charset "UTF-8";
body  {
	font: 11px/18px Helvetica, Verdana, Arial, sans-serif;
	background: #ECF6C4; 
	padding: 0;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	letter-spacing: .03em;
}
.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 805px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	height: 919px;
} 

/*Header*/

.thrColAbsHdr #header { 
	height: 114px; 
	width: 805px;
	background: url(images/masthead.jpg) no-repeat; 
}

/*Sidebar1 and Navigation*/

.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 114px;
	left: 0;
	background: url(images/leftCol.jpg) no-repeat;
	width: 141px; 
	height: 766px;
	font: small-caps 14px/28px Georgia, "Times New Roman", Times, serif;
	letter-spacing: .17em;
}

#sidebar1 ul {
	list-style-type: none;
}

a.links:link {
	color: #2F3909;
	text-decoration: none;
}	
a.links:visited {
	color: #2F3909;
	text-decoration: none;
}
a.links:hover {
	color: #699DA2;
	text-decoration: none;
}
a.links:active {
	color: #2F3909;
	text-decoration: none;
}

/*Main Content*/


.thrColAbsHdr #mainContent {
	padding-left: 170px;
	padding-right: 60px;
}


.thrColAbsHdr p {
	margin-left: 15px;
}

.thrColAbsHdr h2, h3, h4 {
	letter-spacing: .17em;
	color: #4D3A03;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clrflt {
	clear: both;
}


a:link{
	color: #2F3909;

}
a:visited {
	color: #2F3909;

}
a:hover {
	color: #699DA2;

}
a:active {
	color: #2F3909;
}

img {
	border: solid 1px #2F3909;
}

/*Sidebar2*/

.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 114px;
	left: 775px;
	background: url(images/rightCol.jpg) no-repeat;
	width: 30px; 
	height: 766px;
}

/*footer*/

.thrColAbsHdr #footer { 
	background: url(images/footer.jpg) no-repeat;
	position: absolute;
	top: 880px;
	height: 39px;
	width: 805px;
} 