body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 25px;
	
}
.oneColFixLt #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 50px 0 0 70px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixLt #mainContent {
    width:980px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */


}

.oneColFixWIDE #container {
	width: 1170px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 50px 0 0 70px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixWIDE #mainContent {
    width:1170px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */


}






.nav {font-size: 13px;
		line-height:15px;
		color:#000000;
		text-decoration:none;
		
}

.main {font-size: 10px;
		line-height:13px;
		color:#000000;
		text-decoration:none;
		
}

.header {font-size: 13px;
		line-height:16px;
		color:#000000;
		text-decoration:none;
		
}