/* Championship Styles */

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(images/bgtile.jpg);
	background-repeat: repeat-x;
	background-color: #191919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a5a5a5;
}

a {
	color: #7d7d7d;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 1.5em;
}

h1 {
	color: #FFFFFF;
	font-size: 28px;
	margin: 0 0 0 0;
	padding: 5px 0;
	font-weight: normal;
}

h2 {
	color: #6d6d6d;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

h3 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h4 {
	color: #d1d1d1;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.graytext {
	color: #6d6d6d;
}

.bluetext {
	color: #368ad5;
	text-transform: uppercase;
}

.requiredtext {
	color: #e63e39;
}

.clearfix {
	clear: both;
}

#container {
	margin: auto;
	width: 940px;
}

#header {
	width: 940px;
	height: 79px;
}

*html #header {
	width: 940px;
	height: 79px;
	margin-bottom: -3px;
}

.headerleft {
	width: 40%;
	float: left;
}

.headerright {
	width: 40%;
	float: right;
	text-align: right;
}

#banner {
	width: 940px;
	height: 292px;
}

*html #banner {
	width: 940px;
	height: 292px;
	margin-bottom: -3px;
}

#contentdiv {
	background-color: #000000;
}

#contentarea {
	width: 940px;
	margin: auto;
	padding: 10px 0 0 0;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
}

.contentleft {
	width: 590px;
	float: left;
}

.contentright {
	width: 300px;
	float: right;
}

ul.fancy {
	list-style-image: url(images/bullet.gif);
	padding-bottom: 20px;
}

ul.fancy li {
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 20px 0;
}

ul.prizes {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 80%;
	line-height: 18px;
}

ul.prizes li {
	padding: 5px 0;
}

#footerdiv {
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
}

#footer {
	width: 940px;
	margin: auto;
	background-image: url(images/bottomglow.jpg);
	background-repeat: no-repeat;
	height: 73px;
}

.footertext {
	padding: 20px 0 0 0;
	font-size: 14px;
}

fieldset {
	border: 0px solid #FFFFFF;
}

input {
	padding: 5px;
}

fieldset div {
	padding: 5px 0;
}

#mce-success-response {
	background-color: #d2ffc4;
	border: 3px solid #86ce6f;
	padding: 5px;
	color: #242424;
}