@charset "utf-8";
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: #414b56;
	background-color: #414b56;
	background-image: url(../images/bggard.png);
	background-repeat: repeat-x;
	font-family: "MS PGothic", sans-serif;
	font-size: 90%;
}
.oneColFixCtr #container {
	width: 660px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtr #mainMenu {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0px;
}
.oneColFixCtr #Content {
	padding-right: 40px;
	padding-bottom: 1px;
	padding-left: 40px;
	background-image: url(../images/contentbg.png);
	background-repeat: repeat-y;
	padding-top: 1px;
}
.oneColFixCtr #Footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 46px;
}
.oneColFixCtr #Copyright {
	font-size: 80%;
	color: #8E9BA4;
	padding-left: 50px;
}
.oneColFixCtr th {
	text-align: right;
}
.oneColFixCtr .redtext {
	color: #C00;
}
