* {
	text-decoration:none;
	margin:0;
	padding:0;
	border: 0;
	list-style:none;
	float:none;
}

body {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	color:white;
	font-weight: bold;
	font-size:90%;
	background-color:black;
	padding: 0.5em 0;
}	

h1 { 
	font-size: 1.2em; 
	text-align: center;
}

h2 { 
	font-size:110%; 
	color:red;
	padding-top: 0.4em;
	padding-bottom: 0.5em;
	text-align:center;
}

h3 { 
	font-size:1.4em;
	text-align: center;
	line-height: 5em;
	text-transform: uppercase; 
}

h4 {
	font-size: 1.2em;
	text-align: center;
	line-height: 1.2em;
	text-transform: uppercase;
	background-color: black;
}

h5 { 
	font-size:110%; 
	color:red;
	padding-top: 0.4em;
	padding-bottom: 0.5em;
	text-align:center;
	text-transform: uppercase;
}

h6 {
	font-size:110%; 
	color:red;
	padding-top: 0em;
	padding-bottom: 1em;
	text-align:center;
}

p {
	padding: 1em;
}

p.titletext {
	text-align: center;
	padding: 1em;
	color:rgb(255, 204, 51);;
}

a {
	color:rgb(255, 204, 51);
	font-weight:bold;
	text-decoration:none;
	border: none;
}

.pic a { 
	text-decoration: none; 
	border: none;
	text-align: center;
	background-color: black;
}

.pic a:hover {
	text-decoration: none;
	border: none;
}

a:hover {
	text-decoration:underline;
	border: none;
}	

dl { 
	border-bottom: 1px solid #999; 
	padding: 0em;
}

dt {
	width: 20em;
	padding: 0.5em;
	border-top: 1px solid #999;
	font-weight: bold;
}

dt.wins {
	width: 20em;
	padding: 0.5em;
	border-top: 1px solid #999;
	font-weight: bold;
}

dd {
	margin-left: 3em;
	padding: 0.5em;
}

dd.first { border-top: 1px solid #999; }

.dots li {
  	list-style-type: circle;
  	list-style-position: outside;
	color: white;
}

.paradot li {
	margin-left: 5em;
  	list-style-type: circle;
  	list-style-position: outside;
	color: white;
}

table.sked {
	text-align: center;
	border: 3px solid #999; 
	width: 300px;
	table-layout: fixed;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

table.vids {
	text-align: center;
	border: 3px solid black; 
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

table.notes {
		text-align: left;
		border: 3px solid black; 
		width: 300px;
		table-layout: fixed;
		border-collapse: collapse;
		margin-left: auto;
		margin-right: auto;
}

.sked td {	
	border: 2px solid #999;
	text-align: center; /* Cells text will be centered */
	padding: 5px; /* A small inner margin so that the text does not touch the border */
}


#top {
	font-size:130%;
	word-spacing: 1.3em;
	letter-spacing: 0.3em;
	text-transform:uppercase;
	text-align: center;
	line-height: 1.3em;
	height: 6em;	
}

#navbar
{ 
	font-size:80%;
	padding: 0.6em;
	letter-spacing: 0.1em;
	word-spacing: 0.5em;
	color: rgb(255, 204, 51);
	vertical-align: center;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
}

#leftpic {
	font-size:90%;
	position: absolute; 
	left: 0;
	top: 15em;
	width: 14em;
	background-color: black;
	border-top: 0;
	margin-top: 0;
	padding: 1em;
}

#left {
	font-size:90%;
	position: absolute; 
	top: 37em;
	left: 0;
	width: 14em;
	background-color:#353232;
	padding: 0.5em;
}

#rightpic
{
	font-size:90%;
	position: absolute;
	top: 16em; 
	right: 0;
	width: 14em;
	background-color: black;
	padding: 1em;

}

#right
{
	font-size:90%;
	position: absolute;
	top: 35em; 
	right: 0;
	width: 14em;
	background-color:#353232;
	padding: 1em;
}

#center
{ 
	font-size:110%;
	text-align:left; 
	padding-left: 14em;
	padding-right: 14em; 
	padding-top: 5em;
	padding-bottom: 0em;
}

#footer
{
	font-size: 95%;
	line-height: 1.1em;
	text-align: center;
	font-weight: bold;
	clear: both;
	position:absolute;
	left: 15em;
	right: 15em;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	margin-bottom: 5em;
}


.legal { font-style: italic; }




