@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;
	text-align: center;
	border-style: none;
	background-image: none;
	background-color: black;
}
.oneColFixCtrHdr #container { /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	background-color: black;
	margin: 15px auto 0;
	padding-bottom: 0;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #header {
	padding-bottom: 0;
	background: #3e0d00 no-repeat;
	z-index: 1;
	height: 82px;
}
.oneColFixCtrHdr #header h1 {
	color: white;
	text-align: right;
	font: 1em Georgia, "Times New Roman", Times, serif;
	padding-right: 20px;
	padding-left: 0;
	vertical-align: middle;
	margin: 0;
	padding-top: 30px;
}

.oneColFixCtrHdr #header img {
	float: left;
}
.oneColFixCtrHdr #mainContent {
	background-image: none;
	padding-bottom: 0;
	margin-top: 15px;
}

.oneColFixCtrHdr #mainContent p {
	color: #2c1909;
	z-index: 2;
	position: relative;
	padding-top: 0;
	text-align: left;
	margin-right: 460px;
	margin-left: 110px;
	font-size: .75em;
}

.oneColFixCtrHdr #mainContent img {
}

.oneColFixCtrHdr #mc_embed_signup {
	width: 260px;
	color: #2c1909;
	margin-top: 10px;
	margin-right: 20px;
	float: left;
}

.oneColFixCtrHdr #mc_embed_signup legend {
	color: #2c1909;
	font: bold 1.25em Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
}

.oneColFixCtrHdr #mc_embed_signup label {
	color: #2c1909;
	font-weight: bold;
	font-size: .75em;
}

.oneColFixCtrHdr #mc_embed_signup div.indicate-required {
	color: #2c1909;
	text-align: right;
	font-size: .6em;
}

/* @group letterContent */

.oneColFixCtrHdr #letterContent {
	margin-top: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fefbe0;
}

.oneColFixCtrHdr #letterContent img {
	float: left;
}

.oneColFixCtrHdr #letterContent h1 {
	color: #2c1909;
	margin-left: 290px;
	margin-top: 10px;
	padding-top: 0;
	font-size: 1.25em;
	margin-right: 24px;
	text-align: left;
}

.oneColFixCtrHdr #letterContent h2 {
	color: #2c1909;
	margin-left: 290px;
	margin-top: 10px;
	padding-top: 0;
	margin-right: 24px;
	text-align: left;
	font-size: .75em;
}

.oneColFixCtrHdr #letterContent p {
	color: #2c1909;
	font-size: .75em;
	width: 440px;
	margin-left: 290px;
	margin-top: 10px;
	padding-top: 0;
	line-height: 1.5em;
	text-align: left;
}



/* @end */

/* @group contactContent */

.oneColFixCtrHdr #contactContent {
	margin-top: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fefbe0;
	height: 280px;
}

.oneColFixCtrHdr #contactContent img {
	float: left;
}

.oneColFixCtrHdr #contactContent h1 {
	color: #2c1909;
	margin-left: 290px;
	margin-top: 10px;
	padding-top: 0;
	font-size: 1.25em;
	margin-right: 24px;
	text-align: left;
}

.oneColFixCtrHdr #contactContent h2 {
	color: #2c1909;
	margin-left: 290px;
	margin-top: 10px;
	padding-top: 0;
	margin-right: 24px;
	text-align: left;
	font-size: .75em;
}

.oneColFixCtrHdr #contactContent p {
	color: #2c1909;
	font-size: .75em;
	width: 440px;
	margin-left: 290px;
	margin-top: 10px;
	padding-top: 0;
	line-height: 1.5em;
	text-align: left;
}



/* @end */

.oneColFixCtrHdr #footer { /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #3e0d00;
	height: 122px;
	padding: 0 20px;
}
.oneColFixCtrHdr #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 */
}

.oneColFixCtrHdr #footer img {
	float: right;
	top: 27px;
	right: -20px;
	position: relative;
}

.oneColFixCtrHdr  #nav{
  height: 35px;
  overflow: visible;
	padding-left: 0;
	background-image: none;
}

.oneColFixCtrHdr  #nav li{
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	margin-top: 15px;
	display: inline-block;
}

.oneColFixCtrHdr  #nav li a{
  color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .75em;
	height: 25px;
	padding: 15px 25px;
}

.oneColFixCtrHdr  #nav li a:hover{
	color: orange;
}

#nav li a:hover{
  background: #3d0900 left;
	color: #ffd;
}

.oneColFixCtrHdr #copyright { /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: black;
	text-align: right;
	color: white;
	padding: 1px 10px 0;
	height: 15px;
	font: .5em Georgia, "Times New Roman", Times, serif;
}

/* My Comment */
