@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #mainContent {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/contentbg.gif);
	height: 541px;
}
.oneColFixCtrHdr #footer {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/footerbg.gif);
	height: 72px;
	background-repeat: no-repeat;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	padding-top: 20px;
	text-align: right;
}

#banner {
	background-image: url(images/banner.gif);
	width: 1000px;
	height: 498px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#phone {
	width: 250px;
	float: right;
	margin-top: 25px;
	font-size: 24px;
	font-weight: bold;
	color: #666;
}

#navbar {
	margin-left: 125px;
	margin-top: 180px;
	width: 200px;
	float: left;
}
.orangetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ff5700;
}
.paratext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: b2b2b2;
}

.greytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #b2b2b2;
}
