/* Copyright (c) 2006 Text Flex */

/*	Font families */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: snow;
	background: saddlebrown;
}

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: white;
}

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;
}

#copyright {
	font-size: .7em;
	text-align: center;
}

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

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

.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: #FF3300;
}

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

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

#example {
	padding: 7px;
	margin: 20px;
	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: gold;
}

a:active, a:hover {
	color: crimson;
	background-color: bisque;
}

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: 100px;
	border: solid yellow;
	background: silver;
	color: black;
	font-size: smaller;
}

.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;
}

#gameboxcontent, #gameboxcontent-warning, #gameboxcontent-outdated {
	height: 150px;
	background-color: darkslategray;
	padding: 0.1em;
	overflow: auto;
}

#iframediv {
	height: 230px;
}

#bulletin {
	width:90%;
	height:230px;
}

#warning {
	font-size: 0.9em;
	font-weight: bold;
	color: red;
}

#links {
	font-size: 0.8em;
}

#links td {
	padding: 0;
	background: olivedrab;
}

#links td.alt {
	background: midnightblue;
}

#links table a {
	display: block;
	width: 100%;
	height: 100%;
	color: snow;
	font-weight: normal;
}

#links table a:hover {
	color: red;
}

#links .title {
	color: gold;
	font-weight: bold;
}



#linksleft1, #linksleft2 {
	float: left;
	font-size: 0.7em;
	padding: .1em;
	margin: .75em;
	width: 50%;
}

#linksleft2 {
	background: forestgreen;
	width: 60%;
}

#linksright1, #linksright2 {
	float: right;
	font-size: 0.7em;
	width: 40%;
}

#linksright1 {
	background: forestgreen;
	width: 40%;
}



#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;
}










/* gajaxrssticker
 * -See rssfeeder below for related styles
 */


.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:grey;
font-size: 90%;
}

code{ /*CSS for insructions*/
	color: black;
	font-family: monospace, courier, courier new;
	background-color: #CCCCCC;
}

#txtflblogfeedside{
height: 55px;
	 margin-left: auto;
	margin-right: auto;
	padding: 0em;
	font-size: .8em;
}

#txtflblogfeedside p.feedpages {
	position: absolute;
	top: 70px;
	text-align: center;
}












/***********************************************
* 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;
}
