@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: tahoma, "trebuchet ms", georgia, verdana;
	font-size: 11px;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #container {
	width: 728px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #mainContent {
	background-image: url(ch_images/images/ch_main_11.gif);
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}
.floatLeft {
	float: left;
	margin-right: 10px;
	clear: left;
}
.floatRight {
	float: right;
	margin-left: 10px;
}
.boldPink {
	font-weight: bold;
	color: #C06;
}
.pink {
	color: #C06;
}
.section {
	clear: right;
	overflow: auto;
}
a:link { color: #099; }
a:visited { color: #6cc; }
a:hover { color: #ff6; }
a:active { color: #96c; }
a img {border:none}

