@charset "utf-8";
table tr td a {
}

.oneColFixCtrHdr #container {
	width: 1010px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: thick;
	border-left-width: thick;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	font-family: "Lucida Console", Monaco, monospace;
	padding-top: 10px;
	padding-bottom: 10px;
}
.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: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#mainContent table {
	width: 1006px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
}

.oneColFixCtrHdr #footer {
	padding: 5;
	font-family: Complex;
	background-color: #FFF;
}
.oneColFixCtrHdr #container #footer table tr td a img {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.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 */
}
#mainContent table tr td a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
