@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: #620203;
	background-image: url(images/bodyBG.jpg);
	background-repeat: no-repeat;
	background-position: -325px -150px;
}
 #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #CF3030;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 12%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/mainContentBG.jpg);
	background-repeat: no-repeat;
	background-position: left 101px;
}
 #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: 800px;
	height: 101px;
	background-image: url(images/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

 #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -1000em;
}
 #mainContent {
	width: 800px;
	overflow: auto;
	margin: 0px;
	padding: 0em;
}


#mainContent h3 {
	font-size: 1.6em;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	color: #003300;
}
#mainContent a {
	color: #FF0000;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #33FF00;
	text-decoration: none;
}

#mainContent p {
	margin: 0px;
	color: #003300;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
	padding-right: 1em;
	padding-left: 2em;
	padding-bottom: 1em;
	padding-top: 0px;
	text-align: left;
}
#mainContent ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 3em;
	padding-bottom: 0px;
	padding-left: 5em;
}
#mainContent li {
	margin: 0px;
	padding: .5em;
	font-size: 1.1em;
	line-height: 1.2em;
}

#mainContent .topPar {
	padding-top: 1em;
}

#mainContent #rules p {
	text-align: left;
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0px;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 0em;
	padding-left: 2em;
}

#content  {
	padding: 0em;
	width: 800px;
	margin: 0em;
	height: 375px;
}
#entryForm  {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	color: #003300;
	overflow: auto;
	height: 375px;
}
#content .enterHere   {
	text-align: center;
}
#mainContent .thanks {
	padding-top: 4em;
	padding-bottom: 6.3em;
	font-size: 3em;
}




 #footer {
	padding: 0;
	margin: 0px;
	width: 800px;
}

#footer h2 {
	text-align: center;
	margin: 0px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	font-size: 1.6em;
}
 #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: .5em;
	padding-right: 0;
	padding-bottom: .5em;
	padding-left: 0;
}
#footer a {
	color: #FF0000;
	text-decoration: none;
}
#content  .rules  {
	text-align: center;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}

#footer a:hover {
	color: #00FF00;
}



.white {
	color: #42E335;
}
#rules .ruleIntro {
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.1em;
	line-height: 1.2em;
}
