@charset "UTF-8";
/* Privacy Policy and Terms of Use and contest rules */
* {
	margin: 0px;
	padding: 0px;
}
html {
	background:#FC8608;
}
body {
	margin: auto;
	font-size: 62.5%;
	color: #fff;
	font-family: Arial;
	width: 980px;
	height: 100%;
	line-height: 16px;
}
p {
	font-size: 1.2em;
}
a {
	color: #fff;
}
h1 {
	font-size: 3em;
	padding-left: 60px;
	height: 30px;
}
h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 1em 60px 0;
}
h3 {
	padding: 1em 60px 0;
}
h4 {
	padding-left: 60px;
}
table {
	width: 42em;
	margin: auto;
	padding-top: 1.1em;
}
th {
	font-weight: bold;
	font-size: 1.2em;
}
#flashcontent {
	padding-top: 10px;
}
#footer #legal {
	float: left;
	list-style: none;
	width: 200px;
	overflow: hidden;
}
#footer #legal li {
	display: inline;
}
#footer #legal li a {
	display: block;
	padding: 0px 5px 0px 4px;
	border-left: 1px solid #fff;
	float: left;
	margin-left: -1px;
}
#footer a {
	color: #fff;
}
#footer p {
	text-align: right;
	font-size: 1em;
}
body.corp {
	width: 700px;
	background: url(images/background-corp-repeat.jpg) top center repeat-y #FC8608;
}
body.corp p.footnote {
	font-size: 1em;
	padding: 1em 60px 2em;
}
body.corp #content {
	padding-top: 197px;
	text-align: justify;
	background: url(images/background-corp-top.jpg) top center no-repeat;
}
body.corp p {
	padding: 0 60px;
}
body.corp #footer {
	text-align: center;
	background: url(images/background-corp-bottom.gif) bottom center no-repeat;
	padding-bottom: 15px;
}
body.corp #footer p {
	padding: 1em 0;
	text-align: center;
}
body.corp #footer a {
	font-size: 1.2em;
}
body.corp ol, body.corp ul {
	font-size: 1.2em;
	padding: 1em 60px;
	margin-left: 20px;
}
body.corp ul.sitemap {
	padding:0px 0px 1em 60px;
	list-style: none;
	margin-left: 0px;
}
body.corp ul.sitemap a {
	color: #fff;
}

#rules,
#rules li ul,
#rules li ol
{
	width: 600px;
	margin: 0 38px;
	padding: 0 0 0 20px;
}

#rules li {
	margin-bottom: 15px;
}

#rules li h2,
#rules li h3,
#rules li p {
	font-size: inherit;
	padding: 0;
	margin-bottom: 5px;
}

#rules li ul,
#rules li ol {
	width: auto;
	margin: 0 15px;
	font-size: inherit;
}

#rules li li {
	margin-bottom: 5px;
}

#rules li ul {
	padding: 0;
	list-style: none;
}

#rules li li ul {
	padding-left: 5px;
	list-style: disc;
}

#rules a {
	color: #fddb32;
	font-weight: bold;
}	

