@charset "UTF-8";
body  {
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2F4600;
	letter-spacing: 1px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background: #a0b536 url(images/background1.jpg) repeat-x;
	font: 16px Georgia, "Times New Roman", Times, serif;
}
.twoColFixRtHdr #container {
	width: 920px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FDEDB9;
	border: 1px solid #445712;
} 
.twoColFixRtHdr #header {
	padding: 0 5px 0 0px;  /* 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. */
	background-color: #507600;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	text-transform: lowercase;
	color: #FEEDB9;
	font-size: 38px;
	padding-left: 20px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #header img {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr  #header td {
	padding: 5px;
	text-align: center;
}
.twoColFixRtHdr   #header   a {
	color: #FDEDB9;
	text-decoration: none;
}
.twoColFixRtHdr #header a:hover {
	color: #F8CD42;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #F5E7AC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	border: 1px dotted #6E9112;
	margin-right: 10px;
	margin-top: 20px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 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 20px;
	text-align: justify;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#507600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #324802;
} 
.twoColFixRtHdr #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 */
	color: #FDEDB9;
}
.twoColFixRtHdr #footer td {
	font-size: 12px;
	color: #FDEDB9;
	padding: 5px;
}
.twoColFixRtHdr #container #footer a {
	color: #FDEDB9;
}
.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;
}
h1 {
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #5F8700;
	padding-top: 8px;
	border-bottom: 1px solid #A0B536;
}
h2 {
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #5F8700;
}
h3 {
	font-size: 22px;
	color: #5F8700;
	letter-spacing: -1px;
	font-weight: normal;
}
.right {
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.left {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img {
	padding: 8px;
	border: 1px solid #D9D785;
}
a:link {
	color: #5F8700;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5F8700;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
table {
	border-collapse: collapse;
}
li {
	padding-bottom: 8px;
	line-height: 18px;
}

