@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 18px;
	color: #FFF;
}
h3 {
	font-size: 24px;
	color: #900;
	text-transform: uppercase;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 5px;
}
h5 {
	color: #FFF;
	font-weight: lighter;
	font-size: 9px;
}
#Wrapper #header li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 3px;
	float: left;
}
h4 {
	font-style: italic;
	font-weight: lighter;
	font-size: 9px;
	line-height: 0%;
	color: #333;
}
p {
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h6 {
	font-size: 13px;
	text-align: left;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: none;
	color: #999;
	height: 40px;
}
a:active {
	text-decoration: none;
	color: #999;
}
a:visited {
	color: #900;
	text-decoration: none;
}
#Footer {
	background-color: #000;
	height: 65px;
	color: #900;
	float: none;
	clear: both;
	width: 1000px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: lighter;
	list-style-type: none;
	text-decoration: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 5px;
}

/**
 *	START Online Player Registration Form Styles - 2010.01.06
 *
 */

form#registration {
	width:300px;
}
form#registration fieldset {
	border:none;
	margin:10px 0 0 0;
	padding:0;
}
form#registration fieldset legend {
	font-size:14px;
	font-family:times, arial, sans;
	letter-spacing:1px;
	font-variant:small-caps;
	margin-top:10px;
}
form#registration input, select {
	margin-top:3px;
}
input.form_reg_name {
	width:130px;
	float:left;
}
input.form_reg_address {
	width:275px;
}
input.form_reg_zip {
	width:70px;
	float:left;
	margin-left:5px;
}
input.form_reg_phone {
	width:275px;
	float:left;
}
input.form_reg_email {
	width:275px;
	float:left;
}
input.form_reg_submit {
	margin:10px 0 0 5px;
}
select.month_long {
	width:140px;
	float:left;
}
select.day_short {
	width:55px;
	float:left;
	margin-left:5px;
}
select.year_long {
	width:75px;
	float:left;
	margin-left:5px;
}
select.state_short {
	width:60px;
	float:left;
	margin-left:5px;
}
select.size_long {
	width:280px;
	float:left;
}
label.long {
	float:left;
	width:290px;
	margin:10px 0 5px 5px;
	font-size:10px;
	font-family:sans;
}
label.short {
	float:left;
	width:140px;
	margin:10px 0 5px 5px;
	font-size:10px;
	font-family:sans;
}
div#players_name {
	width:300px;
	margin-top:5px;
	padding-top:5px;
}
div#players_school {
	width:300px;
	margin-top:5px;
	padding-top:5px;
}
div#players_size {
	width:300px;
	margin-top:5px;
	padding-top:5px;
}
div#players_dob {
	width:300px;
	margin-top:10px;
	padding-top:5px;
}
div#parent_name {
	width:300px;
	margin-top:5px;
	padding-top:5px;
}
div#parent_contact {
	width:300px;
	margin-top:5px;
	padding-top:5px;
}
div#players_address {
	width:300px;
	margin-top:5px;
	padding-top:5px;
}
div#form_agreement {
	width:600px;
	margin-top:5px;
	padding-top:5px;
}
div#form_insurance_details {
	width:300px;
	margin-top:5px;
	padding-top:5px;
}
div#form_signature {
	width:600px;
	margin-top:5px;
	padding-top:5px;
}
/**
 *	END Online Player Registration Form Styles
 *
 */
