@import url("print.css") print;
@media screen, projection, tv, handheld {
body {
 margin-left: 129px;
 background-color: #fcf5dc;
}
* html {
overflow: auto;
}
* html body {
 overflow: hidden;
 height: 100%;
 margin: 0px;
 padding: 0px;
}
#menu {
 position: fixed;
 left: 0px;
 top: 0px;
 height: 100%;
 width: 120px;
 background-image: url('scan.png');
 background-repeat: no-repeat;
 background-position: center center;
 background-color: #f9eebb;
 border-right: solid 1px #af8c5d;
}
* html #menu {
 position: absolute;
 background-image: url('scan.jpg');
 display: block;
 height: 100%;
 padding: 0px;
 margin: 0px;
}
#menu p {
 margin: 0px;
 padding: 0px;
}
#menucontent {
 margin-top: 30%;
 font-size: 0pt;
}
* html #menucontent {
 margin-top: 15%;
}
.menuitem {
 display: block;
 padding: 5px;
 text-align: center;
}
.menuitem a {
 font-size: 12pt;
 font-weight: bold;
 color: black;
 background-image: url('menuback.png');
 padding: 2px;
 text-decoration: none;
}
* html .menuitem a {
 background-color: #f9eebb;
}
#content {
 text-align: justify;
}
* html #content {
 overflow: auto;
 height: 100%;
 margin-left: 125px;
}
#content div {
 margin: 0px padding: 0px;
}
#content H2 {
 font-family: Monotype Corsiva, "Apple Chancery", "Zapf Chancery", serif;
 font-weight: normal;
}
#content img {
 padding: 4px;
 margin: 4px;
 border: solid 1px silver;
}
.expand:after {
 font-size: 8pt;
 content: "Click to Expand";
}
#content a {
 color: #007;
 text-decoration: none;
}
#content a:hover {
 text-decoration: underline;
}
img.banner {
 text-align: center;
 padding: 0px;
 border: none 0px black !important; 
}
h1.banner {
 color: #662b00;
 font-family: Monotype Corsiva, "Apple Chancery", "Zapf Chancery", serif;
 font-weight: normal;
 margin: 0px; padding: 0px;
}
}