@charset "UTF-8";
/* CSS Document */
#body {
	text-align:center;
	
}

#container {
	width: 976px;
	background-color: #FFF;
	
}

#header {
	width: 976px;
	height: 202px;
	background-color:#03F;
	background-image: url(../images/header1.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#leftbar {
	width: 156px;
	height: 525px;
	background-color: #03F;
	float: left;
	padding:10px;
	text-align:center;
	color: #FFF;
}

#navigation {
	height: 50px;
	width: 976px;
	background-color: #600;
	right: 0px;
	color: #FFF;
	font-size:18px;
	padding-top: 10px;
	
	}

	#navigation ul {
		margin:0;
		padding:5px;
		list-style:none;
		text-decoration:none;
		height:60px;
		
	}
	
	#navigation ul li{
		display:inline;
		height:50px;
		width:190px;
		margin:10px;
	}
	
	#navigation ul li a{
	line-height:50px;
	text-align:center;
	text-decoration:none;
	

	}
	

#content {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color:#000;
	float: right;
	height: 545px;
	background-color: #FFF;
	text-align:left;
}

#footer {
	height: 65px;
	background-color: #600;
	float: left;
	width: 956px;
	text-align:center;
	font-size:12px;
	text-align: center;
	padding: 10px;
	color: #FFF;
	line-height:4px;
	margin: 0px;
}

.footernav {
	font-size:14px;
}


h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#F03;
	font-size: 24px;
	border-bottom-style: groove;
	border-bottom-width:thick;
	
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	font-style:normal;
	font-weight:200;
	border-bottom-style: groove;
	border-bottom-width:thin;
	border-bottom-color:#FFF;
	font-size:24px;
}

p {
	font-size:16px;
	padding: 15px;
	color:#000;

}

.sidebartext {
	font-size:18px;
	font-style:bold;
	color:#FFF;
	line-height:10px;
}


/* Schedule page code */


#schedulecontent {
	width: 780px;
	padding:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color:#000;
	float: right;
	height: 525px;
	background-color: #FFF;
	text-align:left;
}
.descriptiontext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:bold;
	color:#000;
	line-height:16px;
}