body {
	font-family: verdana, arial, sans-serif;
    font-size: 100%;
    color: #000000;
	line-height: 150%;
    background-color: #D0D0D0;
		background-image: url('holding_background.jpg');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center; 
}
h1 {
margin-top:10px;
margin-bottom:10px;
margin-left:2em;
padding-left: 2em;
font-family: times roman;
/* font-style: italic; */
font-size: 110%;
}
div.main  {
  background: url(rgba.php?name=white&a=50) repeat;
	background: rgba(255, 255, 255, 0.5);
	width: 90%;
	display: block;
	margin: auto;
}

div.text {
  text-align: left;
  line-height: 1.5em;
  margin: 1em 3em 1em 3em;
  padding: 0 1em 1ex 1em;
    background-color: white;
		clear: both;
}
div.footer {
  color: black;
  background-color: transparent;
  font-size: 100%;
	font-style: italic;
  margin-top: 1em;
  margin-bottom: 0;
  padding: 1.25ex 4mm;
  border-top: 2px solid black;
	position: relative;
	
	left: 20px;
	}
img.inline_lt{
 float:left;
 padding-right: 2%;
 padding-bottom: 5px;
 clear: both;
}
img.inline_rt{
 float:right;
 padding-left: 2%;
 padding-bottom: 5px;
 clear: both;
}	
ul.fade {
	margin: 0;
	padding-left: 5%;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;	
	}
ul.fade li {
	position: relative;
	width: auto;
	background: url(rgba.php?name=white&a=50) repeat;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #ccc;
	}
li ul.fade {
	position: absolute;
	left: 149px;
	top: 0;
	background: url(rgba.php?name=white&a=50) repeat;
	background: rgba(255, 255, 255, 0.5);
	display: none;
	}
ul.fade li a {
	display: block;
	text-decoration: none;
/*	color: #777; */
	background: transparent;
	padding: 5px;
	border: 1px solid #ddd;
	border-bottom: 0;
	}
li:hover ul, li.over ul { 
	display: block;
 }
a:link {
 color: blue;
}
a:visited {
 color: purple;
}
table.sched {
  margin-left: auto;
	margin-right: auto;
}
tr.sched {
  background: url(rgba.php?name=white&a=50) repeat;
	background: rgba(255, 255, 255, 0.5);
}
tr.sched td {
  padding: 1em;
}
table.charter {
	background: url(rgba.php?name=white&a=50) repeat;
	background: rgba(255, 255, 255, 0.5);
	border-color: #000000;
	border-style: collapse;
	}
td  {
  padding-left: 20px;
  padding-right: 20px;
}
/*a:hover {
 color: orange;
 text-decoration: none;
}*/
