body {
    background: #BBE0E3;
    font-family: sans-serif;
}

.topheading {
    margin: 0;
    padding-bottom: 1em;
    background-color: white;
}

h1.main {
  text-align: center;
  font-size: xx-large;
  font-family: sans-serif;
  margin-bottom: 0px;
}
h2.main {
  text-align: center;
  font-family: sans-serif;
  font-style: italic;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0em;
}

table.topmenu {
    color: #3cc;
    background: #242852;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
    table-layout: fixed;
    height: 40px;
    margin-bottom: 1em;
    font-family: sans-serif;
}
table.topmenu a:visited {
    color: white;
}
table.topmenu a:link {
    color: #3cc;
}
table.topmenu td {
    border: 1px solid white;
    margin: 0;
    font-size: small;
    font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;
    width: 14%;
}
.thispage {
    color: yellow;
}
.donatemenu {
    color: black;
    background-color: #ff7800;
}
table.topmenu td.donatemenu a:link {
    color: black;
}
table.topmenu td.donatemenu a:visited {
    color: blue;
}
table.topmenu td.thispage a:visited {
    color: yellow;
}

div.projpopup {
    z-index: 3;
    position:absolute;
    left: 35%;
    visibility:hidden;
/*    background-color: #4596a9; */
    background-color: #242852;
    border: 1px solid black;
}
div.projpopup p {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
<!--    text-decoration: none;-->
}

div.newspopup {
    z-index: 3;
    position:absolute;
    left: 75%;
    visibility:hidden;
/*    background-color: #4596a9; */
    background-color: #242852;
    border: 1px solid black;
}
div.newspopup p {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
<!--    text-decoration: none;-->
}

.rightimg {
    float: right;
    margin-left: 20px;
    border: 1px solid black;
}

.leftimg {
    float: left;
    margin-right: 20px;
    border: 1px solid black;
}

div.highlightmain {
//    margin-top: 1em;
    margin-bottom: 1em;
    color: white;
    background: #242852;
    font-family: sans-serif;
    font-weight: bold;
    padding: 0.5em;
}
span.highlightmain {
    color: white;
    background: #242852;
}
div.page {
    margin-top: 1em;
    margin-bottom: 1em;
    color: black;
    background: #377988;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
    width: 15em;
    clear: none;
}
h2.page {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    margin-left: 0;
    margin-right: auto;
    width: 10em;
}
.highlightpage {
    color: black;
    background: #377988;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    clear: none;
}


div.highlight2 {
    padding-top: 0.1em;
    padding-bottome: 0.1em;
}
.highlight2 {
    color: black;
    background: #4596a9;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
}

div.highlight2white {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}
.highlight2white {
    color: white;
    background: #295a66;
    font-weight: bold;
    /* HERE: link colours */
}
.highlight2white a:visited {
    color: cyan;
}
.highlight2white a:link {
    color: yellow;
}
ul.page {
    color: #242852;
}

.highlight1 {
    background-color: #4596a9;
    font-family: sans-serif;
}

div.highlight {
    padding-top: 0.1em;
    padding-bottom:0.1em;
    padding-left: 1em;
    padding-right: 1em;
    color: black;
    background-color: #4596a9;
    margin: 0;
}
p.highlight {
    background-color: #4596a9;
}

div.highlightspecial p {
    background-color: #ff7800;
}
div.highlightspecial p b {
    font-size: x-large;
}

.bottom {
    clear:  both;
    background-color: white;
    height: 4em;
    margin: 0;
    vertical-align: baseline;
}

p.running {
    padding-top: 1em;
    width: 75%;
    font-style: italic;
}

div.bottomright {
    height: 3.5em;
    width: 12em;
    padding: 0.25em;
    border: 1px solid black;
    float: right;
}

div.bottomright p {
    margin-top: 0.5em;
}

/* Projects page */

table.twopics td {
    margin: 1em;
    text-align: center;
}

/* Mercy Orphanage */

div.rightfloat {
    float: right;
}

td.paddedright {
    vertical-align: top;
    padding-left: 3em;
}

div.topleft {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ffbc20;
    height: 4em;
    width: 7em;
    padding: 0.25em;
    border: 1px solid black;
}
div.topleft p {
    margin: 0.2em;
    font-weight: bold;
}

/* Children's Stories */

h3.child {
    color: blue;
    padding-bottom: 0;
    margin-bottom: 0;
}

