@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff;
	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;
}
body a {
	font: 100% Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}
body a:hover {
	font: 100% Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: underline;
}
.oneColFixCtr #container {
	width: 922px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float:none;	
}
.oneColFixCtr #mainHeader {
	width: 922px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	background: #FFFFFF;
}
.oneColFixCtr #mainFlash {
	width: 922px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
}
.oneColFixCtr #mainMenu {
	width: 922px;
	background: #FFFFFF;
	padding: 10px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
}
.oneColFixCtr #text_strip {
	width:892px;
	height:34px;
	padding:18px 0px 0px 30px;
	background-image: url(images/text_strip6.gif);
	float:left;
}
.oneColFixCtr #mainContent {
	width: 922px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	float:left;
}
.oneColFixCtr #line_break {
	width: 647px;
	height:1px;
	background-color:#dddddd;
}
.oneColFixCtr #line_break2 {
	width: 234px;
	height:1px;
	background-color:#dddddd;
}
.oneColFixCtr #mainContentCol1 {
	width: 354px;
	padding: 0px 30px 0px 30px;
	float:left;
	background: #FFFFFF;
}
.oneColFixCtr #mainContentCol1a {
	width: 648px;
	padding: 0px 30px 0px 30px;
	float:left;
	background: #FFFFFF;
}
.oneColFixCtr #mainContentCol2 {
	width: 234px;
	padding: 0px 30px 0px 30px;
	float:left;
	background: #FFFFFF;
}
.oneColFixCtr #mainContentCol3 {
	width: 213px;
	padding: 0;
	float:left;
	background: #FFFFFF;
}
.oneColFixCtr #mainContentCol4 {
	width: 447px;
	padding: 0px;
	float:left;
	background: #FFFFFF;
}
.oneColFixCtr #mainContentCol5 {
	width: 141px;
	padding: 0px 20px 0px 20px;
	float:left;
	background: #FFFFFF;
}
.oneColFixCtr #mainContentCol6 {
	width: 648px;
	padding: 0px;
	float:left;
	background: #FFFFFF;
}
.oneColFixCtr #mainFooter1 {
	width:922px;
	border-top-color: #CCCCCC;
	border-top: 1px;
	padding-top: 10px;
	float:left;
	background: #FFFFFF;
	
}
.oneColFixCtr #mainFooter2 {
	width:922px;
	height:33px;
	background-image: url(images/footer.gif);
	padding-top: 20px;
	margin-top:20px;
	float:left;	
}
.oneColFixCtr #mainFooter3 {
	width:922px;
	padding-top: 0px;
	padding-bottom:20px;
	float:left;
	background: #FFFFFF;
}
.smallGreyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.greyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff5296;
	font-weight: normal;
}

.pinkHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff1370;
	font-weight: normal;
}
.pinkHeaders a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff1370;
	font-weight: normal;
}

.pinkHeaders a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff1370;
	text-decoration: none;
}
.pinkHeaders a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff1370;
	text-decoration: underline;
}
.whiteHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.whiteHeaders a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

.whiteHeaders a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.whiteHeaders a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: underline;
}
