body {
	background-image:url(images/bckgrnd.jpg);
	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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: medium;
	border-color: #000000;
}
.oneColFixCtr #footer {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 30px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #ftrContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:9px;
	color:#FFFFFF;
}
.oneColFixCtr #centerContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:20px;
	margin-bottom:0px;
	margin-left: 180px;
	width: 650px;
	height: 100px;
	text-align: left;
	font-size: 24px;
	font-weight:bold;
	color:#000000;
	border: medium;
	border-color: #000000;
}
.oneColFixCtr #centerContentDk {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:20px;
	margin-bottom:20px;
	margin-left: 180px;
	width: 650px;
	height: 41px;
	text-align: left;
	font-size:24px;
	font-weight:bold;
	color:#000000;
	background-color:#CCCCCC;
	filter: alpha(opacity=90); opacity:0.9;
	border: medium;
	border-color: #000000;
}
.oneColFixCtr #siteNavigation {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 700px;
	height: 30px;
	text-align: center;
	font-weight:bold;
	font-size:12px;
	
}
a {
	font-weight: bold;
	color: #3399FF;
}
a:hover {
	color: #CC3300;
}
.copysm {
	font-size: 10px;
}
