@charset "UTF-8";
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;
	border: 0px none #000000;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #b6c99b;
}
.twoColFixLtHdr #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	margin-left: auto;
    margin-right: auto;
    border: 0px none #000000;
	text-align: left;
	background-color: #FFF;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 348px;
	background-color: #FFF;
	position: relative;
}
.twoColFixLtHdr #mainContent {
	background-color: #eef3e7;
	margin-left: 348px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #b6c99b;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	position: relative;
	border-right-width: 22pt;
	border-right-style: solid;
	border-right-color: #FFF;
} 
#container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #cb3545;
}
#container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}
#container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 38px;
	padding-right: 38px;
	font-style: italic;
	line-height: 16px;
}
.twoColFixLtHdr #footer {
	background-color: #b6c99b;
} 
.twoColFixLtHdr #footer p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 20px;
	line-height: 20px;
}
.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;
}
#container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	color: #18582D;
}
#container #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #CB3545;
}
#container #mainContent p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333;
}
#container #mainContent table tr td {
}
