html {
	-webkit-font-smoothing: antialiased;
}

body {
	font: 0.8em "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow-y: visible;
}

div#wrapper { 
	width: 980px;
	margin: 0 auto;
	background-color: #ccc;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -o-border-radius: 10px;
   border-radius: 10px;
   border: 1px solid #000;
   padding: 0;
	text-align: left;
	padding-bottom: 10px; 
	background: #94a74e;
}

div#topcontent {
	width: 98%;
	left: 1%;
	height: 382px;
	margin: 0 auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 10px #000000;
	-moz-box-shadow: 5px 5px 10px #000000;
	-o-box-shadow: 5px 5px 10px #000000;
	box-shadow: 5px 5px 10px #000000;		
	border: 1px solid #fff;
	background: transparent url(images/football2.jpg) no-repeat top left;
	text-shadow: 5px 5px 5px #000;
}

div#breadcrumb {
	width: 98%;
	left: 1%;
	margin: 0 auto;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius: 5px;
  	-moz-box-shadow:inset 0 0 10px #000000;
   -webkit-box-shadow:inset 0 0 10px #000000;
	-o-box-shadow:inset 0 0 10px #000000;
   box-shadow:inset 0 0 10px #000000;
   border: 1px solid #fff;
	background: white;
}

div#leftcontent {
	float: left; 
	background: transparent;
	padding-left: 5px;
	width: 18%;
	height: 100%;
	margin-left: 2px;
	margin-right: 5px;
}

div#main {
	float: left;
	padding-right: 6px;
	width: 79%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: transparent;
	text-align: left;
}

div#footer {
	clear: both;
	width: 98%;
	left: 1%;
	margin: 0 auto;
	background: transparent;
	text-align: center;
}

.button {
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius: 5px;
  	-webkit-box-shadow: 5px 5px 10px #000000;
  	-moz-box-shadow: 5px 5px 10px #000000;
  	-o-box-shadow: 5px 5px 10px #000000;
  	box-shadow: 5px 5px 10px #000000;  	  	  	
	border: 1px solid #fff;
	background-color: transparent;
}
	
.button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
.button li.first {
	border-bottom: 1px dotted #fff;
	margin: 0;
	width: auto;
}
	
.button li.next {
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	margin: 0;
	width: auto;
}

.button li.last {
	border-top: 1px dotted #fff;
	margin: 0;
	width: auto;
}
	
.button li a {
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: transparent;
	color: #000;
	font-weight: 600;
	text-decoration: none;
	width: auto;
}

.button li a:hover {
	background-color: #eee;
	color: #000;
  	-moz-box-shadow:inset 0 0 5px #000000;
   -webkit-box-shadow:inset 0 0 5px #000000;
	-o-box-shadow:inset 0 0 5px #000000;
   box-shadow:inset 0 0 5px #000000;	
}
	
.button li a:focus {
	background-color: #eee;
	color: #000;
  	-moz-box-shadow:inset 0 0 5px #000000;
   -webkit-box-shadow:inset 0 0 5px #000000;
	-o-box-shadow:inset 0 0 5px #000000;
   box-shadow:inset 0 0 5px #000000;	
}
	
.button li a:active {
	background-color: #eee;
	color: #000;
}

h1 {
	text-align: center;
	font-size: 4em;
	color: #fff;
}

h2 {
	text-align: left;
	font-size: 2em;
	text-indent: 5px;
	color: #000;
	margin-bottom:-5px;
}

h3 {
	text-align: left;
	font-size: 1.5em;
	text-indent: 5px;
	color: #000;
	margin-bottom:-5px;
}

h4 {
	text-align: left;
	font-size: 1.25em;
	text-indent: 5px;
	color: #000;
	margin-bottom:-2px;
}


h5 {
	text-align: left;
	font-size: 1.15em;
	text-indent: 5px;
	color: #000;
	margin-bottom:-2px;
	font-weight: bolder;
}

