	body{ margin:2px; background-color: #474647; scrollbar-track-color:#B2B1B3;
	scrollbar-darkshadow-color:#474647;
 scrollbar-highlight-color:#FFFFFF;
	scrollbar-face-color: #CECDCE;
	scrollbar-base-color: #B2B1B3;  } 
.main{ background-color:#9A9A9B; height: 630px; padding:0px;
	 }
.ltd{ width: 120px; vertical-align: top; background-color: #CECDCE; border: 1px solid white;  width: 126px;
	} 

.ltabletd{ vertical-align: top;}
.ltablebot{ text-align: center; vertical-align: bottom;}
.logo{ width: 126px; border: 0px;
}

.centertd{vertical-align: top; border: 1px solid white; }  
.righttd{vertical-align: top; border: 1px solid white; background-color: #CECDCE; }  


H2{color: #253045; text-align: center; font-family: Tahoma;}
H1{ font-size: 12px; font-family: Tahoma; color: white; text-align:center; margin-bottom:0px; letter-spacing: 6px; }
H2{ font-size: 11px; margin-top: 0px; margin-bottom:4px;}

A:active {  color: #FF0000;   }
A:link { 	COLOR: #0000ff; }
A:visited {	COLOR: #31319C;}
A:hover { color: Red;}
A.menu2{text-decoration: none;}
A.inblack{color: #5387f0;}

A.link{
	text-decoration: underline;
}
A.menu2:active {  color: #FF0000;   }
 
A.menu2:link {color: #444851;
}
A.menu2:visited {	COLOR: #6c7892;}
A.menu2:hover { color: Red;}
 
.copyright{
	text-align: center;
	font-family : "MS Serif", "New York", serif;
	font-size : 10px;
} 

.menu1{
	color: #FAFAFA;
	font-family: sans-serif;
	margin: 5px 1px 5px 1px;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	background-color: #B2B1B3;
	text-align: center;
	border: 1px solid white;}
	
.menu2{padding-left: 6px; font-family: Verdana;
	font-size: 11px; line-height: 14px;
	text-decoration: none;}
	
.switch{font-weight:bold; font-family: Verdana; font-size: 10px; }
.menu{font-size: 11px;
	font-family : Verdana;}
	
.bottom{width: 100%; }

	#dhtmlgoodies_slideshow{
		/* Total width of slideshow */


	}
	
	#previewPane{
		
		margin-right:0px;	
		text-align:center;
		padding-top:0px;
		
		
		
		/* CSS HACK */
		height: 630px;	/* IE 5.x */
		height/* */:/**/630px;	/* Other browsers */
		height: /**/630px;
		
		width:400px;		
		float:left;
				
	}
	#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;	
	}	
	#galleryContainer{background-color: #CECDCE;	
	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 630px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/630px;	/* Other browsers */
		height: /**/630px;
		
		/* CSS HACK */
		width: 90px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/90px;	/* Other browsers */
		width: /**/90px;
				
	/* Black border */		
		padding:0px;	/* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
	}
	#galleryContainer #arrow_up{
		height:35px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:550px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:3px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	margin-top:2px;
	padding-top:0px;
		font-style:italic; 
		text-align:center;
		font-family: Verdana, Arial, sans-serif;	/* Font to use */
		font-size:11px;
	}
	#theImages .imageCaption{
		display:none;
	}