body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #134159;
	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;
}

.oneColElsCtr{ 
margin:0;
padding:0;
}

.oneColElsCtr #container {
	width: 100%;
	background: #f26522; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:0;
	padding:0;
}
.oneColElsCtr #mainContent {
	width:1000px;
	margin:0 auto;	
	padding: 0;
	}
	
	.oneColElsCtr #mainContentreg {
	width:960px;
	margin:0 auto;	
	padding: 0;
	}

.oneColElsCtr #mainContentabout {
	width:960px;
	margin:0 auto;	
	padding: 0;
	 background: url(images/about_btm.jpg) no-repeat left bottom;
	 padding-bottom:200px;
	}

.yellowcopy {
color:#ffda0d;
font-family:century gothic, arial, sans-serif;
font-size:14px;
}


.presssubtitle {
color:#ffda0d;
font-family:century gothic, arial, sans-serif;
font-size:16px;
}

.homeyellowcopy {
color:#ffda0d;
font-family:century gothic, arial, sans-serif;
font-size:14px;
font-style:italic;
line-height:1.3ems;
}

.whitecopy {
color:#ffffff;
font-family:century gothic, arial, sans-serif;
font-size:13px;
}

.homewhitecopy {
color:#ffffff;
font-family:century gothic, arial, sans-serif;
font-size:18px;
}

.disclaimer {
color:#ffffff;
font-family:century gothic, arial, sans-serif;
font-size:11px;
line-height:1.5ems;
}


.field {
background: #fff;
border:0;
width:280px;
color:#d47108;
height:21px;
padding:2px;
font-family:century gothic, arial, sans-serif;
font-size:13px;
}


.fieldmenu {
background: #fff;
border:0;
width:120px;
color:#d47108;
height:21px;
padding:2px;
font-family:century gothic, arial, sans-serif;
font-size:13px;
}

.fieldphone {
background: #fff;
border:0;
width:60px;
color:#d47108;
height:21px;
padding:2px;
font-family:century gothic, arial, sans-serif;
font-size:13px;
}

.hometable {
 background: url(images/backgrounds/rotator.php) no-repeat left bottom;
 width:1000px;
 height:525px;

}

