@charset "UTF-8";
body {
	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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 980px;
	background-color: #00B46B;
}
.oneColFixCtrHdr #container {
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFC;
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
	width: 980px;
}
.oneColFixCtrHdr #header {
	height: 180px;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(images/pasture.jpg);
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
h4 {
	color: #F00;
}
.oneColFixCtrHdr #mainContent {
	text-align: justify;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFC;
}
#logo {
	position: relative;
	left: 15px;
	top: 5px;
	background-color: #F0F0F0;
}
#title {
	font-size: 40px;
	color: #FFF;
	position: relative;
	left: 150px;
	top: -130px;
	white-space: nowrap;
}
#regMark {
	font-size: 60%;
	vertical-align: super;
}
.oneColFixCtrHdr #footer {
	background-color: #FFC;
	text-align: center;
	padding: 0;
	font-size: 12px;
}
.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 */
}
.oneColFixCtrHdr #container #mainContent p img {
}
#indexText {
	padding-left: 250px;
}
#Sponsors {
	float: left;
	text-align: center;
}
