html{
    background-color: White; 
}

body { 
 font-family: Arial, Verdana,  Helvetica, sans-serif;    
 background-color: White; 
 color: Black;
 border: none;
}

.EverythingStyle {    
    background-color: #5500AA;
    border-left: 3px solid #5500AA;
    border-right: 3px solid #5500AA;
}

.EverythingStyle img
{
    border:none;
}

.TwoColumnPageStyle
{
    background: #ccc url(Images/background.png) repeat-y;
}

.HeaderStyle
{
    /*border: none;
    border-bottom: 2px solid #222233;*/
    background-color: #5500AA;	
    color: #ddbb00;
}

.PageStyle
{
    background-color: #ffffaa;
    color: #222233;
}

.ContentStyle
{
	border-left: 3px solid #5500AA;	
}
 
.MenuStyle
{
  text-align: center;
}

.LogoStyle
{
	/*background-color: #ffffaa;*/
}

.MenuStyle  {    
    background-color: #ffffaa;		
}

.MenuStyle a{
	text-decoration: none;
	background-color: #eedd99;
	font-weight: bold; 
	display: block; 
	border: 1px solid #222233;
	color: #5500AA;
}

.MenuStyle a:hover {
	background-color: #220033;
	color: #ffffbb;
	border: 1px solid #220033;	
}

.ContentStyle {
   font-size: medium; 
    padding: 15px;
    padding-left: 30px;
}
 
.ContentStyle a:link
{
    color: #7700ee;
    text-decoration: underline;
}

.ContentStyle a:visited
{
    color: Red;
    text-decoration: underline;
}

.ContentStyle a:hover
{
    text-decoration: underline;
}

.ContentStyle h1
{    
    font-size: x-large;
}

.ContentStyle h2
{    
    font-size: large;
}

.ContentStyle p {
/*padding-left: 30px;	*/
}

.ContentStyle ul {
	list-style: none;
}

.MakingMusicBox {
    background-color: #FFFFBB;
    position: absolute;
	padding-left: 20px;	
}

.ContentStyle form {
	padding-left: 30px;	
	vertical-align: middle;
}

.FooterStyle
{
  font-weight: bold;
  text-align:  center;
  background-color: #5500AA;	
color: #ddbb00;
       border-top: 2px solid #222233;
}

.BannerTextStyle
{
  font-variant: small-caps;
  font-style: bold;
  font-size: xx-large;
}

.RehearsalEvent
{
color: #550000;
}

.ConcertEvent
{
color: #005500;
}

.SocialEvent
{
color: #000055;
}