@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtr #container {
	width: 970px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr  #headerlinkbox {
	height: 67px;
	width: 913px;
	border: 3px solid #CCCCCC;
	background-color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.headerlinks  {
	width: 150px;
	border-right: 3px solid #CCCCCC;
	float: left;
	font-size: 16px;
	color: #FAE7DE;
	text-align: center;
	font-weight: bold;
	padding-top: 12px;
	line-height: 20px;
	padding-bottom: 15px;
}
.headerlinks  a  {
	color: #FAE7DE;
	text-decoration: none;
}
.headerlinks  a:hover  {
	color: #262666;
}
.oneColFixCtr #headerlinklast {
	width: 148px;
	float: left;
	color: #FAE7DE;
	text-align: center;
	padding-top: 8px;
}
.oneColFixCtr #headerlinklast img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	background-color: #FAE7DE;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	margin-top: -260px;
	height: 155px;
	margin-bottom: 30px;
	font-weight: normal;
	padding-top: 5px;
}
.oneColFixCtr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #CCCCCC;
	background-image: url(images1/background.gif);
	background-repeat: repeat;
	text-align: center;
	width: 970px;
	padding-bottom: 25px;
	padding-top: 170px;
	font-weight: bold;
}
#footer  a  {
	color: #CCCCCC;
}
#footer  a:hover  {
	text-decoration: none;
}

