html, body {
     height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	background: #000;
	color: #fff;
	}

img
{  
	border-style: solid;
	border-color: #930;
}

a:link {
	color: #f60;
	text-decoration: none;
	}
	
a:visited {
	color: #c60;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #fff;
	}
	
#header {
	color: #c00;
	height: 175px;
	border-bottom: 4px solid #930;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#nav {
	display: block;
	white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
	font-size: .8em;
	background: #f60;
	text-align:center;
	height: 1.5em;
}

#main {
	padding: 10px;
}

td.tableall {
	background: #000;
}

img.logo {
	border: none;
}
td.tabletop {
	background-image:url(images/tile-top.jpg);
	background-repeat: repeat-x;
}
td.tablemiddle {
	background-image:url(images/evil.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}
td.tablebottom {
	background-image:url(images/tile-bottom.jpg);
	background-repeat: repeat-x;
}
#footer {
	border-top: 4px solid #930;
	height: 40px;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
	padding: 0px;
	text-align: center;
	font-size: 11px;
}
#content {
	margin: 0px 10px 10px 10px;
	color: #fff;
	padding: 0px 10px 10px 10px;
	top: 0px;
}
	
p {
	font-size: .8em;
}

b {
	font-size: 1em;
	font-style: oblique;
}

#sitenav {
    margin-left: auto;
    margin-right: auto;
}

#sitenav a {
	background-color: #f60;
	color: #000;
	display: block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

#sitenav ul.selected a, #sitenav a:hover {
	background-color: #930;
	color: #000;
}

#sitenav ul {
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
}
  
#sitenav li {
  float: left;
  position: relative;
  width: 85px;
}

#sitenav li ul {
  display: none;
  position: absolute; 
  top: 14px;
  left: 0;
}

#sitenav li > ul {
	top: auto;
	left: auto;
}

#sitenav li:hover ul, li.over ul{ display: block; }

#awardstable td {
	font-size: 12px;
}
#awardstable td.awardyear {
	border-top: medium solid #930;
}
#awardstable th {
	color: #f00;
	font-weight: bold;
	font-size: 14px;
	border-bottom-color: #900;
	border-bottom: double;
}
