@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #00C6C6;
}
.oneColFixCtrHdr #container {
	width: 860px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(webimages/bg_page.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #menu {
	height: 38px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin: 0px;
}
.oneColFixCtrHdr #header2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 60px;
	margin-top: 0px;
	margin-right: 52px;
	margin-bottom: 0px;
	margin-left: 50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0000FF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0000FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0000FF;
	background-image: url(webimages/bg_about.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
	color: #666666;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.oneColFixCtrHdr #titlebar {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 52px;
	margin-left: 50px;
	background-color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
}
.oneColFixCtrHdr #footer2 {
	margin-top: 0px;
	margin-right: 52px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0000FF;
	border-left-color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0000FF;
	line-height: 20px;
	background-image: url(webimages/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}
.oneColFixCtrHdr #container #footer2 a {
	color: #00C6C6;
	font-weight: bold;
}
.oneColFixCtrHdr  #container  #mainContent  td {
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-align: left;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #CCCCCC;
	border-left-color: #0000FF;
}
.fieldbg {
	background-color: #C6FFFE;
	font-size: small;
	color: #0000FF;
}

.oneColFixCtrHdr #container #mainContent a {
	color: #666666;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	color: #0000FF;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	margin: 0px;
	padding: 0;
	height: 60px;
}
.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:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.oneColFixCtrHdr #titlebar2 {
	margin-right: 52px;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(webimages/bluebar2.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.oneColFixCtrHdr #container #titlebar2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}
