.box1 {
	width: 230px;
	height: 200px;
	float: left;
	border-top: solid 2px white;
	margin-right: 2px;
	margin-left: 5px;
	margin-bottom: 3px;
	background-color: black;
	
}

.box2 {
	width: 230px;
	height: 570px;
	float: left;
	border-top: solid 2px white;
	margin-right: 2px;
	margin-left: 5px;
	background-color: black;
	
}

#conatact_box  {
	
	/*background-image: url(images/newsletter_bkg.png);
	*/background-position: top-left;
	background-repeat: no-repeat;
	
}

#mailinglist_box  {
	/*background-image: url(images/newsletter_bkg.png);
	*/background-position: top-left;
	background-repeat: no-repeat;
	
}

#schedule_box  {
	/*background-image: url(images/newsletter_bkg.png);
	*/background-position: top-left;
	background-repeat: no-repeat;
	
}
#twitter_box  {
	/*background-image: url(images/newsletter_bkg.png);
	*/background-position: top-left;
	background-repeat: no-repeat;
	
}
#facebook_box  {
	/*background-image: url(images/newsletter_bkg.png);
	*/background-position: top-left;
	background-repeat: no-repeat;
	
}
#news_box  {
	/*background-image: url(images/newsletter_bkg.png);
	*/background-position: top-left;
	background-repeat: no-repeat;
	
}
.box_photo {
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	border: 0px;
	}
	
	
	#footer {
	
	background-position: top;
	background-repeat: repeat-x;
	width: 950px;
	margin: auto;
	height: 100px;
	background-color: black; 
	clear: both;
	font-size: 11px;
	border: 3px white solid;
}

#footer p {
	padding-top: 14px;
	text-align: center;
}

#footer a:visited {
	
	text-decoration: none;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
.box_header
{
	font-size:16px;
	font-weight:bold;
	
}
#schedule_list
{
	margin-left: 5px;
	padding-left: 12px;
	font-size:10pt;
	list-style-type: square;
}
#schedule_list ul
{
	margin-left: 10px;
 	 padding-left: 0;
	list-style-type:square;

}


#event_list
{
	margin-left: 5px;
	padding-left: 12px;
	font-size:10pt;
	list-style-type: square;
}
#event_list ul
{
	margin-left: 10px;
 	 padding-left: 0;
	list-style-type:square;

}
#event_list Ol
{
	margin-left: 10px;
 	 padding-left: 0;
	list-style-type:square;

}