@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; /* 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: "Century Gothic", Tahoma, Verdana, Arial;
	font-size: 14px;
	line-height: 25px;
	background-color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px; /* this overrides the text-align: center on the body element. */
	color: #FFFFCC;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #333333;
	margin-top: 25px;
}
.oneColFixCtrHdr #header {
	background-color: #000000;
}
.oneColFixCtrHdr #container #header img {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #333333;
}
.oneColFixCtrHdr #mainContent {
	color: #FFFFCC;
	background-color: #000000;
	text-align: justify;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
}
.oneColFixCtrHdr #container #mainContent p {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #footer {
	background-color: #000000;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
}
.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 */
	font-size: 9px;
	line-height: normal;
}
.oneColFixCtrHdr #container #mainContent img {
	border: 1px solid #999999;
}
.oneColFixCtrHdr #container #mainContent table {
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent p {
}
.oneColFixCtrHdr #container #header #MyMenu {
	font-size: 10px;
	color: #FFFFFF;
	float: right;
	margin-right: 20px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
