@charset "UTF-8";
body {
	background: #666666;
	margin: 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 15pt;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #container {
	width: 1280px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #000;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px;
	background-color: #000;
	color: #FFF;
	font-size: 100%;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color: #000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #000;
}
.bodytext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
}
#title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 150%;
}
.header {
	font-size: 72px;
	font-family: "Century Gothic", "Copperplate Gothic Light";
}
#subhead {
	font-family: "Century Gothic", "Copperplate Gothic Light";
	font-size: 46px;
	font-weight: bold;
}
#row2head {
	font-size: 9px;
}
.oneColFixCtrHdr #container #mainContent table {
	text-align: center;
}

a img { border: none; }
.oneColFixCtrHdr #container #mainContent .header {
	font-family: "Century Gothic", "Copperplate Gothic Light";
	font-weight: bold;
}
#contact {
	font-weight: normal;
}
#contact {
	font-family: "Century Gothic", Copperplate, Arial;
}
#contact {
	font-size: 36px;
	font-family: "Century Gothic", Copperplate, Arial;
}
.oneColFixCtrHdr #container #mainContent table tr td .header {
	font-family: "Century Gothic", Copperplate, Arial;
}
.oneColFixCtrHdr #container #mainContent table tr td .header {
	font-size: 36px;
}
.oneColFixCtrHdr #container #mainContent table tr td .header {
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent table tr td .header {
	font-weight: normal;
	text-align: center;
	font-family: "Century Gothic", Copperplate, Arial;
}
.oneColFixCtrHdr #container #mainContent p table {
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent table tr td .header {
	font-size: 24px;
}
.oneColFixCtrHdr #container #mainContent table tr td .header {
	font-size: 30px;
}
.footer {
	font-size: 30px;
	text-align: center;
}

