@charset "utf-8";
body {
	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: #666666;
	background-color: #666666;
	background-image: url(images/subwg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #003;
	text-align: center;
	margin: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
	
}.oneColFixCtr #container #mainContent h1 {
	font-size: 40px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 35px;
	padding-left: 50px;
	color: #369;
}
.oneColFixCtr #container #footer {
	background-color: #EEEEE0;
	height: 20px;
}

.oneColFixCtr #container #mainContent  a {
	text-decoration: none;
}
.oneColFixCtr #container #mainContent p a img {
	text-decoration: none;
	border-style: none;
}


.oneColFixCtr #container #mainContent p {
	font-size: 20px;
	padding-bottom: 40px;
	color: #333;
}

