@charset "utf-8";
body {
	background: #333;
	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: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
.oneColElsCtr #container {
	text-align: center; /* this overrides the text-align: center on the body element. */
	width: 634px;
	padding: 0px;
	margin-top: 8%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	vertical-align:middle;
	padding: 20px;
	text-align: center;
	margin: auto;
	height:100%
}
img {border:none;}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainContent a {
	color: #9A0000;
	text-decoration: none;
}
#mainContent a:hover {
	color: #000;
	text-decoration: underline;
}
#footer {
	font-size: x-small;
	color: #FFFFFF;
	width: 594px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#row1 {
	margin: 0px;
	padding: 0px;
	height: 57px;
	width: 594px;
	display: block;
	float: none;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#row1 .content {
	margin: 0px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#row2 {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 594px;
	display: block;
	float: none;
}
#row3 {
	background-image: url(images/splash_logo/splash-logo_r3_c1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 98px;
	width: 594px;
	display: block;
	float: none;
}
#row3 .content {
	padding: 10px;
}
#row4 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 594px;
	display: block;
	float: none;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 4px;
	margin-top: 4px;
}
h3 {
	font-size: 1.25em;
	margin-top: 4px;
	margin-bottom: 4px;
}

