@charset "utf-8";

.hidden {
	color: #FFFFFF; 
  }

.maintitle {
	font-family: "Times New Roman", Times, serif;
	color: #009999;
	font-size: xx-large;
	font-weight: bold;
}

.thoughts {
	font-family: "Times New Roman", Times, serif;
	color: #009999;
	font-size: large;
	font-weight: bold;
	font-style: italic;
  }
  
.snorkelogo {
	font-family: "Times New Roman", Times, serif;
	color: #009999;
	font-weight: bold;
	font-size: x-large;
  text-align:left;
	} 
  
#mst_head {
	display:block;
  width:350px;
  margin: 15px  auto;
  }  
table {	margin: 0 auto;  }
td { padding: 0 2px; }

#fixedmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align:center;
	background-color: #00FFFF;
	margin: 5px;
	padding: 3px;
	width: 120px;
	border: 2px double #FF0000;
	overflow: hidden;
	position: fixed;
	left: 5px;
	top: 460px;
}
#fixedmenu ul {
	list-style-type:none;
	margin:3px;
	padding: 0;
	}
#fixedmenu li {	
	margin: 0;
	padding:3px;
	border-bottom: thin solid #ccc;
	}
#fixedmenu li a {
	text-decoration:none;
	color:#000099;
	}
#fixedmenu li a:hover {
	display:block;
	text-decoration:underline;
	color:#FF0000;
	background-color:#ccc;
	}		
.imgbox-l, .imgbox-r {
	display:block;
	width: 250px;
	text-align:center;
	font-size: 9pt;
	font-weight:bold;
	color:#666666;
	margin-bottom: 10px;
	}
.imgbox-l {
		clear:left;
		float:left;
		margin-right:1em;		
		}
.imgbox-r {
	clear:right;
	float:right;
	margin-left:1em;
	}
.storyhead {
	display:block;
	width: 450px;
	height: 56px;
	margin: 0 auto;
	background: url(images/mst_logo.gif) no-repeat;
	text-indent: -9999px;
}
.blue_quote {
   color: #00F;
   font-style: italic;
}