/* CSS Document */
html { 
	min-height: 100%;
	}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	background-image: url(/images/bottombg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 25px;
}
#head {
	background-color: #003366;
/*	background-color: #799A34;
	background-color: #6D8141;*/
	border-bottom: 5px solid #cccccc;
	padding: 10px;
	}
	#headtext{
		width: 900px;
		margin: 0 auto;
		color: #FFFFFF;
	font-size: 1.9em;
	letter-spacing: -0.025em;
		}
	#headtextleft {
		width: 470px;
		float: left;
		}
	#headtextright {
		width: 350px;
		float: right;
		text-align: right;
		}
	
#top {
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	height: 70px;
	}
	#topleft {
		width: 400px;
		float: left;
		}
	#topright {
		width: 495px;
		float: right;
		text-align: right;
		padding-top: 3px;
		}
#nav {
	margin: 0 auto;
	margin-top: 20px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	background-image: url(/images/middlebg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
	padding: 5px;
	border-bottom: 3px solid #cccccc;

	}
#main {
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	}
	#left {
		width: 625px;
		float: left;
		}
	#right {
		width: 225px;
		float: right;
		background-image: url(/images/rightbg.gif);
		background-position: top left;
		background-repeat: no-repeat;
		padding: 10px;
		min-height: 500px;
		}
	.image {
		padding: 0px;
		border: 4px solid #cccccc;
		}
	#left p {
		line-height: 130%;
		}

#news {
	width: 215px;
	padding: 5px;
	background-color: #ffffff;
	background-image: url(/images/bluebg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #003366;
	}
	#news p {
		margin: 0;
		margin-top: 5px;
		padding-left: 10px;
		padding-bottom: 25px;
		line-height: 130%;
		}
#media {
	width: 215px;
	margin-top: 0px;
	}
#tshirt {
	width: 215px;
	margin-top: 70px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	height: 80px;
	}
	#tshirt img {
		margin-left: 130px;
		margin-top: -125px;
		}
	#tshirt p {
		margin: 0;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 0px;
		}
#footer {
	margin-top: 40px;
	border-top: 3px solid #cccccc;
	text-align: center;
	padding: 5px;
	}
h2 {
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #333333;
	}

h3 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #333333;
	}
	

.clearfix { clear: both; }

a:link {
	color: #0054A8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0054A8;
}
a:hover {
	text-decoration: none;
	color: #0984FF;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}

legend {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	letter-spacing: -1px;
	}
fieldset {
	padding: 0px;
	border: 1px solid #c1c1c1;
	margin-top: 20px;
	}
.fielddiv {
	padding: 15px;
	background-image: url(/images/yellowbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
.fielddiv2 {
	padding: 15px;
	background-image: url(/images/greenbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
.fielddiv3 {
	padding: 15px;
	background-image: url(/images/bluebg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
#step {
	font-size: 18px;
	color: #FF0000;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 10px;
	text-align: left;
	}
	
.players {
	font-size: 18px;
	font-weight: normal;
	letter-spacing:-1px;
	}	

#boterror {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	}
/* FORM */

.cssform p{
width: 325px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dotted gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 175px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 200px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.button {
	font-size: 18px;
	padding: 10px;
	font-weight: bold;
	color: #333333;
	letter-spacing: -1px;
	margin-top: 15px;
	}


.maptext {
	font-size: 18px;
	letter-spacing: -1px;
	color: #333333;
	width: 45px;
	padding: 7px;
	}
.mapbutton {
	font-size: 18px;
	padding: 5px;
	font-weight: bold;
	color: #333333;
	letter-spacing: -1px;
	margin-top: 15px;
	}

.link {
	padding: 7px 20px 7px 20px;
	}

.highlight {
	background-color: #FFFFCC;
	}