@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 667px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(menu1/cqa_bg1.gif);
}
.oneColFixCtr #mainContent {
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 17px;
	color: #333333;
	height: 425px;
	padding: 0px;
	margin-top: 180px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 622px;
	font-weight: 400;
}
.oneColFixCtr #mainContent a:link {
	color: #333333;
	text-decoration: none;
}
.oneColFixCtr #mainContent a:visited {
	color: #333333;
	text-decoration: none;
}
.oneColFixCtr #mainContent a:active {
	color: #333333;
	text-decoration: none;
}
.oneColFixCtr #mainContent a:hover {
	color: #BDD674;
}
.oneColFixCtr #mainContent #logoBox {
	width: 120px;
	height: 50px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	top: 450px;
}
.oneColFixCtr #container #footer {
	text-align: right;
}
#logoBox {
	margin-top: 95px;
	height: 60px;
	text-align: center;
	margin-left: 25px;
}
