/*Menu and header*/
#header { 
background-color: rgb(153, 0, 0); 
position: relative;
height: 110px;
width: 730px;
opacity: 1;
margin-left: 20%;
font-size: 0.7em;
text-decoration: none;
}
#header a { 
display: inline-block;
color: rgb(255, 255, 255);
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
text-decoration: none;
line-height: 2em;
padding-left: 10px;
padding-right: 10px; }

#header a:hover { 
background-color: rgb(0, 0, 0);
display: inline-block;
list-style-type: none;
font-family: Arial,Helvetica,sans-serif;
text-decoration: none;
font-weight: bold;
text-align: left;
padding-left: 10px;
padding-right: 10px;
}
.Links{
display:none;
border-width: 1px;
border-style: solid;
border-color: black;
padding-left: 10px;
padding-right: 5px;
text-decoration: none;
background-color: #990000;
color: white;
}
#Band {
display: none;
color: white;
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
text-decoration: none;
line-height: 2em;	
width: 120px;
position: absolute;
top: 105px;
left: 55px;
}
#PA{
display: none;
color: rgb(255, 255, 255);
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
text-decoration: none;
line-height: 2em;
width: 115px;
position: absolute;
top: 105px;
left: 105px;
}
#Directors{
display: none;
color: rgb(255, 255, 255);
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
text-decoration: none;
line-height: 2em;
width: 110px;
position: absolute;
top: 105px;
left: 350px;
}

/*Body*/

body {
background-color: rgb(51,51,51);
}
#main-text{
	margin-left: 20%;
	font-family:Arial, Helvetica, sans-serif;
}
table{
background-color: white;
width: 730px;
min-height: 500px;
padding: 20px 20px 20px 20px;
border: none;
text-align: left;
}
td{
	padding: 20px;
	background-color: rgb(255, 255, 255);
}
form {
background-color: white;
}
a{
	color: #666666;
text-decoration: none;
}
#main-text a:link a:visited{
color:#666666;
text-decoration:none;
}
#main-text a:hover {
color:#FF0000;
text-decoration:underline;
}
.pageLinks{
	text-align: center;
}
h1 {
text-align: center;
color: rgb(204, 0, 0);
}
h2 {
text-align: center;}
h3 {
text-align: center;
}
#more{
	
}
#less{
	
}
#info{

}
/*Goals Page*/
#goalHeader{
	text-align: center;
}
#goalsFineArts{
	list-style-type:upper-roman;
}
/*Contact Page*/
.contactItalic{
	font-style:italic;
}
/*Directors' Page*/
.dirPic{
text-align: center;
}
/*Musical Cast Page*/
#musicalCast{
	width: 80%;
	margin-left: 20%;
}
#musicalCast h3{
	text-align: left;
	margin-left: 80px;
}
#musicalCast td{
	vertical-align: text-top;
	padding: 20px 50px 20px 20px;
	text-align: left;
	width: 50%;
}
.castInstructions{
	font-style: italic;
	font-weight: bold;
}
#calendarFrame{
	text-align: center;}
#chamberLogo{
	height:100px;
	float: right;
	padding: 5px;
	margin-top: -25px;}	