body {
    background: #000000;
    font-family: trebuchet MS;
}

#Masthead {
        background:#993333;
        height:10em;
        text-align:center;
}

#logo {
        background:#993333;
        height:8em;
        text-align:center;
}

#Masthead h1 {
        margin:0.3em;
        margin-top:1em;
        margin-bottom:1em;
}

#Masthead a:link {
        color:#ffffcc;
}

#Masthead a:visited {
        color:#cc3366;
} 

#Menu {
        background:#993333;
	  vertical-align:top;
        width: 12em;
}

#Content {
        background:#ffffcc;
        vertical-align:top;
}

#Footer {
	  background:#993333;
}

#Footer h4 {
        margin-left:15em;
}

#Footer h6 {
        margin-left:50em;
}

#Footer a:link {
        color:#ffffcc;
}

#Menu span {
        margin-left:0.5em;
        color:#cccc99;
}

#Menu ul {
        list-style: none;
        margin: 0em 0.5em;
        padding: 0;
        border: 1px solid #000;
}

#Menu li {
        padding: 0em 0.5em;
        font-size: small;
}

#Menu a:link {
        color:#000000;
}

#Menu a:visited {
        color:#cc9966;
}

#Menu a:hover {
        color: black;
        background: #FFF;
}

#Content p {
        margin:0.3em;
        margin-top:1em;
        margin-left:3em;
        margin-right:3em;
        margin-bottom:1em;
	  color:#000000;
}

#Content p.address {
        text-align:center;
}
        
#Content h5 {
        margin-top:2em;
        margin-left:3em;
        margin-bottom:1em;
	  color:#000000;
}

#Content h4 {
        margin-top:2em;
        margin-left:3em;
        margin-bottom:1em;
	  color:#000000;
}

#Content a:visited {
        color:#ff6633;
}

a {
        text-decoration:none;
}

td.border {
	width:5em;
	height:3em;
	background:#000000;
}

