body {
    background-color: white;
    color: black;
    height: 100%;
}

p {
    font-family: sans-serif;
    color: black;
    background-color: transparent;
    padding: 2px;
}

p.footnote {
    font-size: x-small;
}

p.pagelinks {
    font-size: 70%;
    text-align: center;
}

a {
    color: rgb(0,0,200);
    background-color: transparent;
}

a:visited {
    color: purple;
    background-color: transparent;
}

a:hover {
    color: rgb(40,40,255);
    background-color: transparent;
}

.center {
    text-align: center;
}

H1, H2, H3 {
    color: rgb(127,0,127);
    background-color: transparent;
    font-style: italic;
    font-stretch: expanded;
}

li {
    font-family: sans-serif;
}

li.menu {
    font-family: "Becker", "Perry", Serif;
    font-size: 12pt;
    font-weight: bold;
}

td {
    font-family: sans-serif;
}

dt {
    font-weight: 600;
    font-size: 110%;
}

.bordered {
    border: thin solid #000000;
}

img.leftfloater {
    float: left;
    margin: 1em;
}

div.leftfloater {
    float: left;
    margin: 1em;
}

img.rightfloater {
    float: right;
    margin: 1em;
}

div.rightfloater {
    float: right;
    margin: 1em;
}

ul.squares {
    list-style-type: square;
}

ul.subparts {
    list-style-type: disc;
    background-color: white;
    background-image: url("GLC-ulbackground.jpg");
    color: rgb(255,243,154);
    border: thin solid blue;
    font-size: large;
    font-weight: bolder;
}

div.pageheadimg {
    margin: 1cm;
}

.rightside {
    position: relative; 
    right: -1%;
}

table.tablebg {
    background-color: #99CA99;
    color: black;
    border: thin solid black;
}

div.forty {
    width: 40em;
}

tr.tablehead {
    background-color: #7EA67E;
    color: rgb(100,0,100);
}

tr.sermondataodd {
    font-size: small; 
    font-family: sans-serif;
    background: #99CA99;
    color: black;
}

tr.sermondataeven {
    font-size: small; 
    font-family: sans-serif;
    background: #AADBAA;
    color: black;
}

.audio {
    font-size: xx-small;
}

#page {
    width: 800px;
    position: absolute;
    left: 50%;
    margin-left: -400px;
}

#elhlogo {
    margin-top: 10px;
    margin-bottom: 10px;
}

#photo {
    border: thin solid black;
    margin-top: 20px;
    margin-bottom: 20px;
}

#topmenu {
    height: 200px;
    width: 600px;
    z-index: 3;
    color: black;
    background-color: white;
    border-bottom: 5px solid rgb(127,0,127);
}

#bottompage {
 /* width: 30em; Works well, but problematic when client forces bizarre fonts.*/
    width: 580px;
    z-index: 4;
    padding: 10px;
    color: black;
    background-color: white;
    border-right: 5px solid rgb(127,0,127);
    border-top: 5px solid rgb(127,0,127);
    border-bottom: 5px solid rgb(127,0,127);
}

#rightpanel {
    position: absolute;
    top: 0;
    right: -20px;
    width: 200px;
    height: 12in;
    margin-left: 10px;
    padding-bottom: 2px;
    z-index: 3;
    font-size: 80%;
    color: black;
    background-color: white;
    background-image: url("GLC-rightpanel-gradient.jpg");
    background-repeat: repeat-y;
    border-right: 20px solid rgb(127,0,127);
    padding-right: 0pt;
    border-bottom: 1pt solid rgb(127,0,127);
    border-top: 1pt solid rgb(127,0,127);
}

#menu {
    position: absolute;
    top: 15px;
    z-index: 3;
}

#menulist {
    list-style-type: none;
    color: #b7a261;
    background-color: transparent;
    padding-left: .5em;
    margin-left: 0;
}

#description {
    background-color: #f2ead4;
    color: black;
    border: 1px solid black;
    margin: 2px;
    padding: 3px;
}

