#container  {
	width: 83%; /* 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;
}
#top_header {
	float: left;
	height: 42px;
	width: 100%;
	background-color: #1E243E;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	border-bottom-width: 30px;
}
#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;
}
#leftcolumn {
	width: 20%;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 15px;
	font-family: "Century Gothic", Verdana;
	font-size: 14px;
	position: static;
	left: 65px;
	top: -158px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-decoration: none;
	background-color: #CFC996;
	margin-top: 3%;
	float: left;
}
#mainContent  {
	font-family: "Century Gothic", Verdana;
	background-color: #CFC996;
	margin-left: 11%;
	padding-top: 0;
	padding-right: 11px;
	padding-bottom: 0;
	padding-left: 3px;
	margin-right: 11%;
}
#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;
}

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

.TXTHeadline  {
	color: #1E243E;
	font-weight: bold;
	font-size: 24px;
	font-family: "Century Gothic", Verdana;
}


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

.TXTBigBody {
	font-family: "Century Gothic", Verdana, "Futura Lt";
	font-size: 15px;
	font-weight: bolder;
	color: #000000;
}

.TXTSubHead  {
	color: #1E243E;
	font-weight: bold;
	font-size: 19px;
	font-family: "Century Gothic", Verdana
}
.indent {
	font-family: "Century Gothic", Verdana;
	font-size: 12px;
	margin-left: 42px;
	text-align: justify;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}
.indentColumn {
	display: block;
	margin-left: 25%;
}
