@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #DDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #000;
}
.date {
	color: #BFCD99;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #CFDEF4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9999AA;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999AA;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1.4em;
	color: #7DB6D5;
}
h3 { font-size: 1.4em; color: #6C0; }
h4 {
	font-size: 1em;
	color: #BFCD99;
}
.twoColFixLt #container { width: 810px; margin: 0 auto; text-align: left; /* this overrides the text-align: center on the body element. */ }
.twoColFixLt #sidebar { float: left; /* since this element is floated, a width must be given */ width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 0 0 15px 0px; }
.twoColFixLt #mainContent { margin-top: 0px; margin-right: 0; margin-bottom: 0; margin-left: 230px; padding-top: 0; padding-right: 20px; padding-bottom: 20px; padding-left: 0px; } 
.twoColFixLt #splashContainer {
	width: 800px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLt #splashSidebar {
	width: 200px;
	margin-top: -290px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 466px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; margin-bottom: 10px; }
.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 8px; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both; height:0; font-size: 1em; line-height: 1em;}
#sidebar img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999AA;
}
#sidebar ul, #splashSidebar ul { margin: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; }
#sidebar li, #splashSidebar li {
	background-image: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999AA;
}
#sidebar a, #splashSidebar a { text-decoration: none; font-size: 0.88em; display: block; padding-top: 4px; padding-right: 6px; padding-bottom: 4px; padding-left: 6px; color: #9BBCDD; }
#sidebar a:hover, #sidebar a:focus, #sidebar a:active { color: #900; background-color: #FFF; }
#splashSidebar a:hover, #splashSidebar a:focus, #splashSidebar a:active { color: #900; background-color: #FFF; }
#mainContent a:link, #mainContent a:visited { color: #D0D3ED; }
#vistedlinksnewcolor a:link { color: #FFF; }
#vistedlinksnewcolor a:visited {
	color: #BCC;
}
#mainContent a:hover, #mainContent a:focus, #mainContent a:active { color: #6CF; }
#mainContent h4 a:link, #mainContent h4 a:visited {
	color: #D9E7C5;
}
#mainContent .pullquote200 {
	width: 200px;
	border-left: 1px solid #ccc;
	padding: 0 0px 0 12px;
	float: right;
	margin: 0 0 12px 12px;}
#mainContent #masthead { margin-left: 0px; }
#mainContent table {
	font-size: 0.88em;
}
#mainContent table td {
	padding-bottom: 0.3em;
	vertical-align: middle;
	padding-top: 0.3em;
}
.ruleAbove {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	color: #BFCD99;
	padding-top: 2em;
}
.caption { font-style: italic; font-size: 0.88em; line-height: 1.4em; }
.smalltype { font-size: 0.8em; }
#mainContent #perform p strong { color: #FF9; font-family: Candara, Verdana, sans-serif; letter-spacing: 0.2em; text-transform: uppercase; }
.oneColFixCtr #container {
	width: 810px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	text-align: left;
}
.oneColFixCtr #mainContentIC { padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box. For Irvin/Christopher Duo. */ }
#mainContentIC a:link, #mainContentIC a:visited { color: #D0D3ED; }
#mainContentIC a:hover, #mainContentIC a:focus, #mainContentIC a:active { color: #6CF; }
#mainContentIC .leftcolumn {
	float: left;
	width: 345px;
	background-color: #132021;
	padding: 10px;
	line-height: 1.3em;
}
#mainContentIC .rightcolumn {
	float: right;
	width: 345px;
	background-color: #132021;
	padding: 10px;
	line-height: 1.3em;
}
#mainContentIC #repertoire {
	background-color: #132021;
	margin-top: 1.5em;
}
tr .tab1 {
	text-align: right;
	padding-right: 2em;
	padding-top: 0.7em;
	vertical-align: top;
	font-weight: bold;
}
tr .tab2 {
	padding-top: 0.7em;
	vertical-align: top;
	padding-right: 0.5em;
	color: #FFF;
}
tr .tab2 .indent2em {
	padding-left: 2em;
	color: #CCC;
}
.caps {
	text-transform: uppercase;
}
.indent2em {
	padding-left: 2em;
	margin-bottom: -0.7em;
}
.indent4em {
	padding-left: 4em;
	margin-bottom: -0.7em;
}

