@charset "utf-8";
body, html {
	background-attachment: fixed;
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6 {font-family:Arial, Helvetica, sans-serif; font-weight:normal; border-bottom:#000 1px dotted;}
b {font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:1.15em;}
p {font-size:.85em;}
#container {
	width:950px;
	margin:0 auto;
	clear:both;
	bottom:0;
}
#header{
	width:900px;
	height:110px;
	padding:5px 0;
	margin:0 25px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#main_image{
	width:900px;
	height:265px;
	margin:0 25px;
}
#newsbar{
	width:870px;
	margin:0 25px;
	padding:0 15px;
	font-family:Arial, Helvetica, sans-serif;
}
.banner_ad{
	width:870px;
	height:75px;
	margin:15px 25px 0 25px;
	padding:0 15px;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
}
#content{
	width:870px;
	margin:15px 25px;
	padding:0 15px;
	font-size:.9em;
}
#coaches{
	width:870px;
	margin:15px 40px 0px 40px;
	background-color:#CCC;
	float:left;
}
#sponsors{
	width:900px;
	margin:15px 25px;
	background-color:#606060;
	float:left;
}
.navbar{font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}
.navbar a:link	{
	color: #000;
	text-decoration: none;
}
.navbar a:active	{
	color: #000;
	text-decoration: none;
}
.navbar a:visited	{
	color: #000;
	text-decoration: none;
}
.navbar a:hover	{
	text-decoration:none;
	color:#0777d0;;
	border-bottom:#0777d0 2px solid;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #909090;
}

#domticker a{
font-weight: bold;
}

#domticker2{
width: 575px;
height:20px;
font-size:14px;
font-weight:bold;
font-stretch:condensed;
text-transform:uppercase;
border: none;
float:left;
overflow:hidden;
}

#domticker2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
#form ul	{
	display:block;
	clear:left;
}
#form li	{
	display: block;
	float:left;
	list-style-type: none;
	padding-right: 20px;
	padding-top:8px;
	width:120px;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#000000;
	font-size:12px;
}

