@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: #FFFFFF;
}
.oneColElsCtr #container {
	width: 1024px;
	background: #FFFFFF no-repeat;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 768px;
}
.oneColElsCtr #mainContent {
	height: 593px;
	width: 1024px;
}
.oneColElsCtr #header {
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	background-image: url(../layout/images/t_qa_bg_01.jpg);
}
.oneColElsCtr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtr #nav {
	height: 25px;
	list-style-type: none;
	font-size: 10px;
	cursor: default;
	width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666633;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../layout/images/t_qa_bg_02.jpg);
}
.oneColElsCtr #nav li{
	list-style-type: none;
	display: inline;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.oneColElsCtr #nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.oneColElsCtr #nav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FBF803;
	text-decoration: none;
}

