/***********************************
* Stylesheet ZanderZ.net           *
* http://www.zanderz.net           *
* (C) 2008-2010 Zander Zoftware    *
*                                  *
* You are allowed to use this file *
* as basis for your own style,     *
* as long as you mention it was    *
* based on this file.              *
*                                  *
***********************************/

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	margin:0;
	padding:0;
	height: 100%;

  color: #000040;
  background-color: #DFEFFF;
  font-family: Tahoma, Verdana, sans-serif;
  /*font-size: 12px;*/
	font-size: 0.75em;

  scrollbar-base-color: #DFEFFF;
}

#container {
	position: relative;

	height: auto !important;
	height: 100%; /* IE6 treats this as min-height */
	min-height: 100%;

	width: 980px;
	padding:0;
	margin:0 auto;

  background-color: #F0F8FF;
  background-image: url("images/background.png");
}

img {
	border: 0;
}

A {
  color: #0000FF;
  text-decoration: none;
}

A:Hover {
  color: #000000;
  text-decoration: underline;
}

HR {
  color: #2BAFF7;
  background-color: #2BAFF7;
  height: 2px;
  display:block;
  border:0;
}

table {
  border:1px solid #0000FF;
	border-collapse: separate;
	border-spacing: 0px;
}

TD {
  font-size: 12px;
  font-family: Tahoma, Verdana, sans-serif;
  border:1px solid #0000A0;
}

.gameimg {
	clear: right;
	float: right;
	position: relative;
	margin: 0;
	border: 0;
	width: 160px;
	height:100px;
}

.news {
	font-weight: bold;
	text-decoration: underline;
	margin-top: 1em;
}

.noborder {
  border:0; /* px solid #000080 */
}

.history {
	text-align: center;
	font-size: 1.25em;
  font-weight: bold;
  margin-top: 2em;
}

ul {
	margin: 0;
}

#content {
	padding: 1em;
	padding-bottom: 3em;
}

#footer {
	position: absolute;
	bottom: 0;
	background: #B0D0F0;
	width: 100%;

	color: #000000;
  font-weight: bold;
  text-align: right;
}

/* NAVIGATION */
#menudiv {
	background-color: #B0D0F0;
	height: 3em;
}
#nav {
	font-size: 2.5em;
	text-align: center;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	margin: 0 auto;
	width: 950px;
}

#nav a {
	display: block;
	/*width: 180px;*/
	text-shadow: none;
	color: #FFF;
	font-weight: normal;
}

#nav li { /* all list items */
	float: left;
	width: 190px; /* width needed or else Opera goes nuts */
	/*background:url("images/menuback.png") repeat-x #1b1d1f;*/
	color: #00F;
}

#nav li ul { /* second-level lists */
	font-size: 0.75em;
	line-height: 150%;
	position: absolute;
	background-color: #00F;
	background-image: none;
	width: 190px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {
	background-color: #D0E0F0;
	background-image: none;
	text-align: left;
	margin-left: 0.5em;
	padding-left: 0.5em;
}
#nav li ul a {
	color: #000;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}