@charset "UTF-8";
/* CSS Document */

body {
	background-color:black;
	margin:0px
	}

p {
	font-family: Arial, sans-serif;
	color:white;
	font-size:11pt;
	margin-left:10px;
	margin-right: 10px;
	}

a:link {
	color:white;
	text-decoration:underline;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	background-color:transparent;
	}

a:visited {
	color:white;
	text-decoration:underline;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	background-color:transparent;
	}
		
a:hover {
	color:white;
	text-decoration:underline;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	background-color:transparent;
	}	

a:active {
	color:black;
	text-decoration:underline;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	background-color:white;
	}

/* HEADER SECTION STYLES*/
#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background-color:transparent;
	margin:0px;
	padding-top:10px;
	padding-right:0px;
	border-bottom: 2pt solid white;
	z-index: 3;
	}

#logo {
	background:white none;
	border:thick solid white
	}
	
.nav { 
	background-color:transparent;
	margin:0px;
	margin-left:3pt;
	white-space:nowrap
	}

	
.nav a:link {
	color:white;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	background-color:transparent;
	line-height:20pt
	}

.nav a:visited {
	color:white;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	background-color:transparent;
	line-height:20pt
	}
		
.nav a:hover {
	color:white;
	text-decoration:underline;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	background-color:transparent;
	line-height:20pt
	}	

.nav a:active {
	color:black;
	text-decoration:underline;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	background-color:white;
	line-height:20pt
	}

.nav a#current {
	color:white;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	background-color:transparent;
	line-height:20pt
	}

/* MAIN CONTENT SECTION STYLES*/

#mainContent {
	padding-top:45px
	}

.quote {
	color:gray;
	font: 12pt Arial, sans-serif;
	font-style:italic
	}

.title {
	color:#3D424D;
	font: 22pt Arial, sans-serif 
	}
	
.playwright {
	color:#3D424D;
	font: 12pt Arial, sans-serif 
	}	

.showdates {
	color:#3D424D;
	font: 14pt Arial, sans-serif 
	}

.showcredit {
	color:#3D424D;
	font: 12pt Arial, sans-serif 
	}
	
.center {
	text-align:center 
	}
	
.italics {
	font-style:italic
	}

/* FOOTER SECTION STYLES*/
#footer {
	background-color: black;
	margin:0px;
	padding-bottom:0px;
	border-top: 2pt solid white;
	text-align:center;
	font-size:10pt;
	}

.footertext {
	font-family: Arial, sans-serif; 
	color:white; 
	font-size:10pt	
	}
	
#footer a:link {
	color:white;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:transparent;
	}

#footer a:visited {
	color:white;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:transparent;
	}
		
#footer a:hover {
	color:white;
	text-decoration:underline;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:transparent;
	}	

#footer a:active {
	color:black;
	text-decoration:underline;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:white;
	}

a.blocktext {
	text-decoration:none
	}
	
.callan a:link {
	color:#1D3E44;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	background-color:transparent;
	}

.callan a:visited {
	color:#1D3E44;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	background-color:transparent;
	}
		
.callan a:hover {
	color:#1D3E44;
	text-decoration:underline;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	background-color:transparent;
	}	

.callan a:active {
	color:black;
	text-decoration:underline;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	background-color:white;
	}
