@charset "utf-8";
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 */
	background-color: #fff;
	background-image: ;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../../images/body_bg.png);
	font-family:AGaramond, "Adobe Garamond Pro", Georgia;
	font-size: 16px;
	line-height: 1.6em;
	color: #333;
	font-weight:500;
}
.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	font-family: AGaramond, "Adobe Garamond Pro", Georgia;
} 
.twoColFixRtHdr #header {
	margin: 0 auto 0 auto;
	background-color: #066;
	background-repeat: no-repeat;
	background-image: url(../../images/header_bg.png);
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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-color: #F5FFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #900;	/* margin-top: 10px; */
	font-size:12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
}
.twoColFixRtHdr #mainContent {
	margin-top: 10px;
	margin-right: 225px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 10px;
	border-right: 1px solid #600;
} 
.twoColFixRtHdr #mainContent .firstParagraph {
	font-size: 18px;
}
.twoColFixRtHdr #footer {
	height: 31px;
	padding: 3px 10px 0px 20px;
	font-weight: 900;
	font-size: 12px;
	background-image: url(../../images/menu_bg.png);
	background-color: #660000;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.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;
}
/* Themes for left and right text blocks, as on home page */
.twoColFixRtHdr #mainContent .mainRightCol_theme-1 {
	width: 315px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #633;
	background-image: url(../images/bg_theme-1_fade_v150p.png);
	background-repeat: repeat-x;
	font-size:16px;
	font-weight: normal;
}
.twoColFixRtHdr #mainContent .mainRightCol_theme-2 {
	color: 000;
	width: 315px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #366;
	background-image: url(../images/bg_theme-2_fade_v150p.png);
	background-repeat: repeat-x;
	float: right;
	font-size:16px;
	font-weight: normal;
}
.twoColFixRtHdr #mainContent .mainLeftCol_theme-2 {
	color: 000;
	width: 305px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #366;
	background-image: url(../images/bg_theme-2_fade_v150p.png);
	background-repeat: repeat-x;
	float: left;
	font-size:16px;
	font-weight: normal;
}
/* Styles for Performance Schedule page*/
/* _theme-1 */
.twoColFixRtHdr #mainContent .performanceBlock_theme-1 {
	color: 000;
	width: 665px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #844;
	background-image: url(../images/bg_theme-1_fade_v100p.png);
	background-repeat: repeat-x;
	float: left;
	font-size:16px;
	font-weight: normal;
}
.twoColFixRtHdr #mainContent .performanceBlock_theme-1 p{
	line-height: 1.2 em;
	margin-top: 15px;
	margin-bottom: 0;
}
.twoColFixRtHdr #mainContent .performanceBlock_theme-1 h2{
	margin-top: 0;
}
.twoColFixRtHdr #mainContent .performanceBlock_theme-1 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #600;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* _theme-2 */
.twoColFixRtHdr #mainContent .performanceBlock_theme-2 {
	color: 000;
	width: 665px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #366;
	background-image: url(../images/bg_theme-2_fade_v100p.png);
	background-repeat: repeat-x;
	float: left;
	font-size:16px;
	font-weight: normal;
}
.twoColFixRtHdr #mainContent .performanceBlock_theme-2 p{
	line-height: 1.2 em;
	margin-top: 15px;
	margin-bottom: 0;
}
.twoColFixRtHdr #mainContent .performanceBlock_theme-2 h2{
	margin-top: 0;
}
.twoColFixRtHdr #mainContent .performanceBlock_theme-2 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #066;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* _theme-3 */
.twoColFixRtHdr #mainContent .performanceBlock_theme-3 {
	color: 000;
	width: 665px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #c4a46c;
	background-image: url(../images/bg_theme-3_fade_v100p.png);
	background-repeat: repeat-x;
	float: left;
	font-size:16px;
	font-weight: normal;
}
.twoColFixRtHdr #mainContent .performanceBlock_theme-3 p{
	line-height: 1.2 em;
	margin-top: 15px;
	margin-bottom: 0;
}
.twoColFixRtHdr #mainContent .performanceBlock_theme-3 h2{
	margin-top: 0;
}
.twoColFixRtHdr #mainContent .performanceBlock_theme-3 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #550;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* End of Performance Schedule styles */
/* Two-column wide accent block styles */
.twoColFixRtHdr #mainContent .twoColAccentBlock_theme-1 {
	color: 000;
	width: 665px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #844;
	background-image: url(../images/bg_theme-1_fade_h700p.png);
	background-repeat: repeat-y;
	float: left;
	font-size:16px;
	font-weight: normal;
}
.twoColFixRtHdr #mainContent .twoColAccentBlock_theme-1 p{
	line-height: 1.3 em;
	margin-top: 15px;
	margin-bottom: 6px;
}
.twoColFixRtHdr #mainContent .twoColAccentBlock_theme-2 {
	color: 000;
	width: 665px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #366;
	background-image: url(../images/bg_theme-2_fade_h700p.png);
	background-repeat: repeat-y;
	float: left;
	font-size:16px;
	font-weight: normal;
}
.twoColFixRtHdr #mainContent .twoColAccentBlock_theme-2 p{
	line-height: 1.3 em;
	margin-top: 15px;
	margin-bottom: 6px;
}
.Indented-quote-name {
	font-size: 14px;
	font-weight: bold;
	text-indent: 15px;
}
/* End of Two-column wide accent block styles */

.twoColFixRtHdr #container #mainContent h2 {
	line-height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #600;
	margin-bottom: -10px;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
}

