
body 
  {
  font-family:  "Lucida Grande", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #989898
  }

a:link 
{ 
color:  #FFFFFF;
font-weight: normal;
text-decoration: none;
}

a:visited 
{
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}


a:hover 
{ 
color: #D3E8FC;
font-weight: normal;
text-decoration: none;
}

a:active
{ 
color: #D3E8FC;
font-weight: normal;
text-decoration: none;
}

a.textlink:link { color: #5E83A6; text-decoration: underline; font-weight: bold;font-size: 0.9em;}
a.textlink:visited { color: #5E83A6; text-decoration: underline; font-weight: bold;font-size: 0.9em;}
a.textlink:hover { color: #565555; text-decoration: underline; font-weight: bold;font-size: 0.9em;}
a.textlink:active { color: #5E83A6; text-decoration: underline; font-weight: bold;font-size: 0.9em;}

td.MenuStyle
{
  font-family:  "Lucida Grande", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #989898
}

.copyright
{
font-size:  8pt;
color: #DEDFDF;
}

div.scroll 
{
  font-family:  "Lucida Grande", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.8em;
  height: 408px;
  width: 736px;
  overflow: auto;
  border: 1px solid #666;
  background-color: #FFFFFF;
  color: #6E6F70;
  padding: 8px;
  text-decoration : none;
  line-height: 16pt;
  /*
  padding-left: 0px;
  padding-right: 30px
  */
}


	#dhtmlgoodies_slideshow{
		width:745px;	/* Total width of slideshow */
	}
	
	#previewPane{
		border:0px solid #989898;
      margin-bottom:0px;	
		text-align:right;
		vertical-align:top;
		padding-top:0px;
		position:relative;
   
		/* CSS HACK */
		height: 420px;	/* IE 5.x */
		height/* */:/**/408px;	/* Other browsers */
		height: /**/408px;
				
	}


	#previewPane img{
		line-height:408px;
	}

	/* #previewPane */
	
	#largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:none;
		text-align:left;
		font-family:  "Lucida Grande", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		/* font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;*/	/* Font to use */
		font-size:0.7em;
		color:#6E6F70;
		padding:5px;
		

	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		/* border:0px solid #989898; */
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}

	#theImages .imageCaption{
		display:none;
	}