@charset "utf-8";
/* CSS Document */

body{
	background:url(../Images/bg.jpg) 0 0 repeat-x;
	background-color:#333333;
	font-family:"Times New Roman", georgia;
}

div.banner{
	width:900px;
}

div.container{

	width:905px;
	background-color:#FFFFFF;
	
}

div.content{
	width:678px;
	float:right;

}

div.content a{
	color:#990000;
	text-decoration:none;
}

div.content a:hover{
	color:#0000FF;
	text-decoration:none;
}


div.menu{
	width:905px;
	height:58px;
	background:url(../Images/menu-bar.jpg) 0 0 no-repeat;
	position:relative;
	z-index:99;
}

div.events{
	background:url(../Images/upcoming-events-bg.jpg) 0 0 no-repeat;
	width:227px;
	float:left;
	
	
}

div.bottom{
	background:url(../Images/bottom-bg.jpg) 0 0 no-repeat;
	width:915px;
	height:158px;
	clear:both;
	
}
div.bottom a:hover{
	color:#FFFF33;}

 a{
 font-family:"Times New Roman", georgia;
 color:#FFFFFF;
 text-decoration:none;
 }
 
 a:hover{
 font-family:"Times New Roman", georgia;
 color:#FFFF00;
 text-decoration:none;
 }
 
 a:visited{
  font-family:"Times New Roman", georgia;
 color:#FFFFFF;
 text-decoration:none;
 }
 
 .bottom-text{
 text-align:center;
 color:#FFFFFF;
 text-decoration:none;
 }
 
 h4{
 font-family:"Times New Roman", georgia;
 color:#990000;

 }
 
  h3{
 font-family:"Times New Roman", georgia;
 color:#000099;

 }
 
   h2{
 font-family:"Times New Roman", georgia;
 color:#990000;
 
 }
 
 p{
 font-family:"Times New Roman", georgia;
 color:#000000;
 text-align:left;
 margin:4px;
 }
 
 a.content-link{
 font-family:"Times New Roman", georgia;
 color:#0066FF;
 text-decoration:none;
 }
 
 a.content-link:hover{
 font-family:"Times New Roman", georgia;
 color:#FFFF00;
 text-decoration:none;
 }
 
 a.content-link:visited{
  font-family:"Times New Roman", georgia;
 color:#0066FF;
 text-decoration:none;
 }
 
 a.event-link{
 font-family:"Times New Roman", georgia;
 color:#990000;
 text-decoration:none;
 font-size:115%;
 font-weight:bold;
 }
 
  a.event-link:visited{
 font-family:"Times New Roman", georgia;
 color:#990000;
 text-decoration:none;
 font-size:115%;
 font-weight:bold;
 }
 
 a.event-link:hover{
 font-family:"Times New Roman", georgia;
 color:#333333;
 text-decoration:none;
  font-size:115%;
 font-weight:bold;
 }
 /*
 a.event-link:visited{
  font-family:"Times New Roman", georgia;
 color:#990000;
 text-decoration:none;
  font-size:125%;
 font-weight:bold;
 }
 
 */
 .style9{
 color:#FF0000;
 font-weight:bold;
 }
 
 .style2{
  font-family:"Times New Roman", georgia;
 color:#000099;
 font-weight:bold;
 font-size:115%;
 }
 
 .style4{
 color:#990000;
 }