@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #CCCC99;
	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;
}
form {
	margin: 0px;
	padding: 0px;
}
.thrColFix #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #999966; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 90px; /* 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: #999966; /* padding keeps the content of the div away from the edges */
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 100px; /* 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: #999966; /* padding keeps the content of the div away from the edges */
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFix #mastHead {
	background: #CCCC99;
	margin-top: 11px;
	margin-right: 140px;
	margin-bottom: 10px;
	margin-left: 140px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border: 2px solid #999999;
}
.thrColFix #mainContent a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.thrColFix #mainContent a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

.sb1img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.plantimg {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sb2img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFix #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #CCCC99;
	margin-top: 0;
	margin-right: 140px;
	margin-bottom: 0;
	margin-left: 140px;
	border: 2px solid #999999;
	font-size: 85%;
}
textarea {
	vertical-align: text-top;
}
h1 {
	margin-bottom: 2px;
	margin-top: 0px;
}
.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;
}
legend {
	color: #000000;
}
form {
	text-align: right;
}
.lwr {
	font-size: 75%;
	color: #000000;
}
.tdportrait {
	top: 0px;
}
.tdpp {
	background-color: #FFFFFF;
}