html {
	margin: 0;
	padding: 0;
}


body {
  background:#0863bd url(../img/bg_body.jpg) repeat-x top left;
}

/* Link Styles */
a:link {
color: yellow;
background: transparent;
text-decoration: none;
}

a:visited {
color: #283A4C;
background: transparent;
text-decoration: none;
}

a:active {
color: yellow;
background: transparent;
text-decoration: none;
}

a:hover {
color: yellow;
background: #191970;
text-decoration: none;
}

/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:640px;
	height:263px;
	background:transparent url(../img/bg_slideshow.gif) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../img/control_left.gif) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../img/control_right.gif) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
* {
  margin:0;
  padding:0;
  font:normal 11px Verdana, Geneva, sans-serif;
  color:#fff;
}

#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  background:transparent url(../img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}

.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
	position: relative;
	left: 0;
	top: 15px;
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#fff;
}
.slide img {
  float:right;
  padding: 0;
  z-index: 100;
}

.slide img.arrow {
	float: none;
	display: inline;
	position: relative;
	left: 0;
	top: 4px;
	margin: 0;
	padding: 0;
}

.slide p {
	position: relative;
	width: 310px;
	left: 0;
	top: 13px;
	margin: 0 0 12px 10px;
	padding: 0;
}

.slide p strong {
font-weight: bold;
	color: yellow;
}

/* Link styles - thumbnails */

.slide a:link img {
	border: 2px solid #fff;
}
.slide a:visited img {
	border: 2px solid #fff;
}
.slide a:active img {
	border: 2px solid #fff;
}
.slide a:hover img {
	border: 2px solid yellow;
}

.thumbnail {
	position: relative;
	top: 10px;
	right: 10px;
	float: right;
}

#footer {
  height:100px;
}
#footer p {
  margin:20px auto 0 auto;
  text-align: center;
  display:block;
  width:560px;
  height:40px;
  color: yellow;
  font-weight: bold;
}

p.logos a * {
	border: 0px;
	background: #0863BD;
}

.smalltxt {
	font-size: 0.9em;
}