body {
	font: 13px Arial, Helvetica, 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;
}
a:link {
	color: #045e67;
}
a:visited {
	color: #045e67;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #045e67;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#splash_layout {
	background-color: #f69187;
	height: 100%;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 35px;
}
.oneColFixCtrHdr #container {
	width: 1200px;
	text-align: left;
	background-color: #C4DFD8;
	border: 6px solid #FFFFFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* 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. */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #F78A83;
	background-image: url(images/backgrounds/footer-image.gif);
}
.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 */
}
.peachborder {
	border: 6px solid #F4837F;
}
.whiteBorder {
	border: 6px solid #FFFFFF;
}
.blackborder {
	border: 4px solid #000000;
}
.style4 {
	font-size: 13px;
	color: #045E67;
}
.style5 {font-size: 16px; color: #000000; }
.style6 {
	font-size: 18px;
	color: #ffffff;
}
.style15 {color: #FADAD5}
.style17 {
	color: #F4837F;
	font-size: 24px;
	font-weight: bold;
}
.style7 {
	font-size: 28px;
	color: #CC0000;
}
.style8 {
	font-size: 12px;
	color: #000000;
}
.style18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #045E67;
}
.style20 {
	font-size: 24px;
	color: #000000;
}
.style21 {
	font-size: 44px;
	color: #0A818D;
}
