html { margin: 0px; padding: 0px; background-color: #FFFFFF; }

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 15px;
	color: #333333;
}

h1 {
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: 7px;
	line-height: 16px;
}

h2 {
	color: #000000;
	font-size: 125%;
	font-weight: normal;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: 7px;
	line-height: 15px;
}

h3 {
	color: #656565;
	font-size: 120%;
	font-weight: normal;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: 7px;
	line-height: 13px;
}

h4 {
	color: #656565;
	font-size: 110%;
	font-weight: normal;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: 7px;
	line-height: 13px;
}


/* top navigation */
#top_nav {
	position: relative;
	left: 40px;
	top: 13px;
	padding:0;
	margin:0;
	white-space:nowrap;
	list-style-type:none;
	width: 720px;
	text-transform: uppercase;
}

#top_nav li {
	display:inline;
}

#top_nav li a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 0.2em;
	margin-right: 2.0em;
	outline: none;
	background-color: transparent;
}

#top_nav li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	outline: none;
}

#top_nav li a.current {
	color: #FFFFFF;
	text-decoration: underline;
	outline: none;
}

#top_nav .ie_li_hack {
	position: relative;
	float: left;
}


/* accordion - used in plays and ensemble */
.accordion_toggle {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 10px 0 10px;
	margin:0;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 130%;
	color: #656565;
	background-image:url(/site/mst/images/static/sect_closed.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
	overflow: hidden;
}


.accordion_toggle_active {
	color: #000000;
	background-image:url(/site/mst/images/static/sect_opened.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.accordion_content {
	background-color: #FFFFFF;
	overflow: hidden;
	margin: 0 10px 0 10px;
}

/* archive menu */
.archive_toggle {
  display: block;
  height: 24px;
  line-height: 24px;
  padding: 0 5px 0 0;
  margin:0;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  font-size: 100%;
  color: #000000;
  cursor: pointer;
}

.archive_toggle_active {
  color: #000000;
}

.archive_content {
  background-color: #FFFFFF;
  overflow: hidden;
  margin: 0 10px 0 10px;
}