@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: #000000;
	background-color: #2E3F0C;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
	color: #660000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #660000;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 0px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #660000;
	margin-top: 0px;
	margin-bottom: 8px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #003300;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003300;
	margin-top: 0px;
	margin-bottom: 2px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}
.HeadSmallGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #003300;
}


.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ccccb2;
} 

.twoColFixLtHdr #header {
	background:#DDDDDD;
	background-color: #CCCCB2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-right: 1px solid #000000;
} 
.twoColFixLtHdr #mainContent {
	border-right: 1px solid #000000;

} 
.twoColFixLtHdr #footer {
	background:#DDDDDD;
	background-color: #666633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
} 
.twoColFixLtHdr #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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #003300;
}
.twoColFixLtHdr  #footer  h6  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
}
.twoColFixLtHdr  #pContainer {
	background-color: #2E3F0C;
	width: 900px;
	margin: 0 auto;
}
.twoColFixLtHdr #partners {
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336600;
}

.twoColFixLtHdr #partners h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666633;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}


.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;
}

a {
	font-size: 16px;
	color: #003300;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #003300;
}
a:hover {
	color: #660000;
}
a:active {
	color: #660000;
}

a.ExternalLink {
	font-size: 12px;
	color: #666633;
	text-align: left;
}
a.ExternalLink:visited {
	color: #999999;
}
a.ExternalLink:hover {
	color: #990000;
}
a.ExternalLink:active {
	color: #3399FF;
}
