@charset "utf-8";
/* CSS Document */

body  {
	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;
	background-image: url(images/lt%20grn%20b2baa6%20txtrd.jpg);
	padding-top: 5px;
}
img {

}
.twoColFixRtHdr #container {
	width: 1024px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #b2baa6;
	border-color: #FFFFFF;
	padding: 0;
	border: 1px solid #FFFFFF;
	height: auto;
} 
.twoColFixRtHdr #header {
	padding: 0;  /* 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. */
	height: 125px;
	background-color: #b2baa6;
} 
.twoColFixRtHdr #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: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 30px 0px 0px;
	background-color: #b2baa6;
	text-align: left;
	border: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.twoColFixRtHdr #mainContent {
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right 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: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 50px;
} 
.twoColFixRtHdr    #footer  {
	background-color: #9C9F8A;
	height: 65px;
	padding: 6px 10px 6px 30px;
	font-style: normal;
}


.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;
}
.style2 {
	font-family: Garamond;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.style4 {
	font-family: Garamond;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #CC9966;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a img {
	border: none;
}
.navigation {
	font-family: Garamond;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
	float: none;
	height: 20px;
	width: 225px;
	line-height: 20px;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: auto;
	background-color: #9C9F8A;
	display: block;
}
label, input[type=text] { display: block }
