a:link, a:hover, a:active, a:visited {
color:#b50005;
}

a:hover {
text-decoration:none;
}

address{
font-style: normal;
}

#content_right_content {
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
}

#content_right_content table {
font-size:1em;
}

#content_left_content, #content_left_frame_content {
font-family:Arial, Helvetica, sans-serif;
font-size:1.1em;
}

#content_left_content input, #content_left_content select {
font-size:1em;
margin-top:3px;
margin-bottom:3px;
}

h1, h3 {
font-family:"Times New Roman", Times, serif;
color:#651818;
text-transform:uppercase;
font-weight:normal;
border-bottom:1px solid #651818;
}

h1 {
font-size:2.2em;
padding-bottom:10px;
}

h3 {
font-size:1.8em;
padding-bottom:8px;
}

h2, h4 {
font-size:1em;
display:inline;
}
/**controls the appearance of list of donors **/
.memlist {
	list-style: none;
	list-style-type: none;
}
.members {
	float: left;
	width: 25%;
}
.clear {
	clear: both;
}
.boldme {
	font-weight: bold;
}
.italicme {
	font-style: italic;
}
/**controls the appearance of dates on the Performances page **/
p.dates {
margin-left: 20px;
padding-top:0px;
margin-top:0;
padding-bottom: 10px;
}
.supporters {
float:left;
width: 50%;	
}

/**controls the look of the Contact Us/Feedback Form**/
#contact fieldset {
border: 1px black solid;
margin: 3px;
padding:15px;
}

#contact legend {
font-weight: bold; 
}
#contact label {
padding-right: 5px;
}
#Donate fieldset {
border:none;
}
#googlesearch fieldset {
border:none;
}
.hidden {
	display:none;
}
.nosee {
visibility: hidden;	
}