h6 {
	text-align: left;
	font-size: 1.10em;
	text-indent: 5px;
	color: #000;
	margin-bottom:-2px;
	font-weight: bolder;
}

.newwindow {
	font-size: 80%;
}

p {
	margin-left: 5px;
}

img {
	margin-left: 5px;
	border: 0px;
}

.update {
	font-size: 150%;
	font-weight: bolder;
}

abbr {
	cursor: help;
	border-bottom: 1px;
	border-bottom-style: dashed;
}

acronym {
	cursor: help;
	border-bottom: 1px;
	border-bottom-style: dashed;
}

p a {
	color: #000;
	font-weight: bolder;
	text-decoration: none;
}

p a:hover {
	color: #000;
	font-weight: bolder;
	text-decoration: underline;
	background-color: #eee;
}

p a:focus {
	color: #000;
	font-weight: bolder;
	text-decoration: underline;
	background-color: #eee;
}

p a:active {
	color: #000;
	font-weight: bolder;
	text-decoration: underline;
	background-color: #eee;
}

pre {
	font-size: 100%;
	text-align: right;
}

th {
	text-align: left;
}

fieldset {
	width: 96%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.nowrap {
   	white-space: nowrap;
}

.table {
	margin-left: 10px;
	text-align: right;
	padding: 3px;
}

td {
	vertical-align: top;
}

td.team {
	width: 220px;
	white-space: nowrap;
}

li.firstround {
	display: inline;
	margin-left: -35px;
}

li.inline {
	display: inline;
}

li.lastround {
	display: inline;
}

li.firstround a {
  	display: inline;
  	padding-left: 0px;
  	padding-right: 10px;
  	border-right: 1px dotted #066;
  	color: #000;
	font-weight: bolder;
	text-decoration: none;
}

li.inline a {
  	display: inline;
  	padding-left: 7px;
  	padding-right: 10px;
  	border-right: 1px dotted #066;
  	color: #000;
	font-weight: bolder;
	text-decoration: none;
}

li.lastround a {
  	display: inline;
  	padding-left: 7px;
  	padding-right: 0px;
  	border-right: 0px;
  	color: #000;
	font-weight: bolder;
	text-decoration: none;
} 
  
li.firstround a:hover {
  	display: inline;
  	padding-left: 0px;
  	padding-right: 10px;
  	border-right: 1px dotted #066;
  	color: #000;
  	font-weight: bolder;
	text-decoration: underline;
}
  
li.firstround a:focus {
  	display: inline;
  	padding-left: 0px;
  	padding-right: 10px;
  	border-right: 1px dotted #066;
  	color: #000;
  	font-weight: bolder;
	text-decoration: underline;
}
  
li.firstround a:active {
   display: inline;
   padding-left: 0px;
   padding-right: 10px;
   border-right: 1px dotted #066;
   color: #000;
   font-weight: bolder;
  	text-decoration: underline;
}

li.inline a:hover {
  	display: inline;
  	padding-left: 7px;
  	padding-right: 10px;
  	border-right: 1px dotted #066;
  	color: #000;
  	font-weight: bolder;
	text-decoration: underline;
}
  
li.inline a:focus {
  	display: inline;
  	padding-left: 7px;
  	padding-right: 10px;
  	border-right: 1px dotted #066;
  	color: #000;
  	font-weight: bolder;
	text-decoration: underline;
}
  
li.inline a:active {
   display: inline;
   padding-left: 7px;
   padding-right: 10px;
   border-right: 1px dotted #066;
   color: #000;
   font-weight: bolder;
  	text-decoration: underline;
}

li.lastround a:hover {
 	display: inline;
 	padding-left: 7px;
 	padding-right: 0px;
 	border-right: 0px;
 	color: #000;
  	font-weight: bolder;
	text-decoration: underline;
} 
  
li.lastround a:focus {
 	display: inline;
 	padding-left: 7px;
 	padding-right: 0px;
 	border-right: 0px;
 	color: #000;
  	font-weight: bolder;
	text-decoration: underline;
} 
  
li.lastround a:active {
   display: inline;
   padding-left: 7px;
   padding-right: 0px;
   border-right: 0px;
   color: #000;
   font-weight: bolder;
  	text-decoration: underline;
} 
  
li.home {
 	display: inline;
 	margin-left: -35px;
}
 
li.bread {
 	display: inline;
}
 
li.here {
 	display: inline;
 	padding-left: 7px;
}

li.home a {
  	display: inline;
  	padding-left: 0px;
  	padding-right: 10px;
 	border-right: 1px dotted #066;
 	color: #000;
	font-weight: bolder;
	text-decoration: none;
}

li.bread a {
  	display: inline;
  	padding-left: 7px;
 	padding-right: 10px;
 	border-right: 1px dotted #066;
 	color: #000;
	font-weight: bolder;
	text-decoration: none;
}

li.here a {
  	display: inline;
  	padding-left: 7px;
  	padding-right: 0px;
  	border-right: 0px;
  	color: #000;
	font-weight: bolder;
	text-decoration: none;
} 
  
li.home a:hover {
  	display: inline;
  	padding-left: 0px;
  	padding-right: 10px;
  	border-right: 1px dotted #066;
  	color: #000;
  	font-weight: bolder;
	text-decoration: underline;
}
  
li.home a:focus {
 	display: inline;
 	padding-left: 0px;
 	padding-right: 10px;
 	border-right: 1px dotted #066;
 	color: #000;
  	font-weight: bolder;
	text-decoration: underline;
}
  
li.home a:active {
   display: inline;
   padding-left: 0px;
   padding-right: 10px;
   border-right: 1px dotted #066;
   color: #000;
   font-weight: bolder;
  	text-decoration: underline;
}

li.bread a:hover {
  	display: inline;
  	padding-left: 7px;
  	padding-right: 10px;
  	border-right: 1px dotted #066;
  	color: #000;
  	font-weight: bolder;
	text-decoration: underline;
}
  
li.bread a:focus {
  	display: inline;
  	padding-left: 7px;
  	padding-right: 10px;
  	border-right: 1px dotted #066;
  	color: #000;
 	font-weight: bolder;
	text-decoration: underline;
}
  
li.bread a:active {
   display: inline;
   padding-left: 7px;
   padding-right: 10px;
   border-right: 1px dotted #066;
   color: #000;
   font-weight: bolder;
  	text-decoration: underline;
}

li.here a:hover {
  	display: inline;
 	padding-left: 7px;
 	padding-right: 0px;
 	border-right: 0px;
 	color: #000;
  	font-weight: bolder;
	text-decoration: underline;
} 
  
li.here a:focus {
  	display: inline;
  	padding-left: 7px;
  	padding-right: 0px;
  	border-right: 0px;
  	color: #000;
  	font-weight: bolder;
	text-decoration: underline;
} 
  
li.here a:active {
   display: inline;
   padding-left: 7px;
   padding-right: 0px;
   border-right: 0px;
   color: #000;
   font-weight: bolder;
  	text-decoration: underline;
} 
  
.directions {
	vertical-align: top;
	width: 25%;
}

.month {
	font-size: 160%;
	color: #000;
}

.cup {
	width: 45%;
}

.year {
	width: 55%;
}

a.top {
	color: #000;
	font-weight: bolder;
	text-decoration: none;
}

a.top:hover {
	color: #000;
	font-weight: bolder;
	text-decoration: underline;
}

a.top:focus {
	color: #000;
	font-weight: bolder;
	text-decoration: underline;
}

ul#offset {
	text-align: right;
	margin-right: 8px;
}

ul#offset li { 
	list-style-type : none; 
	text-decoration: none;
	display : inline;
	color : #000;
}

ul#offset li a {
	text-decoration: none;
  	display : inline;
  	color : #000;
}

ul#offset li a:hover { 
  	color : #000;
  	text-decoration: underline;
}

ul#offset li a:focus {
  	color : #000;
	text-decoration: underline;
}

ul#offset li a:active {
  	color : #000;
	text-decoration: underline;
}
