body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
margin:0;
padding:0;
} 
body {
	color: #000;
	background-color: #a40000;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f00), to(#faa));
	background: -moz-linear-gradient(top, #a40000, #faa);
	font-family: Arial, Helvetica, sans-serif;
	/*background-image: url(images/bodyshadow.png);
	background-position: center top;
	background-repeat: repeat-y;*/
}
#container {
	margin: 0px auto 0px auto;
	width:924px;
	background-color: #0033ff;	
	border-left: solid #005e02 2px;
	border-right: solid #005e02 2px;
	border-top: solid #005e02 2px;
	-moz-box-shadow: 5px 5px 5px #333;
    -webkit-box-shadow: 5px 5px 5px #333;
    box-shadow: 5px 5px 5px #333;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.content {
	width: 908px;
	background-color: #ffffee;
	color: #000000;
	margin: 0px auto;
	padding-top: 1px;
	padding-bottom: 1px;
	-moz-box-shadow: 2px 5px 5px;
	box-shadow: 2px 5px 5px;
	clear: both;
	
}


.contentBg2 {
	width: 904px;
	background-color: #ffffee;
	color: #000000;
	margin: 0px auto;
	padding-top: 1px;
	padding-bottom: 1px;
	overflow: auto;
}
.col2{
	width: 450px;
	float: left;
	text-align: center;
}
.col3 {
	float: left;
	width: 290px;
	text-align: center;
}
.col3 + .col3 {
	width:290px;
	margin-left: 15px;
}
.col4 {
	float: left;
	width: 225px;
	/*	padding: 5px 0px 0px 0px;*/
	text-align: center;
	background-color: ffffee;
}
.col4 + .col4 {
	width:224px;
	padding-left: 2px;
}
.col5 {
	float: left;
	width: 174px;
	/*	padding: 5px 0px 0px 0px;*/
	text-align: center;
	padding-left: 5px;
	padding-right: 2px;
}
.last {
	margin-left: 12px;


}


.col5 + .col5 {
	width:174px;
	padding-left: 2px;
}
#container .content .section .contentBg .col4 .serifHead img {
	padding-left: 2px;
	margin-left: 2px;
}

#container .content p {
	color:#000;
	}
#container .contentBg .col3 p {
	color: #000000;
}

#navbar {
	z-index: 1;
	clear: both;
}   
.footer{
	width: 924px;
	margin: 0 auto;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-radius: 0px 0px 15px 15px;
	border-bottom:ridge #63bdff 2px;
	background-color: #0033FF;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#fff;
	font-weight: bold;
	}
.footer table {
	width: 100%;
}
#container p {
	color: #FFFFFF;	
	margin-left: 10px;
	text-indent: 20px;
	}
#logo {
	width: 600px;
	float: left;
}
#container #logo p {
	padding-bottom: 10px;
	font-size: 11px;
	text-align: center;
	margin-top: -20px;
	font-style: italic;
	color: #55FFFF;
	font-weight: bold;
}
.fastpitch {
	width: 300px;
	float: right;
	height: 100px;
	text-align: right;
}
#container .fastpitch img {
	margin-top: 40px;
}
h1, h2, h3, h4 {
	color: #990000;
	text-align: center;
	}
h1 {
	font-size:1.7em;
	line-height:1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em}
h2 {
	font-size:1.4em;
	line-height: 2;
}
h3 {font-size:1.125em;}
h4 {font-size:1.0em;}
h5 {font-size:0.875em;}
p  {
	font-size:0.76em;
	text-indent: 30px;
}	
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .80em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-indent: 30px;
}
#container .content .contentBg .col3 .redAround h6 {
	text-align: center;
	text-indent: 0px;
}


.team {
	margin: 0px auto;
	width: 610px;
	text-align: center;
	background-color: #FFFFCC;
}
#playerCommit img {
	margin: 0px;
	width: 61px;
	border-style: none;
	vertical-align: middle;
}
table#finishes{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	width: 800px;
	margin: 5px auto 5px auto;
	border-collapse:collapse;
	background-color: #FFFFCC;
}
table#finishes td{
	border: ridge #000 1px;
	height: 20px;
	vertical-align: middle;
	padding-left: 10px;
	text-align: left;
	color: #000000;
}
table#finishes th{
	color:#000000;
	border: ridge #000 1px;
}
td {
	margin: 0px;
	text-align: center;
}
a:link {	
	color:#0000FF ;
}
#container .content #finishes a {
	color: #0000FF;
}
a:visited {
	color:#6633CC;
}
.center {
	margin:0 auto;
	text-align:center;
}
.bigH1 {
	font-size: 2em;
	line-height: 1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.bdrRight {
border-right: solid #006 thin;
}
.bdrLeft {
border-left: solid #006 thin;
}
.bdrTop {
border-top: solid #006 thin;
}
.bdrBottom {
border-bottom: solid #006 thin;
}
.borderAll {
	border: thin solid #000066;
}
.headline{
	background-color: #a40000;
	width: 904px;
	border: solid #000 1px;
	margin: 0px auto 0px auto;
	text-align: center;
}
.headline h1{
width:100%;
color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow:black 0.1em 0.1em 0.2em;

}
.headline h2{
	width:100%;
	display: block;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow:black 0.1em 0.1em 0.2em;
	
}
.section {
	width: 904px;
	margin: 0px auto 0px auto;
	border-right: solid #000 1px;
	border-bottom: solid #000 1px;
	border-left: solid #000 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #ffffee;
}
.serifHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000000;
}
.section .contentBg {
	width: 904px;
	/* background-image: url(section5Bg.gif); */
	background-color: #ffffee;
	color: #000000;
	margin: 0px auto;
	padding-top: 1px;
	padding-bottom: 1px;
	overflow: auto;
	background-image: url(section4Bg.gif);
}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	line-height: 1.5;
}
