@charset "UTF-8";
/* CSS Document */

body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 30px;
	font-size: 85%;
	line-height: 130%;
	
}
td,th {

}



a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#999999;
}
a:hover {
	text-decoration: none;
	color: #E3934B;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;

}
#container {
	width: 80%;  /* this will create a container 80% of the browser width */
	height:600px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
}
	
.mceContentBody {
	color: #FFFFFF;
	background: #000000;
	font-family:Futura, Arial, Helvetica, sans-serif;
}

#header {
	width: 100%;  /* this will create a container 80% of the browser width */
	height: 90px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: center; /* this overrides the text-align: center on the body element. */}
#logo {
	width: 350px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#menubar {
	width:97%;
	margin-top: 0px;	
	margin-right: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color:#999999;
	text-align:left;
	
	
}
#menubar ul {
	text-align: left;
	font-family:Futura, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #E3934B;
	padding-top:10px;
	margin-top: 0px;
	font-weight: lighter;
	line-height: 15px;
}
#menubar ul li:active {
	font-weight: bold;

}

#menubar a:link {
	color: #E3934B;
	text-decoration: none;
}
#menubar a:visited {
	text-decoration: none;
	color: #E3934B;
}
#menubar a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#menubar a:active {
	text-decoration: none;
}
#mainContent {
	width: 100%;
	height: 510px;
	border: 1px solid #999999;
	background-image:url(/assets/images/TheatreCurtain.jpg);
	background-repeat: no-repeat;
}
	
ul {
	padding:0;	

}li {
	padding:0;
	list-style-position: outside;
	

}	

li h1 {
	font-size: 135%;
	line-height: 100%;
	font-style: italic;
	color: #E3934B;
	font-weight: normal;
	padding: 0;
	font-family:Futura,Arial, Helvetica, sans-serif;
}

li p {
	padding: 0;
}


.textTable {
	text-align: left;
	vertical-align:top;
	font-family:Futura, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.capsYellowHeadline {
	text-align: left;
	vertical-align:top;
	font-family:Futura, Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-weight: lighter;
	color: #E3934B;
	line-height:145%;
}

.YellowText {
	text-align: left;
	vertical-align:top;
	font-family:Futura, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: lighter;
	color: #E3934B;
	line-height: 155%;

}

.YellowTextMidsize {
	text-align: left;
	vertical-align:top;
	font-family:Futura, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: lighter;
	color: #E3934B;
	line-height: 165%;

}

.GrayText {
	text-align: left;
	vertical-align:top;
	font-family:Futura, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: lighter;
	color:#999999;
	line-height: 155%;

}

#contentRight {
	width:72%;  /* this will create a container 80% of the browser width */
	height:490px;
	padding-left: 225px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear: none;
	float: right;
	vertical-align: text-top;
	
}
#contentRight p {
	font-family: Futura,Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 100%;
	line-height: 155%;
	font-weight: lighter;
	letter-spacing: normal;
}

#footer {
	clear: both;
	float: none;
} 
#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 */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Futura, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-align: right;
	font-weight: lighter;
	letter-spacing: normal;
}

#FloatLeft {
	clear: both;
	float: left;
}

#FloatRight {
	clear: none;
	float: right;
}

.caption {
	font-family:Futura,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;

}

#courses_menubar {
	width:97%;
	margin-top: 0px;	
	margin-right: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color:#999999;
	text-align:left;
	
	
}
#courses_menubar ul {
	text-align: left;
	font-family:Futura, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E3934B;
	padding-top:10px;
	margin-top: 0px;
	font-weight: lighter;
	line-height: 15px;
}

#courses_menubar a:link {
	color: #E3934B;
	text-decoration: none;
}
#courses_menubar a:visited {
	text-decoration: none;
	color: #E3934B;
}
#courses_menubar a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#courses_menubar a:active {
	text-decoration: none;
}