@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0px;
}
.top_bg {
	background-image: url(_graphics/top_bg.jpg);
	background-repeat: repeat-x;
}
.mid_bg {
	background-color: #FEFBF4;
}
.bottom_bg {
	background-image: url(_graphics/bottom_bg.jpg);
	background-repeat: repeat-x;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:717px;
  height:156px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  font-size: 11px;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:697px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:156px;
}
/**
 * Slideshow controls style rules.
 */
.control {
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(_graphics/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(_graphics/control_right.jpg) no-repeat 0 0;
}
h4 {
	color: #336699;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
a:link {
	color: #006699;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #006699;
}
