body  {
	font: 100% Tahoma, Geneva, 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: #FFF;
}
.footerLinks {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5E8C8C;
	text-align: center;
	float: none;
	padding-top:10px;
}

.imagebox {
	float: left;
	padding-left:5px;
	padding-right:5px;
	padding-top: 5px;
}

.textmidbox {
	float: none;
	width:492px;
	padding-top: 5px;
	padding-left: 175px;
	
}

.textmidbox p {
	text-align:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	color: #436767;
	line-height: normal;
	margin: 0px;
}

.textmidbox p a:link {
	text-decoration: none;
	color: #436767;
}
.textmidbox p a:hover {
	text-decoration: none;
	color: #000000;
}

.contentwithmargin  {
	margin-left: 55px;
}
.contentwithmargin2  {
	margin-left: 50px;
}

.contentwithmargin3  {
	margin-left: 40px;
}
.contentwithmargin4  {
	margin-left: 30px;
	margin-top: 10px;
}


a:link {
	text-decoration: none;
	color: #AECACA;
}
a:visited {
	text-decoration: none;
	color: #AECACA;
}
a:hover {
	text-decoration: none;
	color: #163D3F;
}
a:active {
	color: ##2D143D;

}


.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 575px;
	margin-top: 4%;
	margin-bottom: 4%;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #CCC;
}
.oneColFixCtrHdr #header {
	background:#FFFFFF;
	height: 40px;
	margin-left: 55px;
}
.headerBlock {
	background-color: #FFF;
	text-align: center;
	float: left;
	height: 15px;
	width: 168px;
	padding-top: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;  /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	font-size: 10pt;
	color: #C9DCDC;
	white-space: nowrap;
	display: inherit;
	text-transform: none;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	height: 450px;
	text-align: left;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	height: 58px;
}
.oneColFixCtrHdr #footer p {
	margin: 5px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: justify;
	font-size: 12px;
	color: #5F9292;
	margin-left: 55px;
	margin-right: 55px;
}

.oneColFixCtrHdr #footer p centered {
	margin: 5px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	color: #A5C5C5;
}

