/* Copyright (c) 2006 Text Flex */

/*	Font families */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #8a3a00;
	font-size: 1em;
	background: #abc6b4;
}

body.gamebox {
	color: snow;
	background: black;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.motto, .menuh, .newstitle, .date, .list {
	font-family: Arial, Helvetica, sans-serif;
}

/*	Formatting */
h1 {
	font-size: 2em;
	text-align: right;
	line-height: .9em;
	margin: 0.5em 0 0.5em 1.5em;
	color: #000066;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	line-height: .9em;
	text-align: right;
	margin: 1em;
	color: #000066;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	line-height: .9em;
	margin: 1em 1em;
	color: #ffa821;
}

#pageLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: white;
	text-align: center;
}

#copyrightheader {
	font-size: .7em;
}

.motto {
	font-size: 1em;
	font-weight: bold;
	color: #990000;
}

.listtitle {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	color: #ffe4b5;
}

.list {
	font-size: 1em;
	font-weight: bold;
	color: #990000;
}

.menuh {
	font-weight: bold;
	line-height: normal;
}

.newstitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #f0e68c;
}

.date {
	font-size: .8em;
	color: #990000;
}

.note {
	font-size: .8em;
	color: #990000;
	font-style: italic;
}

.new {
	vertical-align: super;
	color: red;
	font-size: .8em;
	margin-left: -1em;
}

#example {
	padding: 7px;
	margin: 20px;
	width: 200px;
	font-family: monospace;
	background: #C4BCD5;
	color: black;
}

p.center {
	text-align: center;
}

br {
	line-height: normal;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
}

a:link, a:visited {
	color: #ffd700;
}

a:active, a:hover {
	color: white;
	background-color: #009999;
}

a.nohighlight:hover, a.noghighlight:active {
	background: 0;
}

table {
	border: none;
}

table.main {
	padding: 0em;
	margin: 0em;
}

table.inner {
	background: url(images/footballpage.png) #778899 no-repeat top left;
	margin: 0;
	padding: 0;
}

table.inner td {
	padding: .5em 2.9em;
}

#tableplatforms {
	width: 250px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#tableplatforms th {
	font-weight: bold;
	font-size: 1em;
	background: #B4C0D9;
}

#tableplatforms td {
	font-size: 0.7em;
	background: #F3E6EF;
	padding: .75em;
	margin: 1em;
}

#tableplatforms td.alt {
	font-size: 0.7em;
	background: #E4EAF7;
}

td.right {
	width: 50%;
	text-align: right;
	margin: .5em 1em;
}

td.left {
	width: 50%;
	margin: .5em 1em;
}

hr, hr.bottom {
	width: 80%;
	height: .2em;
	border-style: solid;	
}

img {
	border: 0;
}
img.left, form.left {
	margin: 0em 2em 1em 1em;
	float: left;
	border: 0;
}

img.right, form.right {
	margin: 1em 2em 1em 1em;
	float: right;
	border: 0;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img.top {
	vertical-align: top;
}

img.standalone {
	margin: 0em 2em 1em 1em;
	border: 0;
}

p, li {
	color: white;
	font-size: 0.8em;
}

p.thin {
	padding-left: 2em;
	padding-right: 2em;
}

li.left {
	clear: left;
}

br.clear {
	clear: both;
}

.alarm {
	color: yellow;
}

hr {
	background: teal;
}

hr.bottom {
	background: black;
}

.excited {
	font-style: italic;
	color: #FF6600;
}

p.lowerroman:before {
	content: counter(mycounter, lower-roman) ". ";
	counter-increment: mycounter;
}

.box {
	padding: .5em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	width: 220px;
	border: solid #3D5D88;
	background: #C4BCD5;
	color: black;
	font-size: smaller;
}

.box h3 {
	color: #7A4C6F;
}

.box p, .box li {
	color: black;
}

.boxright {
	float: right;
	padding: .5em;
	margin-left: 1em;
	margin-right: .5em;
	margin-bottom: 1em;
	width: 150px;
	border: solid yellow;
	background: silver;
	color: black;
	font-size: smaller;
}

.boxright a {
	color: blue;
}

.boxright a:hover {
	color: white;
	background: blue;
}

.boxleft {
	float: left;
	padding: .5em;
	margin-right: 1em;
	margin-left: .5em;
	width: 100px;
	border: solid yellow;
	background: silver;
	color: black;
	font-size: smaller;
}

div.floatright {
	float: right;
}	

div.floatleft {
	float: left;
}

div.topmenu {
	background: #3c83a2;
	margin-top: 0em;
	margin-bottom: .5em;
	color: white;
	text-align: center;
	width: 200px;
}

.topmenu a:link, .topmenu a:visited {
	color: white;
}

.topmenu a:hover {
	color: #009999;
	background-color: white;
}

.smaller {
	font-size: 9pt;
}

code {
	font-size: 120%;
	background: #C4BCD5;
	color: black;
}






#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a:link {
width: 100%;
display: block;
text-indent: 3px;
}

#dropmenudiv a:hover{ 
	color: white;
background-color: blue;
}











/***********************************************
* Omni Slide Menu script - � John Davenport Scheuer: http://home.comcast.net/~jscheuer1/
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
***********************************************/
 /*Menu Links*/

/*NOTE: anything not specified for the #(menu id's) a selector and its pseudo classes
may be inherited in some browsers from other 'a' element styles (if any) on the page*/
#menu1 a {color:black;background-color:white;text-decoration:none;text-indent:1ex;}
#menu1 a:active {color:black;text-decoration:none;}
#menu1 a:hover {color:black;background-color:#FFFF99}
#menu1 a:visited {color:black;text-decoration:none;}

#menu2 a {color:navy;background-color:white;text-decoration:none;text-indent:1ex;}
#menu2 a:active	{color:blue;text-decoration:none;}
#menu2 a:visited {color:blue;text-decoration:none;}
#menu2 a:hover {color:navy;background-color:#f0fea8}

#menu3 a { /*Menu3 Links*/
color:black;
background-color:white;
text-decoration:none;
text-indent:1ex;
}
#menu3 a:hover {
color:black;background-color:#FFFF99;
}
#menu3 a:active	{color:black;text-decoration:none;}
#menu3 a:visited	{color:black;}





/***********************************************
* Dock Content script- Created by and � Dynamicdrive.com
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full script
***********************************************/
.dockclass{
position:relative;
}

