@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;
	text-align: center;
	background-color: #F9F9DD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #595b50;
}
.oneColFixCtrHdr #container {
	width: 860px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F9F9DD;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #F9F9DD;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #93B09E;
	background-image: url(../Images/Menu.jpg);
	height: 140px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background-color: #F9F9DD;
	padding-bottom: 10px;
	min-height:500px;
  	height:auto !important;
  	height:500px;	
}
.oneColFixCtrHdr #mainContent p {
	font-size: 16px;
	color: #595b50;
	margin-top: 2px;
}

.oneColFixCtrHdr #footer {
	background-color: #F9F9DD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #93b09e;
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 187px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../Images/Footer.jpg);
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	font-size: 12px;
	color: #2c2929;
}
