@charset "utf-8";
body  {
	font-family:  arial, Helvetica, sans-serif;
	font-size: 80%;
	background: #693a23 url('bg.gif');
	background-repeat:repeat-x;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	font-size: 180%;
	font-style: italic;
	color: #351a0c;
	padding: 4px;

}

h2 {
	font-style: italic;
	border-bottom: 1px dashed;
	margin-top: 30px;
	color: #5c3726;
}

h3 {
	text-transform: uppercase;
}

dl {
	padding-left: 40px;
}

dt {
	color: #02498a;
	font-size: 120%;
}

dd {
	background: #f2d5c8;
	padding: 5px;
	margin-bottom: 10px;
}

a:link {
	color: #065aa8;
	font-weight: bold;
}

a:visited {
	color: #065aa8;
	font-weight: bold;
}

a:hover {
	color: #063b6c;
	font-weight: bold;
}

a:hover h3 {
	color: #000000;
	font-weight: bold;
}

IMG.center {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
.center {
	text-align: center;
}
	
.italic {
	font-style: italic;
	font-weight: bold;
	color: #065aa8;
}

.schedule {
	font-style: italic;
	font-weight: bold;
	color: #a41e08;
}

.red {
	color: #b90e1a;
	font-size: 180%;
	font-style: italic;
	padding: 4px;
	text-align: center;
}

.bold {
	font-weight: bold;
	font-size: 150%;
	color: #5f2201;
}

.bold a{
	color: #5f2201;
}

.bold a:hover {
	color: #063b6c;
	font-weight: bold;
}

.text {
	font-family:  arial, Helvetica, sans-serif;
	font-size: 80%;
}

.video {
	margin: auto;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}

.video a:hover{
	color: #000000;
}

.dateline {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
}


#player { 
	background: transparent;
	width: 986px; 
	height: 35x;
	margin: 0 auto;
} 

#container { 
	background: #1a0e09;
	width: 986px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 4px solid #693a23;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#adegbalola{ 
	background: #2a170e;
	height: 46px; 
	padding: 0;  
	margin: 0;
}

#header{ 
	background: #693a23;
	height: 190px; 
	padding: 0;  
	margin: 0;
}

#headergws { 
	background: #693a23;
	background-repeat:no-repeat;
	height: 221px; 
	padding: 0;  
	margin: 0;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#nav { 
	padding: 0; 
	margin: 0;
	background: url('nav_bg.gif') #edce4b; 
	font-weight: bold;
	font-size: 85%;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	height: 30px;
}

#nav ul {
	padding: 0;
	margin-left: 0;
	margin-top: 8px;
	}

#nav ul li{
	display: inline;
	padding: 5px; 
	margin: 0;
	}
	
#nav ul li a:link, #nav ul li a:visited {
	color: #000000;
	text-decoration: none;
	padding: 5px; 
	}
	
#nav ul li a:hover {
	color: #ffffff;
	background-color: #5199dc;
	padding: 5px; 
	margin: 0;

}
 
#subnav { 
	padding-right: 125px; 
	margin: 0;
	background: url('subnav.gif') #dec1b4; 
	font-weight: bold;
	font-size: 95%;
	text-transform: uppercase;
	text-align: right;
	overflow: hidden;
	height: 34px;
}

#subnav ul {
	margin-top: 8px;
	}

#subnav ul li{
	display: inline;
	padding: 5px; 
	margin: 0;
	}
	
#subnav ul li a:link, #subnav ul li a:visited {
	color: #ffffff;
	background-color: #c71526;
	text-decoration: none;
	padding: 5px; 
	}
	
#subnav ul li a:hover {
	color: #ffffff;
	background-color: #5199dc;
	padding: 5px; 
	margin: 0;
}

#mainContent { 
	background: #f4e6a8;
	background-repeat: repeat;
	margin: 0; 
	padding: 5px 20px 30px 20px; 
	border: 0;
} 

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #1a0e09;
	color: #978442;
} 

#footer a{
	color: #978442;
	}
	
#footer a:hover {
	color: #ffffff;

}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


