@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #FFFFFF;
}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	clip: rect(auto,100px,auto,100px);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #181818;
	background-color: #FFFFFF;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: small;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #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 */
}
.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;
}
.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: 1px;
    line-height: 0px;
}.thrColFixHdr #container #header table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #DFE5EA;
	text-align: center;
}
.thrColFixHdr #container #sidebar1 {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #C4D5E7;
	font-size: 10px;
	text-align: left;
	font-weight: normal;
}
.thrColFixHdr #container #sidebar2 {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #C4D5E7;
	font-size: small;
}
.thrColFixHdr #container #footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #16497E;
	background-color: #E6C88C;
}
.thrColFixHdr #container #sidebar2 p {
	font-weight: bold;
}
.thrColFixHdr #container #sidebar2 p {
	font-weight: normal;
	font-size: 10px;
}
.thrColFixHdr #container #sidebar2 {
	font-style: italic;
}
.thrColFixHdr #container #sidebar2 {
	font-style: normal;
	font-size: 10px;
	text-align: left;
	word-spacing: normal;
}
.thrColFixHdr #container #mainContent #offerings1 div table {
	text-align: center;
}
.thrColFixHdr #container #mainContent #offerings1 div table {
	font-weight: bold;
}
.thrColFixHdr #container #mainContent #offerings1 div table tr td {
	font-size: medium;
	font-weight: normal;
}
.thrColFixHdr #container #mainContent #offerings1 div table {
	font-weight: bold;
}
.thrColFixHdr #container #mainContent #offerings1 div table tr td {
	font-weight: bold;
}
.thrColFixHdr #container #mainContent #offerings1 div table tr td {

}
.thrColFixHdr #container #mainContent #offerings1 div table tr {
	font-size: small;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent #offerings1 div table {
	font-size: small;
}
.thrColFixHdr #container #mainContent #offerings2 div table {
	text-align: center;
}
.thrColFixHdr #container #mainContent #offerings2 div table {
	font-weight: bold;
}
.thrColFixHdr #container #mainContent table {
	font-weight: normal;

}
.thrColFixHdr #container #mainContent table tr th {
	font-weight: normal;

}
.thrColFixHdr #container #mainContent table {
	font-weight: normal;
}
.thrColFixHdr #container #mainContent table {
	font-weight: bold;
}
.thrColFixHdr #container #mainContent table tr th {

}
.thrColFixHdr #container #mainContent table {
	text-transform: capitalize;
	line-height: normal;
	font-style: normal;
	font-weight: bold;
	font-size: small;
}
.thrColFixHdr #container #mainContent table tr th {
	font-size: small;
}
.thrColFixHdr #container #mainContent table tr th {
	font-size: medium;
}
.thrColFixHdr #container #header div table tr th {
	background-image: url(../Images/Navbar.png);
	height: 25px;
	width: auto;
	border: thin solid #022D5A;
}
.thrColFixHdr #container #header div table tr th {
	text-align: center;
}
.thrColFixHdr #container #header div table tr th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	color: #022D5A;
}
#container #eventinfo p {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #15487D;
	text-align: center;
}
.thrColFixHdr #container #eventinfo {
	font-family: Verdana, Geneva, sans-serif;
	color: #022D5A;
	background-color: #FFF;
	font-size: small;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
