a.menu {
	color: white;
	text-decoration: none;
	/*font-family: arial;*/
	font-family:verdana;
	font-size:14px;		
	font-weight:600;		
}
	

#mContainer {
	position:relative;
	width:105px;
	height:226px;
}

.paragraph {
	
	font-size:13px;
	color:white;
	font-family:verdana;
	
}

.mPhoto {
	position:absolute;
	top:0px;
	left:0px;
	-moz-opacity:0.0;
	filter:Alpha(opacity=0);
}

.btn {
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	font-family:verdana;
	font-size:9px;
	margin-top:5px;
	width:40px;
}

#photoCredits {
	font-family:verdana;
	font-size:9px;
	margin-top:5px;
}

HR {
	background-color:#000000;
	height:1px;
	width:100%;
	border-style:none;
	color:#000000;
}

h1 {
	font-size:15pt;
	font-weight:bold;
	font-family:Arial Bold;
	/*color:#C0C0C0;*/
	color: #ABA5A5;
}

#blurb {
	font-size:9pt;
	font-family:verdana;
	width:500px;
}

pre {
	background-color:#C0C0C0;
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	font-family:verdana;
	font-size:9px;
}
</style>
<style type="text/css">
	
.menuOn {
	border:0;
	width:165;
	background: red;
	
}	

.menuOff {
	border:0;
	width:165;
	background: #716D61;
	
}	
	
.animationContainer{
	height: 30px;
}

.sliderDiv{
	background-color: #000; 
	height: 30px; 
	overflow: hidden;
}

.hideInitially{
	visibility: hidden;
}

table.menuTable_outside {
	border:1px solid #404040 ;
	background: #131313;
	text-align: left;
	color: #999999;
	font-family: Arial;
	width:100%;
	
}
table.menuTable_inside {
	width: 800px;
	border:0px solid #404040 ;
	text-align: center;
	color: #999999;
	font-family: Arial;
	font-weight:600;
	padding:1px;
}

a.menuTable {
	text-decoration: none;
	color: #999999;		
	
}

a.menuTable:hover {
	text-decoration:none;
	color: red;		
	
}



table.welcomeImage {
	width:100%;
	background-image: url(welcomePhoto/mainImage_bg.jpg);
	border:1px;
	text-align:center;
	
}

