@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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #000000;
}
 #container {
	width: 700px;
	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-color: #FFFFFF;
	background-image: url(images/containerBG.jpg);
	background-repeat: repeat-y;
	background-position: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 #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;
	width: 700px;
	background-image: url(images/header.jpg);
	height: 174px;
	background-repeat: no-repeat;
	background-position: left top;
}
 #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -1000em;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}
 #mainContent {
	padding: 0;
	margin: 0px;
	width: 700px;
	background-image: url(images/mainContentBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0px;
	padding-top: 1em;
	padding-right: 1.5em;
	padding-bottom: 0px;
	padding-left: 1.5em;
	text-align: left;
}

#mainContent .thankYou {
	margin: 0px;
	padding: 0px;
	width: 700px;
}
#mainContent .thankYou .thankyouPage {
	margin: 0px;
	padding-top: 10em;
	padding-bottom: 17em;
	text-align: center;
}


#enterButton {
	width: 167px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 66px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#enterButton img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#entryForm {
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#entryForm #form1 {
	margin: 0px;
	padding: 0px;
}



 #footer {
	width: 700px;
	background-image: url(images/footer.jpg);
	height: 30px;
	padding: 0em;
}


 #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: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a {
	font-weight: bold;
	color: #D44A02;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #C51529;
	text-decoration: none;
}
#rules {
	width: 600px;
	height: 640px;
	overflow: auto;
}
#rules p {
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: left;
}
#mainContent .conRules {
	text-align: center;
	margin: 0px;
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainContent .conRules a {
	color: #D44A02;
	text-decoration: none;
}
#mainContent .conRules a:hover {
	color: #C51529;
	text-decoration: underline;
}
#mainContent .topPar {
	padding-top: 0em;
	padding-bottom: 0px;
}
#mainContent .click {
	text-align: center;
}
