body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	margin: 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: #88847F;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.oneColFixCtrHdr #container {
	width: 955px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 700px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	height: 205px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
}
.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 */
}
.oneColFixCtrHdr #nav {
	height: 50px;
}
.oneColFixCtrHdr #container #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 430px;
}
.oneColFixCtrHdr table {
	height: 100%;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
}
a:active{
	color: #CC0000;
	text-decoration: none;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	color: #396361;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	color: #2D4D4B;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
	color: #2D4D4B;
}
.oneColFixCtrHdr #container #mainContent #leftcol {
	height: 430px;
	width: 600px;
	padding-left: 20px;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #mainContent #rightcol {
	height: 430px;
	width: 305px;
	float: right;
	padding-right: 14px;
}
.oneColFixCtrHdr #container #mainContent #leftcol p {
	padding: 0px;
	margin: 0px;
	color: #88847F;
	font-size: 14px;
	line-height: 18px;
}
.oneColFixCtrHdr #container #mainContent #lefthalf p {
	padding: 0px;
	margin: 0px;
	color: #88847F;
	font-size: 14px;
	line-height: 18px;
}
.oneColFixCtrHdr #container #mainContent #leftcol .highlight {
	font-weight: bold;
	color: #396361;
}

.oneColFixCtrHdr #container #mainContent #lefthalf {
	height: 430px;
	width: 450px;
	padding-left: 20px;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #mainContent #righthalf {
	height: 430px;
	width: 450px;
	float: right;
	padding-right: 12px;
	color: #88847F;
	font-size: 14px;
	line-height: 18px;
}

