@charset "UTF-8";
.oneColFixCtrHdr #container #mainContent #tabular {
	font-size: x-small;
	background-color: #FFFFFF;
	text-align: justify;
	padding: 2px 4px 2px 6px;
}



body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#fef2b5;
	padding:0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	background-image:url(/images/pg-bg.jpg);
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	border-bottom:3px #000000 solid;
	background-image:url(/images/hdr-bg.jpg);
	padding: 0px 0px 0px 0px;  /* 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. */
}

.oneColFixCtrHdr #mainContent {
	margin:0px;
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fef2b5;
	padding-left:265px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:0px;
	font-size: small;
	text-align: justify;
	background-image:url(images/page-layout_19.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:auto;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align:center;
	position:
	relative;
	float:left;
	width:100%;
	background-image:url(/images/hdr-bg.jpg);
	border-top:3px #000000 solid;
	border-bottom:3px #000000 solid;
	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 #footer #footer-content {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-size: x-small;
	font-weight: bold;
	height:50px;;
	padding-left:10px;
	padding-right:10px;
}
.oneColFixCtrHdr #footer #footer-content #footer-contact {
	text-align: left;
	float: left;
	height: auto;
	width: 270px;
}
.oneColFixCtrHdr #footer #footer-content #footer-menu {
	text-align: right;
	float: right;
	height: auto;
	width: 470px;
}
.oneColFixCtrHdr #footer #footer-content #footer-legal {
	text-align: right;
	float: right;
	height: auto;
	width: 470px;
}
.oneColFixCtrHdr #footer #footer-content #footer-menu a:link {
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr #footer #footer-content #footer-menu a:hover {
	color: #ffffff;
	background-color:#000000;
	text-decoration: none;
}
.oneColFixCtrHdr #footer #footer-content #footer-menu a:visited {
	text-decoration: none;
}
.oneColFixCtrHdr #container #menu {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.oneColFixCtrHdr #container #mainContent #contentinset {
	margin: 0px 0px 0px 10px;
	float:right;
}
