@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-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: #000000;
	background-color: #666666;
	background-image: url(images/dgrey062.gif);
	background-repeat: repeat;
}
.oneColFixCtr #container {
	width: 980px; /* 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: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	padding-bottom: 20px;
}

.oneColFixCtr #container #header {
	background-color: #000;
	width: 980px;
	font-family: Tahoma, Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtr #container #header table {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.oneColFixCtr #title td{
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}
.oneColFixCtr #home td{
	font-size: 9px;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
}

.oneColFixCtr #container #header a:visited{
	color: #ffffff;
	text-decoration: none;
}

.oneColFixCtr #container #header  a:link{
	color: #ffffff;
	text-decoration: none;
}
.oneColFixCtr #container #header a:active{
	color: #ffffff;
	text-decoration: none;
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container #mainContent form {
	background-color: #FFF;
	text-align: center;
}
.oneColFixCtr #container #mainContent form table {
	background-color: #FFF;
}
.oneColFixCtr #container #mainContent #sitemap {
	list-style-type: circle;
}
.oneColFixCtr #container #mainContent #sitemap li {
	list-style-type: circle;
}
.oneColFixCtr #container #mainContent form table {
	text-align: left;
}
.oneColFixCtr #container #mainContent #footer {
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: center;
}
