body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background: #fff; 
	color: black;
	margin: 0px;
	padding: 0px;
	behavior: url(styles/csshover.htc);
}
#masthead {
	padding: 5px;
	background-color: #fff;
}
#search {
	position: absolute;
	top: 5px;
	right: 10px;
}
#mainNav {
	padding: 0px;
	background-color: #E20A16;
	background-image: url(../images/mainNavBackRed.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	height: 25px;
	width: 100%;
	/*white-space: nowrap;*/
}
#mainNav ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	height: 25px;
}
#mainNav li {
	display: block;
	margin: 0px;
	top: 0px;
	left: 10px;
	padding: 0px;
	float: left;
	height: 25px;
}
#mainNav a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: .5em;
	padding-bottom: 0px;
	padding-left: .5em;
	vertical-align: middle;
	line-height: 23px;
}
#sideBar {
	margin: 0 83% 0 0;
	padding: 0em;
}

#content {
	float:right;
	width: 79%;
	margin: 0;
	padding: 0 3% 0 1%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	clear: both;
	background-color: #FFF;
}
#siteInfo{
	clear: both;
	font-size: 75%;
	color: #333;
	padding: 5px 10px;
	border-top: 1px solid #333;
	border-right: 1px #333;
	border-bottom: 1px solid #333;
	border-left: 1px #333;
	margin: 0px;
	background-color: #CCC;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
#sideNav ul {
	list-style: none;
	margin: 0;
	vertical-align: middle;
	padding: 0px;
}
#sideNav li {
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#sideNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	font-variant: normal;
	font-size: .95em;
	padding-left: 40px;
	height: 25px;
	line-height: 2.6em;
}
#sideNav li:hover {
	background-color: #666;
	background-image: url(../images/ballList.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
}
#sideNav li:hover a {
	color: #FFF;
}
#mainNav li:hover {
	background-color: #333;
}
#headlines {
	width: 48%;
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px 0px 2em;
}
#tournaments {
	width: 48%;
	display: inline;
	float: right;
	padding: 0px;
	margin: 0px;
}
#headlines h2 {
	font-size: 1.1em;
	background-color: #E20A16;
	color: #FFF;
	padding: 0.2em 0.5em 0.2em 1em;
	background-image: url(../images/headlineback.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainHeadline {
	padding-bottom: .5em;
	margin-bottom: 1.5em;
}
#tournaments h2 {

	font-size: 1.1em;
	background-color: #E20A16;
	color: #FFF;
	padding: 0.2em 0.5em 0.2em 1em;
	background-image: url(../images/headlineback.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headlines li {
	padding-bottom: .5em;
	list-style-image: url(../images/listBullet.gif);
}
#tournaments li {
	padding-bottom: .5em;
	list-style-image: url(../images/listBullet.gif);
}
#mainHeadline h1 {
	font-size: 1.3em;
	padding: 0em 3em 0em 0em;
}
#breadcrumb {
	padding-bottom: 1em;
	font-size: .8em;
}


a:link {color: #000099;}
a:active {color: #E20A16;}
a:visited {color: #000099;}
a:hover {color: #E20A16;}
.newsImage {
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 0em;
	display: inline;
	clear: both;
	width: 160px;
	float: left;
}
.newsStory {
	clear: left;
}
.newsCaption {
	font-size: 0.85em;
	font-style: italic;
	text-align: right;
	margin: 0;
	padding: 0;
	color: #E20A16;
}
.fullStory {
	text-align: right;
	font-style: italic;
	font-size: .95em;
}
#loginBox {
	text-align: center;
	font-size: .95em;
}
#loginBox h5 {
	background-color: #E20A16;
	color: #FFFFFF;
	padding: 0.25em 1em;
	margin: 30px 0px 0px;
	background-image: url(../images/mainNavBackRed.gif);
	line-height: 18px;
	text-align: left;
	font-size: 1.1em;
}
#loginBox form {
	padding: 5px;
	margin: 0px 1px;
	background-color: #CCCCCC;
	border: 1px dashed #E20A16;
}
#loginbox p {
	margin: 0px 0px 1em;
	padding: 0px;
}
hr {
	color: #FF0000;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	background-color: #666666;
	color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #E20A16;
	padding: 5px 5px 5px 45px;
	background-image: url(../images/ballList.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
}
h2 {
	color: #FFFFFF;
	background-color: #E20A16;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	background-image: url(../images/headlineback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	text-transform: capitalize;
}
