@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: #d3e2d4;
}
.oneColFixCtrHdr #container {
	width: 1080px;
	margin: 0 auto; /* 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: #d3e2d4;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.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. */
	background-color: #a3c4a6;
	background-image: url(Images/header/header7.jpg);
	background-repeat: no-repeat;
	height: 160px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #d3e2d4;
}
.topmenu {
	background-color: #a3c4a6;
	padding-bottom: 3px;
	padding-left: 240px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-transform: none;
	font-size: 16px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #d3e2d4;
	text-align: center;
}
.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 */
}
.Verdaba {
	font-family: Arial Black, Gadget, sans-serif;
}
.oneColFixCtrHdr #container .topmenu a {
	color: #173e1f;
}
.oneColFixCtrHdr #container #mainContent h1 {
	color: #173e1f;
}
.oneColFixCtrHdr #container #footer p {
	color: #173e1f;
}
.oneColFixCtrHdr #container .topmenu1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background-color: #A3C4A5;
	width: 880px;
	height: 40px;
	text-align: center;
	padding-left: 200px;
}
