@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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;

}
.oneColFixCtr #container {
	width: 970px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-bottom: 0;
}
.oneColFixCtr #container #mainContent #navigation_banner {
	padding-top: 20px;
}
#whitepanel {
	background-image: url(images/whiteroundedpanel_middle.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 970px;
}
#whitepanel_top {
	background-image: url(images/whiteroundedpanel_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 12px;
	width: 970px;
}
#whitepanel_bottom {
	background-image: url(images/whiteroundedpanel_bottom.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 970px;
}
#whitepanel_middle_content {
	width: 970px;
	padding-right: 20px;
	padding-left: 20px;
}
#mainwhitearea {
	background-color: #FFFFFF;
}
