@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;
	background-color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 813px;
	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;
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 5px;
	height: 140px;
	vertical-align: bottom;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7C2C2C;
}
#header table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #7C2C2C;
	float: right;
	margin-top: 0px;
	margin-right: 4px;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center;
}
img {
	padding: 2px;
	border: 1px dotted #999;
}


.oneColFixCtrHdr #header h1 {
	color: #44321E;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	float: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
.oneColFixCtrHdr #mainContent {
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #44321E;
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: middle;
	text-align: center;
	height: 400px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

#mainContent ul li strong {
	color: #7c2c2c;
}
#mainContent img {
	padding: 1px;
	border: 1px dotted #999;
}


.oneColFixCtrHdr #footer {
	height: 50px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.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 */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c2c2c;
}a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #483622;
}
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7C2C2C;
	text-decoration: none;
}
h3 {
	color: #7c2c2c;
}
h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	text-align: left;
	font-weight: normal;
}

