@charset "UTF-8";
body {
	font: Georgia, "Times New Roman", Times, serif;
	background: #666666;
	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: 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;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #252525;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}.Maintext1        {
	color: #FFF;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	margin: 1px;
}
.Header1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-align: left;
	vertical-align: top;
	background-color: #000;
	padding: 5px;
}
.Header2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	vertical-align: top;
	background-color: #000;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.Header3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: top;
	background-color: #000;
	padding: 5px;
}
.Header4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	vertical-align: top;
	background-color: #000;
}
.Header1Copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
	text-align: center;
	vertical-align: top;
	background-color: #000;
	padding-right: 10px;
	padding-left: 10px;
}
.Header5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 21px;
	font-weight: bold;
	color: #1A739B;
	text-align: left;
	vertical-align: top;
}
.Header6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	text-align: center;
	vertical-align: top;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
.Header7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 15px;
	color: #000;
	text-align: center;
	vertical-align: top;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
.Header1orange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 25px;
	color: #40b296;
	text-align: left;
	vertical-align: top;
	background-color: #000;
	padding: 5px;
}
.Header1smallorange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #1A739B;
	text-align: left;
	vertical-align: top;
	background-color: #000;
	padding: 5px;
}
.Header4Copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: top;
	background-color: #000;
}

