@page {
    size: portrait;
}
body {
    font-family: "Arial", "Times New Roman", "Veranda";
}
* {
    margin: 0;
    padding: 0;
}
div#mainheader {
    border-bottom-style: double;
    border-color: #99ccdd;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    background-color: #fffeee;
}
#mainheader img {
    display: none;
}
div#mainheadertext {
    text-align: center;
    border-left-style: none;
    border-color: #3eb677;
    padding-bottom: 2px;
}
div#bg_main {
    border-left-style: none;
    border-width: 3px;
    border-color: navy;
    width: 100%;
    height: 100%;
    overflow: visible;
}
#bg_main img {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 40px;
}
div#navigation {
    display: none;
}
div#mtopnav {
    display: none;
}
div#photos {
    display: none;
}
div#header {
}
div#content {
    width: auto;
    height: auto;
    padding-left: 8px;
    padding-right: 4px;
    margin-top: 10px;
    border-left-style: none;
    border-left-width: 3px;
    border-left-color: navy;
}
#content img {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}

a {
    font-weight: bold;
    font-size: .875em;
}
a:link {
    color: black;
}

