@charset "UTF-8";
/* CSS Document */

html { min-height: 100%;
margin: 0 0 1px;
}

body {
	padding: 3em;
	font-family: Arial, Helvetica, sans-serif;
		background: #d3dfec;
 min-height: 100%;
margin: 0 0 1px;
}
	
#page {
	width: 750px;
	margin: 0 auto;
	padding: 0 0 18px 0;
	background: url(shadow.png) no-repeat bottom right;
	}
#page-contents {
	padding: 0;
	border: 1px solid #000;
	}
#page-contents h2 {
	margin: 0 0 0 0;
	padding: 0;
	line-height: 81px;
	text-align: center;
	background-color: #000000;
	background: url(image.jpg) no-repeat bottom right;
	}
	
	
	#page-contents h3 { 
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
	border-top: 1px solid #092439;
	line-height: 35px;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	

	}
	#footer { /* footer */
	margin: 0 0 0 0;
	padding: 0px;
	text-align: left;
	border-top: 1px solid #092439;
	line-height: 33px;
	background-color: #00518A;
	font-size:10px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#container{
	width:100%;
	background-color: #006699;	
}

#container2{
	width:100%;
	height: 34px;
	background-color: #006699;	
}
#content{
	background-color:#FFFFFF;
	width:600px;
	border-left:150px solid #092439; /* The width and color of the rail */
	margin-left:0px; /* Hat tip to Ryan Brill */
	float:left;
	height:100%;
}
#extrapad{
	margin-left:1em;
	margin-top:1em;
	margin-right:1em;
}

#extrapad2{
	margin-left:26px;
	margin-bottom:7px;
}

#rail{
	background-color:#092439;
	width:150px;
	height:100%;
	margin-left:-150px;
	float:left;
}

#bordergold{
	border-bottom: 1px solid #887555;
	width:150px;
	float:left;
}

	

.sponsor {
	font-family: Arial, Helvetica, sans-serif;
	color: #207BBC;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
line-height: 15px;
font-size: 11px;
text-decoration: none;
letter-spacing: 1px;
display: block;
	width: 130px;
	font-weight: normal;

}
a:link {
	color:#207BBC;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
	color:#FF6600;
			}
a:active {
	text-decoration: none;
}

a:visited {
	color:#207BBC;
	text-decoration:none;
}

#navbar {
	font-family: Arial, Helvetica, sans-serif;
}
#navbar ul {
  padding:0px;
  margin: 0px;
  list-style: none;
  }
#navbar ul li {
	float: left;
	position: relative;

	
	
}

#navbar ul li h1 {
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	color: #207BBC;
	text-indent:3px;
	
	}

#navbar ul li h5 {
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
line-height: 15px;
font-size: 11px;
text-decoration: none;
letter-spacing: 1px;
color: #FFFFFF;
display: block;
	width: 130px;
	font-weight: normal;
}


#navbar ul li h6 {
padding-left: 10px;
margin-top: 10px;
	width: 130px;
	text-align:center;
}

#navbar ul li h4 {
	margin: 10px;
	font-size: 11px;
	text-decoration: none;
font-weight: normal;
	letter-spacing: 1px;
	color: #999999;
	display: block;
	width: 130px;
	height:1px;
	
}

#navbar 
li:hover ul { display: block; }

#navbar li > #navbar ul {
	top: auto;
	left: auto;
	height:100%;
	}

.clearit { clear: both; }
/* topnav */
#topnav {
	font-family: Arial, Helvetica, sans-serif;
	
}
#topnav ul {
padding:0;
margin:0;
list-style: none; 

}
#topnav ul li {
postion: relative;
float: left;
height: 33px;
}

#topnav ul li a {
	color: #FFCA29; 
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
	padding-right: 32px;

}

#logo {
	height: 33px;
	width: 130px;
	line-height: 36px;
	text-decoration: none;
	text-align: center;
	padding-right: 22px;
}


#topnav ul li a:hover{
color: #fff
}

/* topnav2 */
#topnav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#topnav2 ul {
padding:0;
margin:0;
list-style: none; 
}
#topnav2 ul li {
position: relative;
float: left;
height: 23px;
padding-right:25px;
}
#topnav2 ul li a {
	height: 23px;
	color: #207BBC;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
}

#topnav2 ul li a:hover{
color: #FF6600
}


.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #207BBC;
	letter-spacing: 1px;
	font-weight: bold;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #092439;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}

.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;

}

#playlist tbody tr.even td {
      background-color: #ccc;
    }
    #playlist tbody tr.odd  td {
      background-color: #fff;
    }
	
