body {
 background-color: 1D1D1D;
 margin-top:0px;
}

.logo {
  width: 170px;
  height: 125px; 
  padding: 7px;
}

.banner1 {
  width: 720px;
  padding: 10px;
}

.header {
  background-color: black;
  height: 125px;
  text-align: center;
}

.menu_row {
  background-color: DDDDDD;
  height: 26px;
}

.top_menu_link {
  border-left: 1px solid black;
  color: black;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer
}

.top_menu_link_hover {
  border-left: 1px solid black;
  color: DDDDDD;
  background-color: black;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer
}

.column {
  font-family: Arial;
  font-size: 12px;
  color: white;
  padding-left: 10px;
  padding-top: 20px;
  border-left: 1px solid rgb(46,46,46);
}

.column a {
  font-family: Arial;
  font-size: 12px;
  color: white;
  text-decoration: none;
}

.column a:hover {
  font-family: Arial;
  font-size: 12px;
  color: white;
  text-decoration: underline;
}

.search_area {
  font-family: Arial;
  font-size: 16px;
  color: D2D2D2;
}

.search_box {
  background: transparent;
  padding-top: 3px;
  padding-left: 4px;
  height: 25px;
  border: 1px solid white;
  background-color: 1D1D1D;
  font-family: Arial;
  font-size: 16px;
  color: D2D2D2;
}

.search_submit {
  background-color: D2D2D2;
  color: black
  width: 80px;
  height: 25px;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
}

.content {
  color: white; 
  border-right: 1px solid rgb(46,46,46); 
  padding-right: 7px; 
  vertical-align: text-top;
  font-size: 10px;
}

.font1 {
  font-family: Arial;
  font-size: 12px;
  color: white;
  font-weight: bold;
  width: 80px;
}

.font2 {
  font-family: Arial;
  font-size: 12px;
  color: white;
}

.font2 a {
  font-family: Arial;
  font-size: 12px;
  color: white;
  text-decoration: underline;
}

.font2 a:hover {
  font-family: Arial;
  font-size: 12px;
  color: D2D2D2;
  text-decoration: underline;
}

.font3 {
  font-family: Arial;
  font-size: 12px;
  color: white;
  width: 80px;
}

.font3 a {
  font-family: Arial;
  font-size: 12px;
  color: white;
  width: 80px;
  text-decoration: none;
}

.font3 a:hover {
  font-family: Arial;
  font-size: 12px;
  color: white;
  width: 80px;
  text-decoration: underline;
}

.font4 {
  font-family: Arial;
  font-size: 16px;
  color: white;
}

.event_name {
  background-color: 4187CD;
  width: 557px;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: black;
}

.event_form {
  font-family: Arial;
  font-size: 12px;
  color: white;
  border: 1px solid white;
  background-color: black;
}

.thumbnail {
	position: relative;
	z-index: 0;
} 

.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail span { 
  width: 125px;
  height: 75px;
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -400px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img { 
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ 
	visibility: visible;
	top: 0;
	left: 60px; 
}
