body {
   background: white;
   font-size: 12pt;
   }
h1, h2, h3, h4, h5, h6, table  #  { page-break-after: avoid; page-break-inside: avoid }

#leftnav {
   display: none;
   }
#container, #content {
	left:0;
	position:relative;
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none;
   color: black;
   background: transparent none;
   }
div#content {
   padding-top: 1em;
   border-top: 1px solid #930;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }


#footnav {
	display: none;
}

#footer {
	clear: both;
	color: #000;
}

#w3c {
	display:none;
}

table#availability {
	border: 2px solid black;
	empty-cells: hide;
}
table#availability td {
	border: 1px solid black;
	text-align: center;
	font-weight: bold;
	width: 2em;

}
table#availability th {
	border: 1px solid black;
	text-align: center;
	font-weight: normal;
}
.available {
}

.booked {
	color:#FF0000;
	font-weight:lighter;
}
