@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #89725B;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #000000;
}
.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #f6f6dd;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background-image: url(images/header4_green.jpg);  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 200px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #header h2 {
	color	: #ffffff;	
	font-size: 1em;
	padding: 5px;
	line-height: 1em;
	margin-top: 8px;
	align: center;
}
.thrColFixHdr #bio {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*	background: #b4613e; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.thrColFixHdr #bio h4 {
	width            : 224px;
	margin           : 0px auto;
	padding		: 0px 8px 12px;
	text-align       : left;
	background-color : #AA9A59;
	font-size		: 0.8em;
}

.thrColFixHdr #content {
	background-color: #718E67; /* padding keeps the content of the div away from the edges */
	margin-top: 9px;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
} 
.thrColFixHdr #links {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #858C47; /* padding keeps the content of the div away from the edges */
	margin-top: 9px;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.thrColFixHdr #links h4 {
    margin           : 0px auto;
    padding		: 10px 8px 12px;
    text-align       : left;
    font-size		: 0.7em;
    color	: #ffffff;

}
.thrColFixHdr #footer {
	background-image: url(images/footer4_e3eef0.jpg);
	  no-repeat top left;
	width: 900px;
	height: 20px;
}
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.biotopcurve {
    width      : 240px;
    height     : 20px;
    margin     : 9px auto 0px;
    background : url(images/bio4_top.jpg)
        no-repeat top left;
}

p.bioenclosed {
	width            : 224px;
	margin           : 0px auto;
	padding          : 0px 8px;
	text-align       : left;
	background-color : #AA9A59;
	color:#000000;
	font-size	: 0.7em;
}

div.biobottomcurve {
    width      : 240px;
    height     : 20px;
    margin     : 0px auto 12px;
    background : url(images/bio4_bottom.jpg)
        no-repeat top left;
}
div.linkstopcurve {
    width      : 190px;
    height     : 20px;
    margin     : 12px auto 0px;
    background : url(images/links_top.jpg)
        no-repeat top left;
}

p.linksenclosed {
    width            : 176px;
    margin           : 0px auto;
    padding          : 0px 8px;
    text-align       : center;
    background-color : #913d19;
}

div.linksbottomcurve {
    width      : 190px;
    height     : 20px;
    margin     : 0px auto 12px;
    background : url(images/brown/links_bottom.jpg)
        no-repeat top left;
}
div.contenttopcurve {
    width      : 400px;
    height     : 20px;
    margin     : 0px auto 0px;
    background : url(images/content_top.jpg)
        no-repeat top left;
}

p.contentenclosed {
	width            : 386px;
	text-align       : center;
	background-color : #f4bd61;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

div.contentbottomcurve {
    width      : 400px;
    height     : 20px;
    margin     : 0px auto 0px;
    background : url(images/content_bottom.jpg)
        no-repeat top left;
}
p  {
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-top: 0px;
	font-size:  .95em;
	line-height: 1.2em;
}

h1  {
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 24px;
	line-height: 25%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
h2  {
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 5px;
	line-height: 1em;
	margin-top: 8px;
	align: center;
}
h3  {
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 20px;
	margin-left: 0px;
}
h4  {
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	margin-top: 20px;
	margin-left: 20px;
}
h5  {
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0px;
	padding-left: 20px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size: 0.6em;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
a:visited	{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
