﻿* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #CCCCCC;
	background-color: #00538E;
}

a {
	color:#CCCCCC;
}

h1 {
	font-size: 12px;
	color: #FEBE10;
}

#container {
	width: 951px;
	margin: 5px 0;
}

.head {
	height: 171px;
	width: auto;
	padding-top: 0px;
	margin: 0;
}

.menu {
	background: #003876;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	height: 22px;
	width: auto;
}

.menuarea {
	position: absolute;
	top: 176px;
	width: 1000px;
}

.menu ul li:hover a {
	z-index:700;
}

.menu ul li:hover ul {
	z-index:700;
}

.menu ul li:hover ul li a.hide {
	z-index:700;
}

.menu ul li:hover ul li:hover a.hide {
	z-index:700;
}

.right {
	position: relative;
	float: right;
	top: -169px;
	left: -1px;
	width: 177px;
	height: 602px;
}

#navcontainer {
	float: left;
	width: 150px;
	margin-left: 5px;
	margin-top: 0;
	z-index: 100;
}

.text_area {
	float: inherit;
	position: relative;
	padding-top: 10px;
	margin: 20px 0 50px 165px;
	height: auto;
	width: 600px;
}

.foot {
	position: relative;
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	padding: 5px;
	margin: 0 auto;
	width: 765px;
}

.foot .address {
	padding: 5px;
}

.smcaps {
	font-variant: small-caps;
}

h2 {
	font-size:24px;
	color: #FEBE10;
}

h3 {
	font-size: 12px;
	color: #FEBE10;
}

h4 {
	font-size: 14px;
	color: #003876;
	background-color: #FEBE10;
}

.subhead {
	font-weight: bold;
}

.subit {
	font-style: italic;
}

.teampix img {
	border: none;
	padding: 2px 2px;
}

.text_area #gallery img {
	position: inherit;
	padding-top: 2px;
	border: none;
}

.text_area td {
	padding:5px;
}

#tfsched table, #tfsched td {
	border:1px solid #111111;
}

#roster th {
	background-color: #febe10;
	color: #003876;
	text-align: center;
	padding: 2px;
}

#roster {
	text-align: center;
	color: #000000;
}

.just img {
	padding:10px 11px 0 11px;
	border:0;
	vertical-align:middle;
}

.bold {
	font-weight:bold;
}

.center {
	text-align:center;
}

/****** wide pages ******/

.text_area_wide {
	float: inherit;
	position: relative;
	padding-top: 10px;
	margin: 20px 0 50px 165px;
	height: auto;
	width: auto;
}

div.menuarea span#wide div.menu {
	width: 845px;
	height: 22px;
}

#container_wide {
	width: 1000px;
	margin: 5px 0;
}

.listinside {
	list-style-position:inside;
}

.schedros {
	padding:5px;
	border-color:#eeeeee;
}