


/*Links for Menu Section*/
a.menu:link {
	color: white;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.menu {
	color: white;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.menu:hover {
	color: #c6e4da;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.enter {
	color: white;
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}

a.print {
	color: white;
	font-size: 75%;
	font-weight: normal;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.print:link {
	color: white;
	font-size: 75%;
	font-weight: normal;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.print:hover {
	color: #c6e4da;
	font-size: 75%;
	font-weight: normal;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif; 
}

.copyright {
	color: white;
	font-size: 70%;
	line-height: 80%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}
a.copyright {
	color: white;
	font-size: 100%;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-decoration: underline;
}
a.copyright:hover {
	color: #c6e4da;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-decoration: underline;
}
.headline {
	color: black;
	font-weight: bold;
	font-size: 18pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}
.audition {
	color: black;
	font-weight: bold;
	font-size: 200%;
	font-family: "arial black", gadget, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
}
.crstheater {
	color: black;
	font-weight: normal;
	font-size: 120%;
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
}
.dearsanta {
	color: black;
	font-size: 160%;
	font-family: "arial black", gadget, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
}
.extravaganza {
	color: black;
	font-size: 120%;
	font-family: "arial black", gadget, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
}
.benv{
	color: black;
	font-weight: bold;
	font-size: 140%;
	font-family: "arial black", gadget, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
}
.programmers {
	color: black;
	font-weight: normal;
	font-size: 120%;
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
}
.basic {
	color: black;
	font-weight: normal;
	font-size: 100%;
	font-family: "Times New Roman", Georgia, Times, serif ;
}
.info {
	color: black;
	font-weight: normal;
	font-size: 130%;
	font-family: "Times New Roman", Georgia, Times, serif ;
}
.smallbasic {
	color: black;
	font-weight: normal;
	font-size: 80%;
	font-family: "Times New Roman", Georgia, Times, serif ;
}
.black_text {
	color: black;
	font-weight: normal;
	font-size: 85%;
	line-height: 12pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}
.pdfs {
	color: black;
	font-weight: normal;
	font-size: 85%;
	line-height: 130%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}

a {
	color: black;
	text-decoration: underline
}
a:hover {
	color: #45403D;
	text-decoration: underline
}


#dropmenudiv {
	width: 100%;
	position: absolute;
	border: 2px solid black;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index: 100;
}
#dropmenudiv a {
	width: 100%;
	color: #FFFFFF;
	display: block;
	font-size: 80%;
	text-indent: 1px;
	text-decoration: none;
}
#dropmenudiv a:hover {
/*hover background color*/
	color: black;
	text-decoration: none;
	background-color: #e5eee9;
}
