	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: 490px; padding:0px;
	 }
.ltd{ width: 150px; vertical-align: top; background-color: #CECDCE; border: 1px solid white;  
	} 

.ltabletd{ vertical-align: top;}
.ltablebot{ text-align: center; vertical-align: bottom;}
.logo{ width: 150px; border: 0px;
}

.centertd{vertical-align: top; border: 1px solid white; background-color: #CECDCE;  }  
.centertable{background-color: #CECDCE;  height: 600px;
	
}
.righttd{vertical-align: top; border: 1px solid white; background-color: #CECDCE; }  
.sm{
	width: 150px; height: 100px;
}
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;}
.text{ height: 130px; padding-top:5px; padding-left:5px; padding-right:5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; 
} 
.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 */
	background-color: Black; padding:15px; height: 420px;
}
	
	#previewPane{
		
		margin-right:0px;	
		text-align:center;
		padding-top:0px;
		
		
		
		/* CSS HACK */
		height: 420px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
		
		width:600px;		
		float:left;
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:400px;
		top:350px;
		background-color:#CECDCE;
		border: 1px solid white;
		padding:4px;
		color:black;
		font-size:11px;
		font-family:Verdana;	
	}	
	#galleryContainer{background-color: #CECDCE;	
	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 420px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
		
		/* CSS HACK */

		width: 150px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/150px;	/* Other browsers */
		width: /**/150px;
				
	/* Black border */		
		padding:0px;	/* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px; padding-left:28px;
	}
	#galleryContainer #arrow_up{
		height:35px;	padding-left:28px;/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:518px;	/* 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; color: White;
	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;
	}