@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #00853E;
	background-color: #FFC;
}
.oneColFixCtrHdr #container {
	width: 875px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #D9EF9E;
}
.oneColFixCtrHdr #header {
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #D9EF9E;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 100%;
}
.oneColFixCtrHdr #footer {
	background-color: #FFE484;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}
.fltrt2 { /* 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;
	margin-right: 50px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.c1 {
	background-color: #858B46;
	margin: 0px;
	padding: 1px;
	border: 1px solid #858046;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F8D74C;
	text-align: center;
}
.c1_1 {
	margin: 0px;
	text-align: center;
	background-color: #858B46;
	color: #0193CF;
	padding: 2px;
}
.c2 {
	background-color: #858B46;
	margin: 0px;
	padding: 2px;
}
.c3 {
	padding: 1px;
	float: left;
	background-color: #858B46;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	border: 1px solid #FFE14F;
	width: 195px;
}
.c4 {
	background-color: #858B46;
	padding: 1px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #FFE14F;
	width: 195px;
}
.c5 {           
            padding: 10px;
            float: left;
            margin-top: 10px;
            margin-right: 2px;
            margin-bottom: 15px;
            margin-left: 5px;
            border: 3px solid #99cc00;           
}
.c6 {           
            padding: 10px;
            float: left;
            margin-top: 10px;
           
            margin-bottom: 15px;
           
            border: 3px solid #99cc00;          
}
.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;
}
</style>

<style type="text/css">

.heading {
	color: #0193CF;
	font-size: 24px;
}
.bodytext  {
	color: #630;
	font-size: 13px;
}
.bodysmall  {
	color: #630;
	font-size: 11px;
}
.bodytextgreen  {
	color: #00853E;
	font-size: 13px;
}
.bodytextlarge {
	font-size: 16px;
	font-weight: bold;
	color: #630;
}
.headertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #00853E;
	text-align: center;
}
.headertextbrown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #630;
	text-align: center;
}
.bodyblue {
	color: #0394CD;
	font-size: 16px;
}
.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F8D74C;
	text-align: center;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.label2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F8D74C;
	background-image: url(../images/Textbox2.gif);
	text-align: center;
	height: 28px;
	vertical-align: middle;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.roundedlabel1 {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.roundedlabel2 {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:link {
	text-decoration: none;
	color: #00853E;
}
a:visited {
	text-decoration: none;
	color: #00853E;
}
a:hover {
	text-decoration: none;
	color: #543019;
}
a:active {
	text-decoration: none;
}
.sizechart {
	clear: none;
	float: right;
	margin-right: 30px;
	margin-top: 30px;
}
.style1 {
  color: #009933;
  font-weight: bold;
}
.style2 {
  color: #D9EF9E;
  font-weight: bold;
}
.style3 {
	color: #009900;
}
.style4 {
	color: #663300;
}

</style>
