@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: #999;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	padding: 0 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. */
	height: 103px;
	background-image: url(../images/header_image.png);
	z-index: 1;
	margin-top: 0px;
	margin-bottom: 0px;
}
.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: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #navBar {
	height: 26px;
	width: 800px;
	margin-top: 0px;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #018640;
}
.oneColFixCtrHdr #navBar p {
	font: 12px Verdana, Geneva, sans-serif;
	color: #FF9;
	text-align: left;
	display: inline;
	margin-right: 50px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px;
	background-image: url(../images/mainContent_backgr.png);
	margin: 0px;
	text-align: center;
	height: 254px;
	position: relative;
	overflow: hidden;
}
.oneColFixCtrHdr #mainContent p {
	font: lighter normal 16pt/20pt Verdana, Geneva, sans-serif;
	text-align: right;
	color: #5B7385;
}
.oneColFixCtrHdr #mainContent img {
	margin-left: 40px;
}
.oneColFixCtrHdr #container p.heading {
	font: lighter 11pt/12pt "pt Verdana", Geneva, sans-serif;
	color: #63238C;
	padding-right: 10px;
	padding-left: 13px;
}
.oneColFixCtrHdr  #sections {
	text-align: left;
	height: 225px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #subDivLeft  {
	float: left;
	height: 223px;
	width: 260px;
	background-image: url(../images/div_gradient_slice2.gif);
	background-repeat: repeat-x;
	border-right-color: #A0410D;
	position: absolute;
}
.oneColFixCtrHdr #subDivLeft p {
	font: 9pt/12pt Arial, Helvetica, sans-serif;
	color: #333;
	padding-right: 10px;
	padding-left: 13px;
	padding-top: 0px;
	text-align: left;
}
.oneColFixCtrHdr #subDivCenter {
	height: 223px;
	width: 264px;
	clear: right;
	float: left;
	background-image: url(../images/div_gradient_slice2.gif);
	background-repeat: repeat-x;
	border-right-color: #A0410D;
	margin-left: 266px;
	position: absolute;
}
.oneColFixCtrHdr #subDivCenter p {
	font: normal 11pt/15pt Arial, Helvetica, sans-serif;
	color: #333;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 0px;
}
.oneColFixCtrHdr #subDivRight {
	height: 223px;
	width: 264px;
	position: relative;
	float: right;
	background-image: url(../images/div_gradient_slice2.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #subDivRight p {
	font: normal 11pt/16pt Arial, Helvetica, sans-serif;
	color: #333;
	padding-right: 10px;
	padding-left: 13px;
	padding-top: 0px;
}
.oneColFixCtrHdr #footer {
	height: 78px;
	padding-top: 5px;
	padding-bottom: 0px;
	clear: none;
	background-image: url(../images/footer_gradient_slice2.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 5px;
}
.oneColFixCtrHdr #footer p {
	font: lighter 10pt/16pt Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	display: inline;
	white-space: normal;
}
.oneColFixCtrHdr h5 {
	font: bold normal 11pt Arial, Helvetica, sans-serif;
	display: block;
	background-color: #63238C;
	color: #FFF;
	margin-top: 0px;
	vertical-align: middle;
	text-align: center;
	padding: 5px 0px;
}
.XXoneColFixCtrHdr #subDivLeft p.heading {
	font: 13pt Verdana, Geneva, sans-serif;
	color: #63238C;
	display: block;
	background-color: #0F3;
}
.XXoneColFixCtrHdr #subDivLeft h5 {
	font: bold normal 13px Verdana, Geneva, sans-serif;
	display: block;
	background-color: #63238C;
	color: #FFF;
	margin-top: 0px;
	vertical-align: middle;
	text-align: center;
	padding: 5px 0px;
}
.oneColFixCtrHdr #designBy {
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: #666;
	text-align: right;
}
a:link {
	text-decoration: none;
	color: #63238c;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #d1e487;
}
a:active {
	text-decoration: none;
}
