body {
	font: 12pt Georgia, "Times New Roman", Times, 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: #CCCCCC;
	background: #333333;
}
.oneColFixCtrHdr #container {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.oneColFixCtrHdr #header { padding: 0 10px 0 20px;  /* 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. */ }
.oneColFixCtrHdr #container #header a:link {
	border-style: none;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #header a:hover {
	border-style: none;
	color: #FF0000;
}
.oneColFixCtrHdr #container #header a:visited { border-style: none; }
.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 */
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: #999999;
}
.oneColFixCtrHdr #mainContent {
	height: 455px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font: 12px Georgia, "Times New Roman", Times, serif;
	background: #000000;
}
.oneColFixCtrHdr #footer_copyright {
	text-align: right;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
}
.oneColFixCtrHdr #mainContent h1 { color: #FFFFFF; }
.oneColFixCtrHdr #mainContent h2 { color: #FFFFFF; }
.oneColFixCtrHdr #footer { padding: 5px 10px; }
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	padding-bottom: 3px;
	border-top: 1px solid #000000;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#contact  {
	text-align: right;
	padding-top: 10px;
	font-size: 15px;
}
#contact a {
	color: #FFFFFF;
	font-weight: normal;
	border-style: none;
}
.oneColFixCtrHdr #container #mainContent #flashcontent { color: #CCCCCC; }
.phone {
	font-size: 12px;
	color: #FFFFFF;
}
.linkbars { color: #999999 }
.linkbars1 {color: #999999 }
.oneColFixCtrHdr #footer_copyright a {
	text-align: right;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	clear: both;
	border-style: none;
}
.oneColFixCtrHdr #footer_copyright a:hover {
	text-align: right;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	clear: both;
	border-style: none;
}
.oneColFixCtrHdr #footer_copyright a:visited {
	text-align: right;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	clear: both;
	border-style: none;
}
.oneColFixCtrHdr #mainContent #flashcontent { height: 455px; 
}
