BODY
{
    background: #ffffff;
    border-bottom: medium none;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    padding-left: 1em;
    padding-right: 1em;
    color: #555555;
    cursor: auto;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}
#header {
  position: fixed; 
  top: 0px; 
  left: 21px; 
  right: 8px;
  height: 120px;
  background: url(../images/dummy.png);
}
#contents {
  left: 10px;
  overflow: auto; 
  padding-top: 120px;
}
.shadowbox {
  border: 5px solid #c4c8cc;
  -moz-box-shadow: 5px 5px 7px #888;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 5px 5px 7px #888;
  -webkit-border-radius: 5px;
}
VIDEO {
  padding-top: -10px;
  margin-top: 10px;
  background-color: black;
}
A {
    text-decoration: none;
}
A[href]:link {
    color: #0066CC;
    cursor: pointer;
}
A[href]:visited {
    color: #0066CC;
}
A[href]:hover {
    color: #ae0000;
    border-radius: 1em;
}
A[href]:active {
    color: #ae0000;
    border-radius: 1em;
}
.initialcaps {
    color: red;
    font-size: medium;
}
.nodeco {
    text-decoration: none;
}
.standard {
    text-align: left;
}
.justify {
    text-align: justify;
}
.justifysmall {
    font-size: x-small;
    text-align: justify;
}
.navigator {
    border: 3px solid; 
    border-color: #ffffff; 
    color: #0000a0;
    cursor: pointer;
    font-size: small;
    text-decoration: none;
}
A.navigator:link {
    color: #0066CC;
}
A.navigator:visited {
    color: #0066CC;
}
A.navigator:hover {
    color: #ea0000;
    background: #dae9fa;
    border: 3px solid; 
    border-color: #dae9fa;
}
.address {
    font-size: xx-small;
}
A.address:link {
    color: #0066CC;
    text-decoration: none;
}
A.address:visited {
    color: #0066CC;
}
A.address:hover {
    color: #800000;
}
.ticktick {
    font-size: xx-small;
    text-align: right;
}
H1 {
    color: #0000a0;
    font-size: large;
}
H2 {
    color: #000090;
    font-size: medium;
    font-weight: 300;
}
.H2CAPS {
    color: #ea0000;
    font-size: large
}
HR {
    color: #dae9fa
}
.footnote {
    font-size: xx-small;
    text-align: left;
}
.back2top {
    font-size: xx-small;
}
A.back2top:link {
    color: #0066CC;
    font-size: xx-small;
    text-decoration: none;
}
A.back2top:visited {
    color: #0066CC;
}
A.back2top:hover {
    color: #800000;
}
table.directions th {
    background-color:#EEEEEE;
}
figure {
	display: block;
	border: 1px solid silver;
	padding: .9ex;
}
legend {
	display: block;
	width: 100%;
	margin: 1ex 0 0 0;
	border-top: 1px solid black;
	padding: 1ex 0 0 0;
	font-style: italic;
	white-space: normal;
}


