body {
	margin: 0;
	background: #014577;
}

img {
	behavior: url(css/iepngfix.htc);
}


h1 {
	font-family: Georgia, Tahoma, Arial;
	font-size: 16px;
	color: #003877;
	font-weight: bold;
}

p,td {
	font-family: Georgia, Tahoma, Arial;
	font-size: 13px;
	color: #373737;
}

a {
	font-family: Georgia, Tahoma, Arial;
	font-size: 13px;
	color: #003877;
}

textarea {
	font-family: Georgia, Tahoma, Arial;
	font-size: 11px;
	color: #373737;
	border: 1px solid #c0c0c0;
	background-color: #eeeeee;
}

#standings th,
#standings td {
    font-size: 11px;
}

#container {
	width: 936px;
	margin: 0 auto;
}

#sponsorThankYou {
	position: absolute;
	top: 27px;
	left: 50%;
	margin-left: -465px;
	font-family: Georgia, Tahoma, Arial;
	font-size: 12px;
	color: #ffffff;
}

	#sponsorThankYou a {
		font-family: Georgia, Tahoma, Arial;
		font-size: 12px;
		color: #ffffff;
	}

#header {
	height: 231px;
	width: 936px;
	background: url(../images/header.gif) no-repeat;
	border-bottom: 1px solid white;
}

#footer {
	width: 936px;
	margin: 10px auto 20px;
	font-family: Georgia, Tahoma, Arial;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}

#footer a {
	font-family: Georgia, Tahoma, Arial;
	font-size: 11px;
	color: #ffffff;
}

#nav {
	height: 27px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding-top: 7px;
	background: #014577;
}

#nav .navButton {
	float: left;
	text-align: center;
	width: 133px;
	font-family: Georgia, Tahoma, Arial;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}

#nav .navButton a {
	font-family: Georgia, Tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

#pics {
	background: #ffffff;
}

#calendar {
	background: #F4F48E;
	font-family: Georgia, Tahoma, Arial;
	font-size: 12px;
	color: #373737;
	border-top: 1px solid #014577;
	border-bottom: 1px solid #014577;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 3px;
	text-align: center;
}

#content {
	background: #ffffff;
	padding: 10px 100px 10px;
}

#fundraising-ballfield {
    background: transparent url(../images/fundraising/baseball-field.jpg) no-repeat;
    height: 250px;
    width: 400px;
}

#fundraising-overlay-full,
#fundraising-overlay-partial {
    float: right;
    background: transparent url(../images/fundraising/white-opacity.gif);    
    -khtml-opacity:.60; 
    -moz-opacity:.60; 
    -ms-filter:”alpha(opacity=60)”;
    filter:alpha(opacity=60);
    opacity:.60;
    margin: 0;
    padding: 0;
}

#cartSummary {
	width: 700px;
	padding: 7px;
	background: #373737;
	font-family: Georgia, Tahoma, Arial;
	font-size: 12px;
	color: #ffffff;
}

#cartSummary p,
#cartSummary td {
	font-family: Georgia, Tahoma, Arial;
	font-size: 12px;
	color: #ffffff;
}

#cartSummary td {
	padding-bottom: 4px;
}

#cartSummary a {
	font-family: Georgia, Tahoma, Arial;
	font-size: 10px;
	color: #ffffff;
	font-style: italic;
}

#registerPlayerForm,
#paymentForm,
#donateForm {
	clear: both;
	width: 650px;
	border-left: 1px #373737 dotted;
	border-right: 1px #373737 dotted;
	border-bottom: 1px #373737 dotted;
	padding: 25px;
}

#donateForm {
	border-top: 1px #373737 dotted;
}

#donateForm fieldset,
#registerPlayerForm fieldset,
#paymentForm fieldset {
	border:1px solid #e1e1e1;
	margin-bottom: 10px;
}

#donateForm legend,
#registerPlayerForm legend,
#paymentForm legend {
	font-family: Georgia, Tahoma, Arial;
	font-size: 14px;
	color: #003877;
	font-weight: bold;
}

#donateForm legend a,
#registerPlayerForm legend a,
#paymentForm legend a {
	text-decoration: none;
}

#donateForm table,
#registerPlayerForm table,
#paymentForm table {
	margin: 10px;
}

#donateForm td,
#donateForm td select,
#donateForm td input,
#donateForm td textarea,
#registerPlayerForm td,
#registerPlayerForm td select,
#registerPlayerForm td input,
#paymentForm td,
#paymentForm td select,
#paymentForm td input {
	font-family: Georgia, Tahoma, Arial;
	font-size: 12px;
	color: #373737;
}

#donateForm td textarea {
    background-color: white;
}