@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: 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #000000;
}
 #container {
	width: 600px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px none #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/containerBG.jpg);
	background-repeat: repeat-y;
	background-position: left 161px;
}
 #header {
	padding: 0;  /* 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. */
	margin: 0px;
	background-image: url(images/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 267px;
	width: 600px;
}
 #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 */
	text-indent: -1000em;
}
 #mainContent {
	padding: 0;
	margin: 0px;
	width: 600px;
	background-image: url(images/mainContentBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContent p {
	font-size: 1.4em;
	line-height: 1.2em;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding-top: 1.2em;
	padding-bottom: 0em;
	padding-right: 2.2em;
	padding-left: 2.2em;
	color: #000000;
}
#mainContent a {
	color: #5274CD;
	text-decoration: none;
}
#mainContent a:hover {
	color: #000066;
	text-decoration: underline;
}
#mainContent h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: center;
	margin: 0px;
	padding-bottom: 0.5em;
	padding-top: 1em;
}
#mainContent h3 {
	font-size: 1.8em;
	line-height: 1.3em;
	text-align: center;
	margin: 0px;
	color: #000000;
	padding-top: 0px;
	padding-right: 2em;
	padding-bottom: 0px;
	padding-left: 2em;
}

#mainContent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent .enter {
	height: 92px;
	width: 178px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainContent .Thanks {
	margin: 0px;
	font-size: 2.5em;
	line-height: 1.2em;
	padding-top: 4em;
	padding-bottom: 13em;
}
#mainContent .roadRunner {
	margin: 0px;
	padding-top: 2.5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent .ira {
	margin: 0px;
	padding-top: 3em;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent .rules {
	font-size: 1.2em;
}
#mainContent .roadLogo {
	height: 65px;
	width: 106px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent .roadLogo img {

}





#entryForm {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
}


 #footer {
	padding: 0;
	margin: 0px;
	width: 600px;
	background-image: url(images/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
}
 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 4.5em;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#footer a {
	color: #7B98E4;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#header img {
	margin: 0px;
	padding: 0px;
}
