* {font-family: Verdana, Arial, sans-serif;}

html {	
	overflow-y: scroll;
}

hr {
	height: 1px;
}

body {
	background: #9DC9FF;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

table.NewsItem {
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
	width: 600px;
	background-color: #3333FF;
}

table.NewsItem td {
	border-style: solid;
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
}

table.NewsItem tr.NewsHeader td {font-family: Arial; background-color: #90EE90; font-weight: bold; font-size: 140%; text-align: center;}
table.NewsItem tr.NewsDate td {background-color: #F5F5DC; font-weight: bold; font-size: 10pt;}
table.NewsItem tr.NewsText td {color: black; background-color: #F5F5DC;}
table.NewsItem tr.NewsPostedBy td {color: black; background-color: #F5F5DC; font-weight: bold;}

div.TopMenu {
	width: 815px;

	font-weight: bold;
	font-size: .70em;

}

div.TopMenu a {
	display: block;
	color: #000000;
	width: 125px;
	text-align: center;

	text-decoration: none;

	border-width: 0px 0px 0px 1px;
	border-style: solid;

	margin-bottom: 5px;

	float:right;
}

div.TopMenu a#last {
	border-width: 0px 0px 0px 0px;
}

div.TopMenu a:active {
	color: #000000;
}

div.PageHeader {
	background-color: #000000;
	color: yellow;
	font-weight: bold;
	font-size: 300%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	height: auto;
	border-style: solid;
	border-width: 5px;
	border-color: #3333FF;
	width: 815px;
	margin-bottom: 5px;
}

div.PageHeader img {
	float: left;
	/* height: 75px;
	width: 133px; */
}

div.PageHeader div.Slogan {
	font-size: 9pt;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
}

div.MiddleOfPage {
	width: 815px;
	margin-left: auto;
	margin-right: auto;
}

div.QuoteBar {
	text-align: center;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	background-color: #FFFFFF;
	width: 99%;
	padding: 5px;
	margin: 5px;
	font-style: italic;
}

div.IndexItem {

	width: 250px;
	height: 275px;

	margin-right: 15px;
	margin-bottom: 20px;

	color: #000000;

	text-align: center;

	float: left;

}

div.IndexItemHeader {

	width: 100%;
	background: #008000;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 8px;
	height: 12px;

	font-weight: bold;

}

div.IndexItem div.ItemText {
	width: 100%;
	background: #FFFFFF;
	height: 255px;
	padding-top: 5px;
}

div.IndexItem img {
	max-width: 220px;

	border-style: solid;
	border-width: 3px;
	border-color: #000000;
}

div.BottomLinkBar {
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	width: 99%;
	padding: 5px;
	margin: 5px;
}

div.BottomLinkBar a {
	font-size: 75%;
	padding: 5px;
}

div.BottomLinkBar img {
	padding: 1px;
	border-width: 0px;
	vertical-align: middle;
}

div.BottomLinkBar img.Divider {
	width: 8px;
	height: 8px;
}

div.SitePosition {
	width: 815px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
}

div.SitePosition a:visited {
	color: #3333FF;
}

div.SitePosition a:hover {
	color: #008000;
}

div.PageBody {
	width: 815px;
	vertical-align: top;
	font-size: 9pt;
	padding-top: 6px;

}

div.PageBody * {
	font-size: 10pt;
}

div.LoggedInMessage {
	font-size: 100%;
	display: block;
	padding: 4px;
	border-left: 3px solid #FFFF00;
	background-color: #FFFF00;
	color: #000000;
	text-decoration: none;
	width: 90%;
	text-align: center;
}

div.LoggedInMessage b {
	text-align: center;
	font-size: 100%;
	display: block;
	padding: 4px;
	border-left: 3px solid #FFFF00;
	background-color: #000000;
	color: #FFFF00;
	text-decoration: none;
	width: 90%;
}

.formfields {
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
	border: double 1px #000000;
	padding-left: 3px;
	font-weight: normal;
}

.SubmitButtons {
	font-size: 12px;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-weight: normal;
}

.SearchField {
	text-align: right;
}

table.GameCountdown {
	border-style: solid;
	border-width: 1px;
	padding: 0px;
	text-align: center;
	border-collapse: collapse;
}

table.GameCountdown tr {
	padding: 1px;
	background: #000000;
}

table.GameCountdown tr.TopBorder {
	padding: 1px;
	background: #000000;
}

table.GameCountdown tr.BottomBorder {
	padding: 1px;
	background: #000000;
}

table.GameCountdown td.LeftSide {
	padding: 1px;
	background: #000000;
}

table.GameCountdown td.RightSide {
	padding: 1px;
	background: #000000;
}

table.GameCountdown td.MarqueePic {
	text-align: center;
	color: #FFFF00;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

div.CopyrightTrademarkBlock {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	font-family: Arial, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 0px;
}

div.CopyrightTrademarkBlock sup {
	font-size: 8pt;
}

div.AdBar {
	width: 120px;
}

div.hoursblock {
	/*border-style: solid;
	border-width: 1px;
	border-color: #000000;*/
	width: 200px;
	margin-right: 6px;
}

div.hoursblock div.header {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #F5F5DC;
}

div.hoursblock td {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

div.hoursblock td.header {
	background-color: #F5F5DC;
}

div.hoursblock table {
	border-collapse: collapse;
	width: 100%;
}

div.hoursblock .header {
	font-weight: bold;
}

div.ContactInfo {
	background: #FFFFFF;
	width: 160px;
	padding: 10px;
	margin: 10px;
	float: left;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.centertext {
	text-align: center;
}

#map_canvas {
	width: 800px;
	height: 600px
}

.rightalign {
	text-align: right;
}

.topalign {
	vertical-align: top;
}
