@charset "utf-8";

body {
	background: #000;
	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: #DFBB24;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}




#container  {
	background: url(images/bg-content.jpg) repeat-x;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}
#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;
}
#header img {
	margin: 10px;
}

#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 */
}
#nav ul {
	display: inline-block;
	background: url(images/bg-Nav.jpg) repeat-x;
	height: 45px;
	width: 980px;
}
#nav li {
	display: inline-block;
	list-style: none;
	padding-top: 5px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 30px;
}
#nav a:link, #nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #FEE361;
	text-decoration: none;
}
#mainContent  {
	padding: 0;
	margin: 10px;
	color: #FFF;
}
#mainContent  h1 {
	font-size: 120%;
}
#mainContent h2 {
	font-size: 115%;
}
#mainContent h3 {
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
}
#mainContent a:link, #mainContent a:visited {
	color: #F8F5DC;
	text-decoration: underline;
}
#mainContent a:hover, #mainContent a:active {
	color: #FEE361;
	text-decoration: none;
}
#mainContent li.regBullets {
	font-size: 90%;
}





#footer  {
	padding: 0 10px;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 100%;
}
#footer a:link, #footer a:visited {
	color: #DFBB24;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #FEE361;
	text-decoration: none;
}
.eventDetails {
	background: url(images/bg-eventDetails.png) no-repeat;
	height: 160px;
	width: 650px;
	color: #670F01;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 20px;
	font-size: 16px;
	margin-left: 20px;
}
#details {
	width: 630px;
	float: left;
}

#bullets {
	font-size: 115%;
	font-weight: bold;
	margin-left: 50px;
	padding-bottom: 2px;
}
#bullets li {
	padding-bottom: 3px;
}

.DoubleBoldText {
	font-family: "Arial Black", Gadget, sans-serif;
}
.whiteText {
	color: #FFF;
}
.eventDetails p {
	padding-bottom: 2px;
}
.yellowText {
	color: #FEE361;
	font-size: 110%;
}
#sponsorTable a img{
	margin: 5px;
	padding: 0px;
}
#sponsorTable tr td {
	margin: 0px;
	padding: 0px;
}
#sponsorTable p {
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#sponsorTable {
	margin-right: auto;
	margin-left: auto;
}


#sponsorTable a:link, #sponsorTable a:visited {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 20px 0px 0px;
}

#sponsorTable a:hover, #sponsorTable a:active {
	color: #FFF;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
.maroonText {
	color: #F00;
	font-size: 120%;
}
.sponsorBullets {
	font-weight: normal;
	margin-left: 50px;
	padding-bottom: 2px;
	color: #FFF;
}

.hideDiv {
	display: none;
}

.spacing4P {
	padding: 10px 10px 5px;
}
.consultForm {
	border: 3px solid #F93;
	margin-right: auto;
	margin-left: auto;
}
.submit {
	background: url(images/bt-submit.png) no-repeat;
	color: #FFF;
	height: 48px;
	width: 167px;
	font-weight: bold;
	font-size: 14px;
}
#contest p {
	padding: 5px 5px 10px;
}
.indent {
	list-style: square url(none) inside;
	padding: 2px 5px 2px 8px;
}
.submitLong {
	background: url(images/bt-submitLong.png) no-repeat;
	color: #FFF;
	height: 48px;
	width: 220px;
	font-weight: bold;
	font-size: 14px;
}

