/* Copyright 2006 Joost de Valk */
ul.huck {
  padding: 0;
  text-align: center;
  margin: 0;
  list-style: none;
  color: cc5500;
}
li.huck {
  float: left;
  font-size: 1.15em;
  position: relative;
  width: 10em;
  }
li.huck ul.huck {
  display: none;
  font-size: 0.80em;
  position: absolute; 
  top: 1.5em;
  left: 0;
  }
li.huck > ul.huck {
	top: auto;
	left: auto;
	}
li.huck:hover ul.huck, li.huck.over ul.huck {
  display: block;
  }
li.huck a:hover {
 color: ffffff;
 background-color: cc5500;
 text-decoration: none;
}

.nav ul li a:visited {
	overflow: hidden;
	float: left;
	padding: 7px 10px 7px 9px;
	color: #fff;
	font-size: 1.15em;
	text-decoration: none;
	text-transform: uppercase;}
.nav ul li a:hover {
	padding: 6px 9px 6px 8px;
	color: #59574e;
	background-color: #eaebdc;
	border: 1px solid #bdbfa8;
	text-decoration: none;
	border-bottom: 1px solid #eaebdc;}

#cobody {
	clear: left;
        margin-top:100px; 
}

a img {
	border: 0;
}
a:link {
 color: #000000;
 text-decoration: none;
}
a:visited {
 color: #000000;
 text-decoration: none;
}
a:hover {
 color: #000000;
 text-decoration: underline;
}
a:active {
 color: #000000;
}

.orangelink a:link {
 color: #cc5500;
 text-decoration: none;
}
.orangelink a:visited {
 color: #cc5500;
 text-decoration: none;
}
.orangelink a:hover {
 color: #cc5500;
 text-decoration: underline;
}
.orangelink a:active {
 color: #cc5500;
}

table.sortable {
	border-spacing: 0;
	border: 1px solid #CC5500;
	border-collapse: collapse;
	font-size: 11;
	font-family: Verdana;
}

table.sortable th {
	text-align: center;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #CC5500;
}
 table.sortable td.team {
	text-align: left;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #CC5500;
}

table.sortable td.center {
	text-align: center;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #CC5500;
}

table.sortable td.right{
	text-align: right;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #CC5500;
	color: #CC5500;
	font-weight: bold;
}

table.sortable td.left{
	text-align: left;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #CC5500;
	color: #CC5500;
	font-weight: bold;
}

table.sortable td {
	text-align: right;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #CC5500;
}
table.sortable th {
	border-width: 1px 1px 1px 1px;
	background-color: #CCCCCC;
}

table.sortable td {
	border-width: 1px 1px 1px 1px;
}

table.sortable tr.odd td {
	background-color: #FFFFCC;
}

table.sortable tr.even td {
	background-color: #FFFFFF;
}

table.sortable tr.sortbottom td {
	border-top: 1px solid #CC5500;
	background-color: #CCCCCC;
	font-weight: bold;
}