p.child {
    margin-top: 0;
    font-family: sans-serif;
    font-style: oblique;
}

p.childfoot {
    font-weight: bold;
}

/* Gallery pages */

div.linkright {
    background-color: #55bad1;
    width: 15em;
    height: 3.5em;
    padding: 0.25em;
    float: right;
}

div.linkrightbig {
    background-color: #55bad1;
    width: 15em;
    height: 5.5em;
    padding: 0.25em;
    float: right;
}

div.linkleft {
    background-color: #55bad1;
    width: 15em;
    padding: 0.5em;
    margin: 0.25em;
    /*float: left; */
}

div.linkright p {
    text-align: center;
}

div.highcaption {
    margin-top: 0.5em;
    padding: 0.2em;
    color: black;
    background: #4596a9;
    font-size: small;
    font-weight: bold;
}

/* Mercy gallery table */

table.mgallery {
    padding-top: 15px;
}

table.mgallery td {
    padding: 1em;
}

table.mgallery p {
    margin: 5px 10px;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
}

td.mgallery_c2 {
    position: relative;
    top: -50px;
}

/* Gbongay gallery */

table.ggallery td {
    padding: 1em;
}

table.ggallery p {
    margin: 5px 10px;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
}

img.ggallery_c1 {
    vertical-align: middle;
}

td.ggallery_c2 {
    position: relative;
    top: 50px;
}

td.ggallery_c4 {
    position: relative;
    top: 20px;
    vertical-align: middle;
}

table.ggallery p {
    margin: 5px 10px;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
}

/* Recent Projects */

td.paddedleft {
    padding-right: 3em;
}

.recenttop {
    font-weight: bold;
    color: #242852;
}

/* How You Can Help */
table.lineimg {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 1em;
}

table.lineimg td {
    width: 20%;
}

table.lineimg td img {
    width: 100%;
}

.helpleft {
    vertical-align: top;
    padding-top: auto;
    padding-bottom: auto;
}

div.helpleftcaption {
    text-align: center;
    vertical-align: middle;
    color: black;
    background: #4596a9;
    font-weight: bold;
}

div.helpleftcaption p {
    padding: 0.5em;
    vertical-align: middle;
}

td.helpright {
    width: 700px;
    padding-left: 50px;
}

/* News */

table.notice {
    padding: 5px;
    border: 2px solid black;
    background: transparent url(cork.png) repeat;
    vertical-align: top;
}

table.notice td {
    vertical-align: top;
    height: 300px;
    width: 200px;
    margin-top: 0px;
    margin-bottom: auto;
    padding: 5px;
}

.notice p {
    font-family: helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
}

div.cell {
    border: 1px solid gray;
    background-color: white;
    padding: 0.5em;
}

div.centertop {
    text-align: center;
    vertical-align: top;
}

div.textfill {
    height: 250px;
}

img.whitephoto {
    border: 5px solid white;
}

.small {
    font-size: small;
    color: #404040;
}


#amznCharityBannerInner {
    background-image:url(https://m.media-amazon.com/images/G/02/x-locale/paladin/charitycentral/banner-background-image._CB494422932_.png);
    width:302px;
    height:250px;
    position:relative
}

#amznCharityBannerInner a {
    display:block;
    width:100%;
    height:100%;
    position:relative;
    color:#000;
    text-decoration:none
}

amznCharityBannerInner.text {
    position:absolute;
    top:20px;
    left:15px;
    right:15px;
    bottom:100px
}

.support-wrapper {
    overflow:hidden;
    max-height:86px
}

.support {
    font-family:Arial,sans;
    font-weight:700;
    line-height:28px;
    font-size:25px;
    color:#333;
    text-align:center;
    margin:0;
    padding:0;
    background:0 0
}

.when-shop {
    font-family:Arial,sans;
    font-size:15px;
    font-weight:400;
    line-height:25px;
    color:#333;
    text-align:center;
    margin:0;
    padding:0;
    background:0 0
}

.donates {
    font-family:Arial,sans;
    font-size:15px;
    font-weight:401;
    line-height:21px;
    color:#333;
    text-align:center;
    margin:0;
    padding:0;
    background:0 0
}

.mainbody {
display: flex;
}
.rightpanel {
margin-left: 8px;

}

@media only screen and (max-width: 800px){
  .mainbody {
    flex-direction: column;
  }
  .rightpanel {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
  }
}
.leftpanel {
display: block;
}
