@charset "utf-8";
body  {
	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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	font-size: 80%;
	background-color: #e1ffc9;
	background-repeat: repeat;
	background-image: url(../images/grass_tile.jpg);
}
.twoColFixLtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #418903;
	text-align: right; /* this overrides the text-align: center on the body element. */
	color: #234913;
} 
.twoColFixLtHdr #bottom_container {
width: 850px; 
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	color: #234913;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 150px;  /* 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. */

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 90%;
	line-height: 1em;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 300px;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
}
.twoColFixLtHdr #navbar{
	background-color: #588928;
	color: #234913;
	height: 20px;
	text-align: center;
	font-variant: small-caps;
	padding-left: 100px;
	padding-top: 5px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #45601B;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #45601B;
}
.twoColFixLtHdr #interest {
	height: 350px;
	background-image: url(../images/mountains.jpg);
	background-repeat: no-repeat;
		padding-right: 20px;
	padding-top: 5px;
}
.twoColFixLtHdr #interest p{
	font-weight: bold;
	color: black;
	font-size: 110%;
	font-style: italic;
	line-height: .9em;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
	text-align: left;
	padding-left: 10px;
	padding-right: 15px;
	background: #ffffff /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	border-bottom-width:thin;
	border-bottom-style: dotted;
	border-bottom-color: #00ae61;
}
.twoColFixLtHdr #sidebar_home {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #ffffff;
	padding-top: 15px;
	text-align: right !important;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 275px; /*2/11/09 IJ changed from 0 0 0 250px to include padding sidebar 1 */  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 50px; /*2/11/09 IJ changed from 0px 20px */
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #00ae61;
} 
.twoColFixLtHdr #no_sidebar_mainContent {
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #00ae61;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
} 
 h1{
	text-align: center;
	font-size: 1.5em;
}
 h2{
	text-align: center;
	font-size: 1.3em;
}
h3{
	text-align: center;
}
h4{
	text-align: right;
}
.justify{
	text-align: justify;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.small{
	font-size: small;
}
.red{
	color:#FF0000;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#588928;
	color: white;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer a:link {color: white}     /* unvisited link */
.twoColFixLtHdr #footer a:visited {color: white}  /* visited link */
.twoColFixLtHdr #footer a:hover {color: yellow}   /* mouse over link */
.twoColFixLtHdr #footer a:active {color: white}   /* selected link */
.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: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.fltrt_r_m { /* this class can be used to float an element left in your page */
	float: right;
	margin-right: 25px;
}
.fltrt_l_m { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 25px;
	margin-right: 15px;
}
.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;
}
.twoColFixLtHdr #container #header img {
	float: left;
}
.twoColFixLtHdr #container #mainContent ul {
	margin-right: 15px;
}
