
body {
    /* background: #280000; */
    /* background-image: url("./images/newghost.jpg"); */
    background-position: center; 
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}


div#hdr {
    background-image:header.jpg; 
    background-position: left;
    background:#300000 url('./images/header.jpg');
    background-repeat:no-repeat;
    width:100%;
    height:72px;
}

img#logo {
    margin-top: 5px;
}

div#logoband {
    min-height: 45px;
    text-align: center;
    border: 2px solid rgb(102,92,79);
    border-left-style: none;
    border-right-style: none;
    background-image: url("./images/logograd.png");
    background-position: center; 
    background-repeat: no-repeat;
    background-color:#998C79;
}

div#contentband {
    background: #ffffff;
    border-top: solid lightgrey;
    min-height: 300px;
    padding:0;
    z-order: 0;
}

div#menu {
    color:#000000;
    background: white;
    /* border: thin solid; */
    border-radius: 25pt;
    min-height: 200px;
    width: 150px;
    z-index: 0;
    position: relative;
    left: 20px;
    top:30px;
}

div.content {
    background-position: left;
    background:#ffffff url('./images/gridlines.jpg');
    background-repeat:no-repeat;
    margin-bottom: 2.5em;
    /* border: thin solid; */
    min-height: 200px;
    /*max-width: 600px;*/
    width: 35em;
    font-family: sans-serif;
    z-index: 1;
    position: relative;
    top: -180px;
    left: 200px;
    padding-top: 0em;
    padding-left: 2em;
}

div#footer {
    font-size: 12px;
    font-family: sans-serif;
    color: #000000;
    width: 100%;
    text-align: center;
    padding-bottom: 1em;
}


/* ================================================== */
p.sectionhead {
    font-weight: bold;
    font-size: 1.1em;
}
p.subsectionhead {
    font-weight: bold;
    margin-bottom: 0em;
}
.menuitemnorm {
    font-size: 12px;
    color: #000000;
    line-height: normal;
    font-style: italic;
    margin-bottom: .7em;
    margin-top: 0;
}

p.pagetitle {
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
}
ul {margin-top: 0em;}
ul.links {
    margin-top: .25em;
    margin-bottom: .25em;
    font-size: .8em;
}
li.links {padding-bottom: .5em;}
