@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/chrome_bg2.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/chrome_bg2.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/*--------------------------------------below this line, is new code --------------- */


.new-sidebar2 {
	width: 190px;
	padding-top: 25px;
	float: left;
	padding-bottom: 10px;
	background-image: url(images/ch-sidebarblue.gif);
	background-repeat: repeat-y;
}
.new-footer-blue-bar {
	background-color: #d6e8fb;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.main-headline3 {
	width: 610px;
	background-image: url(images/chrome_bg2.gif);
	background-repeat: repeat-x;
	float: right;
	text-align: center;
}

.footer-gray-box {
	background-color: #c6c6c6;
	margin-top: 10px;
	background-image: url(images/ch-grayfooterbar.gif);
	background-repeat: repeat;
