@charset "UTF-8";
body  {
	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: #663300;
	font-family: "Times New Roman", Times, serif;
	background-color: #336633;
	background-image: url(../images/grassbkgrd.jpg);
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #2C592C; /* this overrides the text-align: center on the body element. */
	background-color: #336633;
	background-image: url(../images/containerbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	text-align: center;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #header h1 {
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	text-align: center;
	margin-top: 0px;
	vertical-align: top;
	padding-top: 0px;
}
.twoColFixRtHdr #mainContent {
	text-align: left;
	margin-right: 240px;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	vertical-align: text-top;
} 
.twoColFixRtHdr #footer {
	background-image: url(../images/sodtruckfooter.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #336633;
	background-color: #336633;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	vertical-align: middle;
	height: 120px;
} 
.twoColFixRtHdr #footer p {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 6px;
}
.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;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-size: 30px;
	font-weight: bold;
	color: #336633;
	line-height: 31px;
	margin-top: 0px;
	padding-top: 25px;
}
.twoColFixRtHdr #container #sidebar1 h3 {
	font-size: 18px;
	color: #336633;
	font-weight: bold;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-size: 24px;
	font-weight: bold;
}
headerinfo {
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #336633;
	text-align: center;
	vertical-align: bottom;
	width: 800px;
}
.twoColFixRtHdr #container #header p {
	color: #FFFFFF;
	margin-top: 102px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.leftfloatimage {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
}
.twoColFixRtHdr #container #mainContent h3 {
	font-size: 18px;
	font-weight: bold;
	color: #336633;
}
.rightfloatimage {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.email {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
