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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2F1700;
	background-repeat: no-repeat;
	background-image: url(../images/BackgroundTown.jpg);
	background-color: #402000;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 792px; /* the auto margins (in conjunction with a width) center the page */
	border: thin none #000000;
	text-align: center;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent_header {
	padding: 0;
	background-image: url(../images/cmTITLEmain.png);
	height: 200px;
	width: 792px;
	text-align: center;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.oneColFixCtrHdr #mainContent_body {
	padding: 0;
	background-image: url(../images/cm_conent_main.png);
	width: 792px;
	text-align: center;
	vertical-align: top;
	background-repeat: repeat-y;
	height: auto;
	background-position: center top;
}
.oneColFixCtrHdr #mainContent_footer {
	padding: 0;
	background-image: url(../images/cm_footer2_main.png);
	height: 62px;
	width: 792px;
	text-align: center;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000E4F;
}
.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#apDiv1 {
	position:absolute;
	left:115px;
	top:223px;
	width:513px;
	height:333px;
	z-index:1;
}
a:link {
	color: #F60;
}
.cbc-b1 {
	position: fixed;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	left: 396px;
	top: 577px;
	width: 205px;
}
.oneColFixCtrHdr #container #container2 {
	height: 20px;
	width: 400px;
	margin-top: 180px;
	margin-left: 10px;
	clear: both;
	float: left;
}
.oneColFixCtrHdr #container #header {
	height: 40px;
}
#FooterNav a:link {
	color: #FEE900;
}
#apDiv2 {
	position:static;
	width:715px;
	height:323px;
	z-index:1;
	left: 122px;
	top: 239px;
}
.oneColFixCtrHdr #Navigation {
	margin-left: 336px;
	padding: 0px;
	margin-top: 28px;
}
.oneColFixCtrHdr #mainContent2 {
	height: 440px;
	width: 792px;
	margin-top: 190px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.oneColFixCtrHdr #FooterNav {
	color: #FEE900;
	margin-left: 175px;
	margin-top: 8px;
}
.style9 {color: #FEE900}
a:visited {
	color: #F96211;
}
a:hover {
	color: #CCCCCC;
}
.style11 {
	color: #0066CC;
	font-weight: bold;
}
.style12 {font-size: 120%}
.style14 {font-size: 75%}
.style15 {
	color: #42458C;
	font-weight: bold;
	font-size: 140%;
}
.style18 {font-size: 75%; font-weight: bold; }
.style19 {color: #0066CC}
.style20 {
	font-style: italic;
	color: #FFCC33;
}
label,a, body 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px; 
}
.err
{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color: red;
}
</style>