@charset "utf-8";
@import url("about.css");
body {
	color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	font-family: "Lucida Console", Monaco, monospace;
	text-decoration: none;
	border-top-style: none;
	border-bottom-style: none;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	font-family: "Lucida Console", Monaco, monospace;
}
#header table tr td a img {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 10px;
	background-color: #FFF;
	font-family: "Lucida Console", Monaco, monospace;
	text-align: right;
	text-decoration: none;
}
a:hover {
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: bolder;
	text-transform: uppercase;
	color: #006838;
	text-decoration: none;
}
#container #header table tr td a {
	text-decoration: none;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
	font-family: "Lucida Console", Monaco, monospace;
}




#mainContent table {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	font-family: "Lucida Console", Monaco, monospace;
	font-style: normal;
}
a:hover {
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: bolder;
	color: #006838;
	text-decoration: none;
	text-transform: uppercase;
}


.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 */
}
.oneColFixCtrHdr #container #footer table tr td {
	font-size: x-small;
}
