@charset "utf-8";

/* CSS Document */

body  {
	font: 100.01% Arial, Helvetica, sans-serif;
	background: #000 url(../_images/BGwood.gif) repeat;
	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;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div, h1, h2, h3, h4, h5, h6, p, pre, td, blockquote, span, ul, ol, dl, dd, dt, img, address {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #900;
}
a:visited {
	color: #2C3651;
}
a:hover,a:active,a:focus{
	color: #096B6B;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2C3651;
}
/*================================================================================*/
.blockIndent2em {
	margin: 0px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 2em;
}
.center   { text-align: center; }
.centerBlock {
	text-align: center;
	margin: auto;
}
.captionSmall {
	font-size: 0.75em;
	line-height: 1;
	color: #096B6B;
	margin: 0px;
	padding: 3px 0px;
	text-align: center;
}
.captionSmallWhite {
	font-size: 0.75em;
	line-height: 1;
	color: #FFF;
	margin: 0px;
	padding: 3px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.moreLink {
	font-size: 8pt;
	line-height: 1;
	margin: 0px;
	padding: 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.italGreen {
	font-style: italic;
	font-weight: bold;
	color: #0D6D6D;
	font-family: Arial, Helvetica, sans-serif;
}
.GreenBoldSansSerif {
	font-weight: bold;
	color: #0D6D6D;
	font-family: Arial, Helvetica, sans-serif;
}
.newsdate {
	font-style: normal;
	font-weight: bold;
	color: #666;
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.newsheader {
	font-style: italic;
	font-weight: bold;
	color: #096B6B;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.newsitem {
	padding-bottom: 0.6em;
	border-bottom: medium inset #2C3651;
	padding-top: 0.6em;
	text-align: left;
}
.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;
}
.clearleft { /* 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:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*================================================================================*/
.calloutGreenBox {
	background-color: #096B6B;
	line-height: 1.2em;
	color: #FFF;
	padding: 4px;
	margin: 2px;
	text-align: left;
	border-top-width: 4px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #2C3651;
	border-bottom-color: #2C3651;
	border-left-color: #999;
}
.calloutGreenBox h1 ,.calloutGreenBox h2 , .calloutGreenBox h3    {
	color: #FFF;
	text-align: center;
}
.calloutGreenBox p {
	color: #FFF;
	text-align: left;
}
.calloutGreenBox a:link, .calloutGreenBox a:visited {
	color: #CCC;
}
.calloutGreenBox a:hover {
	color: #FFF;
}
/*================================================================================*/
.calloutBlueBox {
	background-color: #2C3651;
	line-height: 1.2em;
	color: #FFF;
	padding: 4px;
	margin: 2px;
	text-align: left;
	border-top-width: 4px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
}
.calloutBlueBox h1 ,.calloutBlueBox h2 , .calloutBlueBox h3    {
	color: #FFF;
	text-align: center;
}
.calloutBlueBox p {
	color: #FFF;
	text-align: left;
}
.calloutBlueBox a:link, .calloutBlueBox a:visited {
	color: #CCC;
}
.calloutBlueBox a:hover {
	color: #FFF;
}
/*================================================================================*/
#container  {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	color: #003;
	font-family: Tahoma, Geneva, sans-serif;
	border-top: 0px none #000000;
	border-right: 2px ridge #4A2921;
	border-bottom: 0px none #000000;
	border-left: 2px ridge #4A2921;
	z-index:0;
}

#header {
	background-color: #FFF;
	position: relative;
	padding: 10px;
	z-index:1;
}
#header a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#SloganBox1   { /*Used on template A */
	padding: 25px 4px 0px 0px;
	float: right;
	position: absolute;
	height: 121px;
	width: 192px;
	left: 367px;
	top: 29px;
	z-index: 4;
}
	
#SloganBox2 {  /*Used on templates B and C */
	position:absolute;
	left:466px;
	top:36px;
	width:388px;
	height:78px;
	z-index:4;
	visibility: visible;
}
.sloganText   {
	font: italic bold normal 1em/1.2 Georgia, "Times New Roman", Times, serif;
	color: #086A6B;
	text-align: center;
}
.webAddr   {
	color: #2C3651;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.2;
	font-weight: bold;
	font-variant: normal;
	padding-top: 8px;
}
#navBarBlue {
	background-color: #2C3651;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	clear: both;
}
#navBarGreen {
	background-color: #096B6B;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	clear: both;
}
#HdrSlideShow {
	position:absolute;
	width:183px;
	height:205px;
	z-index:2;
	left: 671px;
	top: 5px;
	color: #FFF;
	background-color: #2C3651;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
}

#navBarBlue ul  , #navBarGreen ul{
	text-align: center;
	list-style: none;
	margin: 0px;
	border: 0px none #0A6969;
}
#navBarBlue ul   li, #navBarGreen ul li{
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#navBarBlue a:link ,#navBarGreen a:link, #navBarBlue a:visited ,#navBarGreen a:visited {
	color: #FFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#navBarBlue a:hover ,#navBarGreen a:hover{
	color: #2C3651;
	background-color: #FFF;
}
/*================================================================================*/
#contactTableArea {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

