@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-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: 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;
}
.oneColElsCtr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.oneColElsCtr #mainContent {
	width: 1000px;
	padding: 0;
	background-color: #660000;
}
.maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(Images/backgroundmain.png);
	width: 960px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
}
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(Images/backgroundmain.png);
	width: 960px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
}

.Date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #b29b6f;
	text-align: center;
}

.Heading24 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
}

.Heading18 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
}
.Signature {
	font-family: "segoe script";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
}

.Heading16 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
}

.Heading12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
}

.Subheader18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #330066;
}

.Subheader16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #330066;
}

.Subheader14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	color: #330066;
}

.Subheader12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330066;
}

.Subheader10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330066;
}

.Copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	line-height: 16px;
	text-decoration: none;
}
body {
	background-color: #660000;
}

.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #660000;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: normal;
}
.address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: .3em;
}
#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}
	.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
.navTextheading {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #660000;
	line-height:16px;
    font-weight: bold;
	text-decoration: none;
	}
	

