﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242424;
	background-image: url('images/grass.jpg');
}
#container {
	width: 792px;
	background-color: #003366;
}
#masthead {
	width: 792px;
	overflow: auto;
	background-color: #FFD700;
	height: 132px;
}
#sidebar {
	float: left;
	width: 132px;
	background-color: #cdf;
	position: relative;
	clear: both;
	display: inline;
}
content {
	float: left;
	width: 624px;
	padding: 12px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 788px;
	height: 36px;
	background-color: #dcb;
	padding-top: 2px;
	overflow: auto;
	margin-top: 1px;
}
#masthead img {
	float: none;
}
#masthead p {
	text-align: center;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
.image {
	vertical-align: top;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin-left: 6px;
	margin-right: 6px;
}
.image-left {
	margin-left: 3px;
	margin-right: 12px;
}

h6 {
	font-family: Trebuchet, Lucida Sans, serif;
	text-decoration: none;
	color: #003366;
}

h5 {
	font-family: Trebuchet, Lucida Sans, serif;
	text-decoration: none;
	color: #003366;
}

h4 {
	font-family: Trebuchet, Lucida Sans, serif;
	text-decoration: none;
	color: #003366;
}

h3 {
	font-family: Trebuchet, Lucida Sans, serif;
	text-decoration: none;
	color: #003366;
}

h2 {
	border-color: #000000;
	font-family: Trebuchet, Lucida Sans, serif;
	text-decoration: none;
	color: #003366;
}

h1 {
	font-family: Trebuchet, Lucida Sans, serif;
	text-decoration: none;
	color: #003366;
}

/* Styles for Navigation */
#sidebar ul {
	font-family: Calibri, Lucida Sans, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	font-family: Calibri, Lucida Sans, serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
#sidebar a {
	font-family: Calibri, Lucida Sans, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
	display: block;
	padding: 5px;
}
#sidebar a:hover {
	font-family: Calibri, Lucida Sans, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	color: #FF3300;
	border-bottom: 1px solid #8CB0C4;
	border-top: 1px solid #8CB0C4;
	background-color: #DCE7ED;
}

#sidebar .style44:hover {
	background-color: #C2D0DA;
	border-bottom: 1px solid #C2D0DA;
	border-top: 1px solid #C2D0DA;
}

#sidebar .style14 {
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#sidebar .style15 {
	margin-top: 6px;
	margin-bottom: 6px;
}

/* Styles for Footer */
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #003366;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #F1610A;
	text-decoration: underline;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #F78037;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #8E1E17;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #F1610A;
	font-weight: normal;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Styles for Calendar */
#calendar td {
	width: 14%;
}
#calendar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#calendar a {
	font-family: Arial, Helvetica, sans-serif;
	color: #F78037;
	font-weight: bold;
	text-decoration: underline;
	font-weight: bold;
}
#calendar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #8E1E17;
	font-weight: bold;
	text-decoration: none;
}
#calendar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #F1610A;
	font-weight: normal;
	text-decoration: underline;
}
#calendar .style_bold {
	font-weight: bold;
}
#calendar .style_italic {
	font-style: italic;
}

/* Styles for Standings */

table.standings {
	border: 1px solid #336699;
	width: 96%;
	align: center;
	padding: 2px;
}
th.standings {
	background-color: #DDDDDD;
	border: 1px solid #336699;
	font-family: Calibri;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #003366;
	text-indent: 24px;
}
td.standings {
	border: 1px solid #336699;
	min-width: 32px;
	font-family: Calibri;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	white-space: pre-wrap;
	text-indent: 32px;
}