#contactTableArea table {
	margin: 0px;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#formTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#formTable th    {
	font-weight: bold;
	color: #096B6B;
	text-align: right;
	vertical-align: bottom;
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#formTable td     {
	font-weight: normal;
	color: #096B6B;
	text-align: left;
	vertical-align: bottom;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#contactTableArea td {
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;


}
#contactTableArea td p{
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;


}
.tablehdrGreen {
	font-weight: bold;
	color: #0D6D6D;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center;
	font-size: 1.2em;
	padding: 0;
}
.trAlt1  {
	background-color: #EBEBEB;
}
.trAlt2  {
	background-color: #FFF;
}
.divider  {
	margin: 0px;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;



}
.borderRight  {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666;



}
div.showBoxWrapper4wide {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	height: auto;
}
div.showBoxWrapper3wide {
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	height: auto;
}

div.showBoxWrapper2wide {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	height: auto;
	text-align: center;
}
div.showBoxWrapper1wide {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	height: auto;
}
div.showInfoBoxSingleCtr {
	width: 150px;
	height: 225px;
	float: left;
	text-align: center;
	border: 1px solid #999;
	margin-right: auto;
	margin-bottom: 10px;
}


div.showInfoBox {
	width: 150px;
	height: 225px;
	float: left;
	margin: 5px 10px 10px 5px;
	text-align: center;
	border: 1px solid #999;
}

div.showInfoBox img {
	background-color: #EBEBEB;
	margin-left: auto;
	margin-right:auto;
	padding: 0;
	border: thin solid #2C3651;
	margin-top: 2px;
	margin-bottom: 2px;
}

div.showInfoBox p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: normal;
}
div.showInfoBox .perfName {
	font-weight: bold;
	font-size: 1.1em;
}



#eventPromoMFS, #eventPromoHC { 
text-align: left;
}

#eventPromoMFS table, #eventPromoHC table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
	margin: 0;
}

#eventPromoMFS table td {
	vertical-align:top;
	padding: 0;
	border-bottom: 1px solid #CCC;
}

#eventPromoHC table tr 
#eventPromoHC table td, #eventPromoHC table tr {
	vertical-align:top;
	padding: 0;
}
#eventPromoHC table td p {
	padding: 0 0 2px 0;
	margin: 0;
}

#eventPromoMFS p.dateTimePlace, #eventPromoHC p.dateTimePlace{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
#eventPromoMFS .performer,
#eventPromoHC .performer  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#eventPromoMFS img,
#eventPromoHC img{
	float: right;
	margin: 0 0 5px 3px;
	border: thin solid #2C3651;
	padding: 3px;
	background-color: #EBEBEB;
}
/*================================================================================*/

#mainContent  {
	margin: 0 210px 0 230px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 1.2;
	font-size: 0.9em;
	float: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*zoom: 1; */
	position: relative;
} 
#mainContentB  { /* This is for pages that have only the right sidebar. */
	line-height: 1.2;
	font-size: 0.9em;
	float: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*zoom: 1;*/
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	width: auto;
	position: relative;
} 
#mainContentB img , #mainContentC img{
	padding: 4px;
}
img.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#mainContentC  { /* This is for pages that have no sidebars. */
	line-height: 1.2;
	font-size: 0.9em;
	float: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*zoom: 1; */
	margin: 0 25px;
	padding: 0 15px;
	width: auto;
	position: relative;
} 
#mainContent h2 img, #mainContentB h2 img, #mainContentC h2 img {
	padding-right: 4px;
	border: 0;
}

#mainContent h2, #mainContentB h2, #mainContentC h2{
	color: #096B6B;
}
#mainContent h1 , #mainContent h2 , #mainContent h3, #mainContent h4,
#mainContentB h1 , #mainContentB h2 , #mainContentB h3, #mainContentB h4,
#mainContentC h1 , #mainContentC h2 , #mainContentC h3, #mainContentC h4 { 
margin: 0.6em 0em .5em;
}

#mainContent p, #mainContentB p, #mainContentC p   {
	margin-bottom: 1.4em;
}

#mainContent ul, #mainContentB ul, #mainContentC ul  {
	margin: .5em 0px .6em 25px;
}
#mainContent li, #mainContentB li, #mainContentC li  {
	margin: 0em 0px 0.2em;
	padding: 0 0 6px 0;
}

#photoDisplay {
	text-align:center;
	width:auto;
	}
#photoDisplay a img  {
	padding: 4px;
	margin: 1px;
	border: thin solid #CCC;
	background-color: #EBEBEB;
}
.singlePhotoLeft   {
	padding: 4px;
	margin: 3px 6px 0px 0px;
	border: thin solid #CCC;
	background-color: #EBEBEB;
}

