@charset "utf-8";
body {
	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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCC;
}
.oneColFixCtrHdr #container {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CCC;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(Images/header.gif);
	height: 158px;
	width: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.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 */
}
.oneColFixCtrHdr #mainContent {
	background-color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 0px;
	width: 100%;
	background-image: url(Images/backgroundsite.jpg);
}
.oneColFixCtrHdr #footer {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(Images/footer2.gif);
	height: 75px;
	width: 100%;
}
.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 */
}
a img {border: none; }
.oneColFixCtrHdr #container #mainContent table tr td table tr td blockquote h2 {
	color: #000;
}
.oneColFixCtrHdr #container #mainContent table tr td table tr td blockquote .style16 {
	color: #000;
}
.oneColFixCtrHdr #container #mainContent table tr td table tr td blockquote .style16 {
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent table tr td table tr td blockquote h2 {
	color: #06F;
}
.oneColFixCtrHdr #container #mainContent table tr td table tr td blockquote h2 {
	color: #000;
}
.oneColFixCtrHdr #container #mainContent table tr td table tr td blockquote .style16 {
	font-size: 14px;
}
.oneColFixCtrHdr #container #mainContent table tr td table tr td blockquote .style16 {
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainContent table tr td table tr td blockquote .style16 {
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainContent table tr td table tr td blockquote .style16 {
	font-size: 10px;
}
.oneColFixCtrHdr #container #mainContent table tr td table tr td blockquote .style16 {
	font-size: 12px;
}
