@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: 100%;
	background-color: #FFFFFF;
	font-weight: bold;
}
.oneColFixCtr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container #mainContent h1 {
	font-size: 85px;	/*	font-size: 67px; */
	line-height: 65px;	/*	line-height: 55px; */
	letter-spacing: -3px;
	text-align: center;
}
.greytext {
	color: #00CCFF;
}
.oneColFixCtr #container #mainContent .greytext a {
	color: #000000;
	text-decoration: none;
}
.oneColFixCtr #container #mainContent .greytext a:hover {
	color: #00CCFF;
}
