* {
	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; }

div.center { margin: 0 auto; }


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/


#slider-wrapper {
    /*background:url(images/slider/slider.png) no-repeat;*/
    /*width:998px;
    height:392px;*/
    margin:0 auto;
}

#slider {
	/*border: 15px solid rgba( 255,255,255, .3);
	border-radius: 15px;*/
	position:relative;
    width:600px;
    height:377px;
    margin-left:190px;
	background:url(images/slider/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:150px; /*should be half of the width of the slider */
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	position: absolute;
	background-position:-30px 0;
	right:15px;
	top: 140px;
}
a.nivo-prevNav {
	position: absolute;
	left:15px;
	top: 140px;
}

.nivo-caption {
	position: absolute;
	
	width: 100%;
	
	bottom: 0;
	
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;

	background-color: rgba(0,0,0,0.8);
}

.nivo-caption p {
	padding: 5px;
	
	color: white;
}

.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

.nivo-slice {
	position: absolute;
	
}



