@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	color: #000000;
	background: #fff;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #000000;	
}

img {
	border: none;
	display:block;
	margin: 5px auto;
}

#container { 
	width: 900px;
	background: #fff;
	margin: 20px auto 0 auto;
	text-align: left;
} 


#header { 
	font: 100% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	list-style-type: none;
	
}

#header #mainMenu, #header #subMenu {
	margin: 10px auto;
	text-align:center;
}

#header li {
	list-style:none;
	display:inline;
}

#header li a {
	
	padding: 0 15px;
}

#header #subMenu li {
	font-size: 70%;
}  
 
#header h1 {
	display: none;
}







#homePage #content h1  {color:#FF0000;}



#biographiesPage #content h1, #biographiesPage #content h1 a  {color:#009999;}

#listA a:hover {color:#FF0000;}
#listB a:hover {color:#FF9900;}
#listC a:hover {color:#FFFF00;}
#listD a:hover {color:#669900;}
#listE a:hover {color:#009900;}
#listF a:hover {color:#009999;}
#listG a:hover {color:#00CCFF;}
#listH a:hover {color:#0033FF;}






#content {
	width: 700px;
	text-align:center;	
	margin: 30px auto 5px auto; /* the left margin will look best if you match the padding amount to the header and footer. */
	padding-bottom:80px;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	text-align:left;
	background: url(images/dec_paragraph_flourish.jpg) no-repeat bottom center;
}

#content h1 {
	font: bold 150% Georgia, "Times New Roman", Times, serif;
	text-align:center;
	margin-bottom:20px;
	padding-bottom:40px;
	background:url(images/dec_paragraph_flourishTop.jpg) no-repeat bottom center;	
}

#content .quote {
	font-style: italic;
}

#cabaretPage #content table  {
	font-size: 80%;
	text-align:center;
}

#content a {
	color:blue;
	text-decoration:underline;
}

#singSchool {
	width: 400px;
	margin: 0 auto;
}


 
#footer {
	padding: 50px;
	font:small-caps 70% Georgia, "Times New Roman", Times, serif;
} 

#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 */

	color: #000;
	float: right;
}













.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;
}


