﻿/* for block display */
.Block
{
	clear:both;
	float:left;
	margin-bottom:30px;
	overflow:hidden;
	width:720px;
}
.Block_Left
{
	float:left;
}
.Block_Left img
{
	width:75px;
	height:50px;
}
.Block_Right
{
	float:left;
	width:630px;
	overflow:hidden;
}
.Block_Content
{
	padding-left:10px;
}
.Block_Title
{
	text-transform:uppercase;
	color:purple;
	border-bottom: solid 1px purple;
	font-size:12px;
	font-weight:bold;
	min-height:15px;
	width:750px;
}
.Title_Word
{
	width:500px;
	float:left;
	margin-left:10px;
}
.Title_Top
{
	float:left;
}

.Title_Top a
{
	text-decoration:none;
	color: #a52a2a;
}
.event_date
{
	color:Purple;
}


/* from slide show */
.slide { float:left; display:block; z-index:100; height:210px; }
.slide a{border:none;}
.slide img{height:209px; width:312px}
.nav {margin:0px; padding:0px; margin-left: 9px; display:block; float:left; 
      width:190px; z-index:10;}
.nav li { list-style: none; float:left; }
.nav a {display:block;border:solid 1px white; height:68px; width:90px; overflow:hidden;}
.nav a.activeSlide { border:solid 1px red; }
.nav a:focus { outline:none; }
.nav img { border: none; width:90px; height:68px; }
