#enclosure {
	margin-left: 4%;
	margin-right: 4%;
	background-color: #cccc99;
}

#navigation {
	width: 240px;
	text-align: center;
	background-color: navy;
}

.league-name {
	color: white;
	font-size: 1.6em;
}

#banner {
	position: fixed;
	top: 0;
	height: 40pt;
	width: 100%;
	background-color: black;
}

#logo {
	position: absolute;
	left: 8pt;
	color: lightgreen;
	font-size: 24pt;
	font-weight: bold;
	line-height: 36pt;
}

#content-enclosure {
	margin: 44pt 6% 48pt 18%;
	/*background-color: #ffff99;*/
}

.article-hdg {
	margin: 0;
	color: lightcyan;
	background-color: black;
	border-radius: 5pt 5pt 0 0;
	font-size: 14pt;
	font-weight: bold;
	line-height: 18pt;
	padding-left: 10pt;
	padding-right: 2pt;
	padding-top: 2pt;
	padding-bottom: 2pt;
}

.article-content {
	padding: 2pt 8pt 6pt 8pt;
	font-size: 12pt;
}

body {
/*	background-image: url("/images/field.jpeg");*/
	margin: 0;
	padding: 0;
	border-width: 0;
	font-family: sans-serif;
}

div.article {
	margin: 32pt 0 16pt 0;
	background-color: whitesmoke;
}

#contact1 {
	position: fixed;
	bottom: 18pt;
	height: 18pt;
	width: 100%;
	border-width: thin 0 0 0;
	border-color: black;
	border-style: solid;
	background-color: lightsteelblue;
}

#contact2 {
	position: fixed;
	bottom: 0;
	height: 18pt;
	width: 100%;
	border-width: thin 0 0 0;
	border-color: black;
	border-style: solid;
	background-color: lightblue;
}

div.contact-info {
	position: absolute;
	right: 12pt;
	text-align: right;
	font-size: 10pt;
	line-height: 18pt;
}

li.highlighted {
	color: teal;
	padding: 6pt 0;
}

th.gold {
	background-color: gold;
	font-weight: bold;
}

th.green {
	background-color: green;
	color: white;
	font-weight: bold;
}

th.blue {
	background-color: aqua;
	font-weight: bold;
}

th.navy {
	background-color: navy;
	color: white;
	font-weight: bold;
}

th.red {
	background-color: red;
	font-weight: bold;
}

td.player {
	background-color: #c0c0c0;
	text-align: center;
}

th.schedule {
	background-color: black;
	color: white;
	text-align: center;
}

td.schedule {
	background-color: #c0c0c0;
	text-align: center;
}
