@charset "UTF-8";
body {
	font: Arial, Helvetica, sans-serif;
	margin: 0 auto; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width: 956px;
	
	background:#fff;
	text-align: center;
}

.oneColFixCtr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #footer {
	height: 49px;
	width: 955px;
	float: left;
}

.oneColFixCtr #footer p {
	font-size: 12px;
}

#btnHomeLink {
	float: left;
	height: 25px;
	width: 956px;
	color: #000000;
	padding-top: 5px;
	margin-left: -1px;
}

#btnHomeLink a:link {
	color: #000000;
	text-decoration: none;
}
#btnHomeLink a:visited {
	text-decoration: none;
	color: #000000;
}
#btnHomeLink a:hover {
	text-decoration: underline;
	color: #000000;
}
#btnHomeLink a:active {
	text-decoration: none;
	color: #000000;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #999999;
}
a:active {
	color: #000000;
}