.singlePhotoRight   {
	float: right;
	padding: 4px;
	margin: 3px 0px 0px 6px;
	border: thin solid #CCC;
	background-color: #EBEBEB;
}

#photoDisplay a:hover img, #photoDisplay a:active img, #photoDisplay a:focus img {
	border: thin solid #2C3651;
	background-color: #0D6D6D;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}



/*================================================================================*/
#sidebar1  {
	float: left; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border-right: thin solid #5A3139;
	font: 0.8em/1.2 Arial, Helvetica, sans-serif;
}
#sidebar1 a img {
	padding: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*================================================================================*/
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* 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;
	font: 0.8em/1.2 Arial, Helvetica, sans-serif;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #096B6B;
}
#sidebar2 img  {
	position: relative;
	border-style: none;
	margin: auto;
	padding-top: 8px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	text-align: center;
	display: block;
}
#sidebar2 p   {
	margin: 0px;
	padding: 8px 2px 4px;
}
#sidebar2 ul.ButtonList {
}
.ButtonList li {
	text-indent: 12px;
	list-style-type: none;
	background-image: url(../_images/button_grn.png);
	background-repeat: no-repeat;
	background-position: 0% 3%;
	padding-bottom: 1em;
	line-height: 1em;
}


/*================================================================================*/
#eventsSched {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#eventsSched table {
	margin: 0px;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
/*================================================================================*/
#eventsSched table td{
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin: 0;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#eventsSched img.icon {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0 4px 0 0;
}
#eventsSched a:link img.icon, #eventsSched a:visited img.icon {
}
#eventsSched a:hover img.icon, #eventsSched a:focus img.icon, #eventsSched a:active img.icon{
	background-color: #999;

}

#eventsSched .performer  {
	font-weight: bold;
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
	color: #2C3651;
}
#eventsSched .dateTime  {
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#eventsSched .venue  , #eventsSched .cost, #eventsSched .reminder, #eventsSched .emlink {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 6px;
}

#eventsSched img.performerImg {
	border: thin solid #2C3651;
	padding: 3px;
	background-color: #EBEBEB;
	float:right;
	margin: 0 0 0 3px;
}
#eventsSched .quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #006363;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	font-style: italic;
	margin: 0px;
}
/*================================================================================*/
#archiveArea {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 95%;
}
#archiveArea table , #archiveArea table.concerts{
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*================================================================================*/
#archiveArea table td{
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin: 0;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-align: center;
	font-size: .8em;
}
/*================================================================================*/
#archiveArea table.concerts td{
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin: 0;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-align: left;
	font-size: 0.9em;
}
/*================================================================================*/
#archiveArea table th, #archiveArea table.concerts th{
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin: 0;
	text-align: center;
	color: #096B6B;
	padding: 2px;
	font-size: .9em;
}
.insetBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #2C3651;
}
.shadedBlock {
	background-color: #EBEBEB;
	display: block;
}


/*================================================================================*/
#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2C3651;
} 
#footer p  {
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	margin: 4px;
	padding: 4px;
	font-size: .8em;
}
#footer a:link, #footer a:visited {
	color: #FFF;
}
#footer a:hover, #footer a:active {
	color: #CCC;
}

/*================================================================================*/

#twitterboxOuter2 {
	margin: auto;
	padding: 0px;
	width: 195px;
	border: none;
}

#twitter {
	padding: 5px;
	margin: 5px auto;
	font-size: 8pt;
	text-align: left;
	border: 6px solid #2C3651;
	background-color: #FFF;
	height: 300px;
	overflow: scroll;
}

#twitter p.heading {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
	color: maroon;
}

#twitter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#twitter ul li {
	padding: 0 0 10px 0;
	border-bottom: 1px solid gray;
}	
/*================================================================================*/

#subNav {
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	height: 3em;

}

#subNav ul {
	text-align: center;
	list-style: none;
	margin: 0px;
	border: 0px;
}
#subNav ul li{
	display: inline;
	padding: 0px;
	margin: 0px;
	background-color: #2C3651;

}
#subNav a:link, #subNav a:visited {
	color: #FFF;
	background-color: #2C3651;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 4px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #999;
}

#subNav a:hover {
	color: #FFF;
	background-color: #096B6B;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #096B6B;
	border-right-color: #2C3651;
	border-bottom-color: #2C3651;
	border-left-color: #096B6B;
}

/*================================================================================*/


.question {
	font-weight: bold;
	color: #096B6B;
	margin: 0px;
	padding: 0px;
}
.question {
	font-weight: bold;
	color: #096B6B;
	margin: 0 0 1px 0;
	padding: 0 0 0 0;
}
.answer {
	color: #2F3954;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: bold;
}

.highlightEmphasis {
	display: block;
	background: #096B6B;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
}

.highlightEmphasis p {
	font-weight: bold;
	font-size: 1.4em;
	color: #FFF;
	padding: 0;
	margin: 6px;
}

img.performerPicRight {
	float: right;
	border: 1px solid gray;
	padding: 1px;
	margin: 2px;
}