#container  {
	width: 90%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-color: #CFC996;
}
#mainContent  {
	font-family: "Century Gothic", Verdana;
	background-color: #CFC996;
	margin-left: 3%;
	padding-top: 0;
	padding-right: 11px;
	padding-bottom: 0;
	padding-left: 3px;
}
#top_header {
	float: left;
	height: 42px;
	width: 100%;
	background-color: #1E243E;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	border-bottom-width: 11px;
}
#top_header a   {
	font-family: "Century Gothic", Verdana;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: inline;
	text-transform: uppercase;
	width: 142px;
	margin-left: 55px;
	font-size: 16px;
	line-height: 42px;
}
#footer  {
	background:#1E243E;
	color: #FFF;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
} 
#container #footer font  {
	font-family: "Century Gothic", Verdana;
	color: #FFF;
	font-size: 10px;
}
#container #footer a {
	font-family: "Century Gothic", Verdana;
	color: #FFF;
}
body {
	background: #cc9900;
	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;
	font-family: "Century Gothic", Verdana;
	font-size: 100%;
}
body a:link {
	color: #1E243E;
}
.TXTHeadline  {
	color: #3d4734;
	font-weight: bold;
	font-size: 17px;
	font-family: verdana, arial, sans-serif
}
.TXTSubHead  {
	color: #4B4B25;
	font-weight: bold;
	font-size: 13px;
	font-family: verdana, arial, sans-serif
}

.TXTBody {
	font-family: "Century Gothic", Verdana, "Futura Lt";
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}


.TXTBody a:hover {
	color: #993300;
	text-decoration: none;
}