.thrColFixHdr #container #eventinfo #eventinfo table caption {
	font-size: x-large;
}
.thrColFixHdr #container #eventinfo #eventinfo table tr th {
	background-color: #FFF;
}
.thrColFixHdr #container #eventinfo #eventinfo table tr th {
	background-color: #C5D5E7;
}
.thrColFixHdr #container #eventinfo #eventinfo table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	background-color: #FFC;
	color: #022D5A;
}
.thrColFixHdr #container #eventinfo #eventinfo table tr td {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFC;
	font-size: small;
	color: #022D5A;
	text-align: center;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	vertical-align: middle;
	white-space: normal;
	word-spacing: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	display: none;
}
.thrColFixHdr #container #eventinfo #eventinfo table tr td {
	background-color: #FFC;
}
.thrColFixHdr #container #eventinfo #eventinfo #eventtable {
	font-size: small;
	text-align: center;
	color: #022D5A;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFC;
	letter-spacing: normal;
	vertical-align: middle;
	word-spacing: normal;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: capitalize;
	border: thin solid #022D5A;
}
.thrColFixHdr #container #eventinfo #eventinfo #eventtable tr th {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #C5D5E7;
}
.thrColFixHdr #container #eventinfo #eventinfo #eventtable {
	font-weight: bold;
}
.thrColFixHdr #container #eventinfo #eventinfo #eventtable {
	text-align: center;
}
.thrColFixHdr #container table {
	font-size: small;
	text-align: center;
}
.thrColFixHdr #container table tr td a {
	color: #0066FF;
	font-size: small;
	vertical-align: top;
	text-decoration: underline;
}
.thrColFixHdr #container table {
	font-size: large;
}
.thrColFixHdr #container table {
	font-weight: bold;
}
.thrColFixHdr #container table {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #022D5A;
	background-color: #FFFFFF;
	margin: auto;
	font-size: 12px;
	text-align: center;
	font-style: normal;
	border: medium solid #022D5A;
}
.thrColFixHdr #container table tr td ul li {
	text-align: left;
}
.thrColFixHdr #container ul li em {
	text-align: left;
}
.thrColFixHdr #container p strong {
	text-align: left;
}
.thrColFixHdr #container p strong {
	color: #1050C6;
}
.thrColFixHdr #container p {
	text-align: left;
	font-size: small;
	font-weight: normal;
	color: #000;
	vertical-align: text-top;
	font-style: normal;
	line-height: normal;
}
.thrColFixHdr #container ul {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.thrColFixHdr #container #contacttable p br {
	margin-left: 100px;
}
.thrColFixHdr #container #contacttable p strong {
	text-align: center;
}
.thrColFixHdr #container #contacttable p {
	text-align: center;
}
.thrColFixHdr #container {
	text-align: center;
}
.thrColFixHdr #container {
	font-size: 12px;
}
.thrColFixHdr #container {
	font-size: large;
}
.thrColFixHdr #container {
	font-weight: bold;
}
.thrColFixHdr #container {
	color: #022D5A;
}
.thrColFixHdr #container {
	width: 780px;
	text-align: center;
	font-size: small;
	font-weight: normal;
	color: #000066;
}
.thrColFixHdr #container #linkstable tr td {
	font-size: small;
}
.thrColFixHdr #container #sidebar2 p a {
	text-align: left;
}
.thrColFixHdr #container #sidebar2 p a {
	text-align: left;
}
.thrColFixHdr #container #sidebar1 p {
	font-size: 9px;
}
.thrColFixHdr #container #sidebar1 p {
	font-size: 10px;
}
.thrColFixHdr #container #sidebar1 p {
	text-align: left;
}
.thrColFixHdr #container #sidebar1 p {
	font-size: 10px;
}
.thrColFixHdr #container #sidebar2 p a {
	text-align: center;
}
.thrColFixHdr #container #sidebar2 p {
	font-weight: bold;
}
.thrColFixHdr #container #sidebar2 p {
	font-weight: normal;
}
.thrColFixHdr #container #sidebar2 h2 {
	text-align: center;
}
.thrColFixHdr #container #mainContent p {
	font-weight: normal;
}
.thrColFixHdr #container #mainContent p {
	font-size: small;
}
.thrColFixHdr #container #header div table {
	font-size: small;
	color: #D6D6D6;
	background-color: #BFD1E7;
}
.thrColFixHdr #container #eventinfo p {
	font-size: small;
}
.thrColFixHdr #container #eventtable {
	font-size: small;
}
.thrColFixHdr #container table tr td ul li {
	font-size: 12px;
}
.thrColFixHdr #container #ensembleinfo table {
	font-size: medium;
}
.thrColFixHdr #container #ensembleinfo table {
	font-size: 16px;
}
.thrColFixHdr #container #header div table tr td {
	color: #022D5A;
	background-color: #FFFFFF;
}
.thrColFixHdr #container #header div table tr th {
	background-image: url(../Images/Navbar.png);
	color: #000000;
}
.thrColFixHdr #container #header div #cbbar tr th {
	background-image: url(../Images/cbnavbar.png);
	font-size: small;
	color: #000;
	font-weight: bold;
}
#Members {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #3879C1;
	background-color: #081834;
}
.thrColFixHdr #container #header div #members table tr td #Members tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: italic;
	color: #2C7FE0;
	background-color: #081734;
	border: thin inset #2469BC;
}
.thrColFixHdr #container #header div #members #armonia {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	background-color: #081733;
	border: thin inset #EAFBFF;
}
.thrColFixHdr #container #header div #members #armonia tr td #Members {
	background-color: #081733;
}
.thrColFixHdr #container #header div div table thead tr td {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #081733;
}
.thrColFixHdr #container #header div div #armonia thead tr td {
	background-color: #081733;
	color: #2C7FE0;
}
.thrColFixHdr #container #header div div #armonia tbody tr td {
	background-color: #18191B;
}
a {
	color: #6FF;
}
.thrColFixHdr #container #header div div #armonia {
	background-color: #738AAC;
}
.thrColFixHdr #container #header div div #armonia tbody tr td {
	background-color: #081734;
}
.thrColFixHdr #container #header div div #armonia tbody tr td {
	background-color: #758CAE;
}
.thrColFixHdr #container #header div div #armonia thead tr td p #armonia {
	color: #2C7FE0;
	background-color: #081733;
}
.thrColFixHdr #container #header div div #armonia thead tr td h1 #armonia {
	background-color: #081733;
	color: #2C7FE0;
}
.thrColFixHdr #container #header h2 {
	vertical-align: text-top;
}
.thrColFixHdr #container #header h2 {
	vertical-align: text-top;
}
.thrColFixHdr #container #header h2 {
	vertical-align: text-top;
}
.thrColFixHdr #container #Trimtable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #022D5A;
	background-color: #FDFDFF;
}
.thrColFixHdr #container #header #members div table tbody tr {
	color: #2C7FE0;
	background-color: #081836;
}
.thrColFixHdr #container #header #members div table tbody tr {
	color: #022D5A;
	background-color: #758CAE;
}
.thrColFixHdr #container #header #members div table tbody tr td h1 {
	background-color: #758CAE;
}
#Phototitle {
	color: #022D5A;
	background-color: #FFFFFF;
}
.thrColFixHdr #container #News {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #FFFF99;
	border: thin solid #000066;
	list-style-type: disc;
}
.thrColFixHdr #container #News {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #FFFFCC;
	background-color: #FFFFFF;
	text-align: left;
}
.thrColFixHdr #container #News td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFCC;
}
.thrColFixHdr #container #News .style2 .style3 {
	text-align: left;
}
.thrColFixHdr #container #News .style2 .style3 {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	white-space: normal;
}
.thrColFixHdr #container #News #Newsparagraphs {
	text-align: left;
}
.thrColFixHdr #container #News #Newsparagraphs .fltlft .style1 {
	text-align: left;
}
.thrColFixHdr #container #contacttable p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
}
.thrColFixHdr #container #MainPage table {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	border: medium solid #15487D;
	list-style-position: inside;
	list-style-type: disc;
}
.thrColFixHdr #container #header strong {
	background-color: #BFD1E7;
}
.thrColFixHdr #container #header .style3 {
	background-color: #DFE5EA;
}
.thrColFixHdr #container #header .style2 {
	background-color: #DFE5EA;
}
.thrColFixHdr #container #header h1 {
	background-color: #FFFFFF;
}

