@charset "utf-8";

.clrflt {
	float: none;
	clear: both;
	margin-right: 0px;
}

.container {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	margin-top: 5px;
}

.header {
	background-image: url(images/header.png);
	width: auto;
	height: 290px;
	background-repeat: no-repeat;
}
.mainNav {
	background-image: url(images/navback.png);
	background-repeat: repeat-x;
	height: 66px;
	padding-top: 12px;
}
.navContain   {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.navbutton {
	padding-right: 15px;
	padding-left: 10px;
	float: left;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 34px;
}
.navbutton a {
	text-shadow: 0px 0px #FCFBFB;
	color: #F9F7F7;
	text-decoration: none;
	font-weight: bold;
}
.navbutton a:hover  {
	text-shadow: 0px 0px #FCFBFB;
	color: #054A1B;
	text-decoration: none;
	font-weight: bold;
}
.mainContent {
	margin-left: 25px;
	margin-right: 25px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.mainContent p strong {
	font-size: 16pt;
}

.mainContent p {
	font-family: "Arial";
	font-size: 14pt;
}


.mainContent h1 {
	font-size: 35px;
	font-family: "Arial";
	color: rgb( 5, 5, 5 );
	font-weight: bold;
	text-align: left;
}
.mainContent h2 {
	font-size: 24px;
	font-family: "Arial";
	color: rgb( 5, 5, 5 );
	/* [disabled]text-align: left; */
}

.footer {
	background-image: url(images/footerback.png);
	height: 408px;
	background-repeat: no-repeat;
	position: relative;
	top: px;
	bottom: -1px;
}
.footnote {
	font-weight: bold;
	font-size: 20px;
}
.center {
	text-align: center;
}
.mainContent h3 a {
	text-decoration: none;
	color: #212020;
}
.mainContent h3 a:hover  {
	text-decoration: none;
	color: #3A760A;
}
.mainContent ul li   {
	font-family: "Arial";
	line-height: 14pt;
	margin-top: 10pt;
	margin-bottom: 0;
	font-size: 14pt;
}
.Highlights  {
	margin-left: 15px;
	background-color: #DCE6F2;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 14pt;
}
