@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-image: url(images/masterBG.jpg);
	background-position: top center;
	background-repeat: repeat;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
/* Commonly used to style page titles. */
h1 {
	color: #66FF00;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
	color: #66FF00;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
/* Sets the style for the h3 header. */
h3 {
	color: #66FF00;
	font-size: 10px;
	line-height: 12px;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #66FF00;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #66FF00;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #66FF00;
}
#outerWrapper {
	background-image: url(images/bodyBG.gif);
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 900px;
}
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(images/baseball.png);
	background-repeat: no-repeat;
	background-position: 161px 2px;
}
#outerWrapper #contentWrapper #content #header {
	background-image: url(images/headerBG.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 81px;
}
#HeaderLogo {
	height: 75px;
	width: 80px;
	margin-left: 40px;
	float: left;
	margin-top: 5px;
}
#SearchBox {
	height: 58px;
	margin-left: 650px;
}
/* Main Navigation */
#outerWrapper #contentWrapper #content #header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#outerWrapper #contentWrapper #content #header ul li {
	float: left;
}
#outerWrapper #contentWrapper #content #header ul a {
	font-size:15px;
	text-decoration:none;
	color:#FFF;
	float:left;
	display:block;
	background-image: url(images/baseballDivider.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 28px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 22px;
}
#ThreeColumnContentTop {
	width: 880px;
	height: 8px;
	background-image: url(images/3columnTop.png);
}
#ThreeColumnContentMid {
	width: 880px;
	background-image: url(images/3columnMiddle.png);
}
#ThreeColumnContentBottom {
	width: 880px;
	height: 20px;
	background-image: url(images/3columnBottom.png);
}
#leftColumn {
	float: left;
	padding: 0px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 141px;
}
#rightColumn {
	float: right;
	padding: 0px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 248px;
}
#midColumn {
	text-align: justify;
	margin-top: 0;
	margin-right: 248px;
	margin-bottom: 0;
	margin-left: 141px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.NewsTitle {
	color: #FF0;
	font-weight: bold;
}
#OneColumnTop {
	background-image: url(images/1columnTop.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 880px;
}
#OneColumnCenter {
	background-image: url(images/1columnMiddle.png);
	background-repeat: repeat;
	width: 880px;
	overflow: hidden;
}
#OneColumnCenterContent {
	width: 856px;
	margin-left: 12px;
}
#OneColumnBottom {
	background-image: url(images/1columnBottom.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 880px;
	background-position: bottom;
}
#leagues {
	width: 100%;
}
div.container {
	overflow: hidden;
	width: 100%;
}