
/* Style for the basic paragraph text throughout the site */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 80%;
}

/* Style for the H1 header text */
h1 {
	/* font-family: Georgia; */
	font-family: Arial Narrow, Helvetica, sans-serif; 
	font-size: 120%; 
	color: #1e123f; 
	text-transform: uppercase; 
	position: relative;
	font-stretch: ultra-condensed; 
	top: 0px;
}

/* Style for the H2 header text */
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #422b7e; 
	position: relative; 
	top: 0px;
}

/* Style for the H3 header text */
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%; 
	/* color: #422b7e; */
	color: #2b487e;
	margin-top: -15px;  
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 80%;
}

table.schedule {
	border-collapse: separate;
	border-spacing: 8px 5px;
	/* border: 1px solid black; */
}

table.fees {
	border-collapse: collapse;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 80%;
	/* border: 1px solid black; */

}

td.name {
	color: #422b7e; 
	padding-top: 10px;
	font-weight: bold;
}

td.age {
	color: #422b7e; 
	padding-top: 10px;
}

td.text {
	padding-top: 20px;
}

td.feedata {
	padding-right: 20px;
}

td.tabletitle {
	background-color: rgb(109,207,246);
	color: rgb(255,255,255);
	padding-right: 20px;
	text-align: center;
}


a.menu {
	text-decoration: none; 
	color: rgb(0,0,0);
	margin: 5px;
}

/* Style for quotations that appear throughout the site */
p.quote {
	font-family: Georgia, Times-Roman, serif;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-style: italic;
	text-align: justify; 
	/* padding-top: 10px; */
	padding-left: 0px;
	padding-right: 0px;
}

#topmenubar {
	position: absolute;
	width: 1000px;
	z-index: 1;
	left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%; 
	text-transform: uppercase;
	color: rgb(0,0,0); 
	top: 82px; 
	height: 20px;
	}
	
#logo {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
}


	
#quotepanel{
	position: absolute;
	top: 119px;
	left: 320px;
	width: 780px;
	padding: 0px;
	z-index: 100;
	font-size: 90%;
	}
	
	
/* Positions the main content panel in a single-panel view */	
#contentpanel{
	position: absolute;
	top: 185px;
	left: 296px;
	width: 703px;
	padding: 10px;
	z-index: 10;
	}
	
/* Positions the left content panel in a two-panel view */
#contentpanelleft{
	position: absolute;
	top: 185px;
	left: 296px;
	width: 480px;
	padding: 10px;
	z-index: 10;
}

/* Positions the right content panel in a two-panel view */
#contentpanelright{
	position: absolute;
	top: 185px;
	left: 800px;
	width: 300px;
	padding: 10px;
	z-index: 10;
	border-left-color: #A9A9A9;
	border-left-style: solid;
	border-left-width: thin;
}	

div.quote{
	background-color: #A9A9A9;
	position: relative;
	right: 10px;
	padding: 10px;
	}
	
#menubar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%; 
	text-transform: uppercase;
	color: #A9A9A9;
	}
	
a.menubar {
	text-decoration: none; 
	color: #585858;
	margin: 5px;
}


	
	
}