/* original colours ------------ GREEN
body bg green: #8b9e72
bg light: #e3ebd8
bg med: #9faf8a
new colours
body bg green: #979f8c
bg light: #dce3d1
bg med: #afb7a4
*/
body { color: #303b21; font-family: Georgia, "Times New Roman", Times, serif; background-color: #979f8c; margin: 0; padding: 0; }
.bglogo1 { background-image: url(../media/page-logo-1-green.gif); background-repeat: no-repeat; }
.bglight1 { background-color: #dce3d1; }
.bgmed1 { background-color: #afb7a4; }
.bgarrowleft1 { background-image: url(../media/arrow-left-green.gif); background-repeat: no-repeat; }
.bgarrowright1 { background-image: url(../media/arrow-right-green.gif); background-repeat: no-repeat; }
.borderlight1 { border: solid 1px #dce3d1; }
p { }
td { }
a:link { color: #344122; text-decoration: underline; }
a:visited { color: #344122; text-decoration: underline; }
a:hover { text-decoration: underline; }
a:active { }
a.menu:link { color: #344122;}
a.menu:visited { color: #344122;}
a.menu:hover { color: #fff; background-color: #344122 }
a.menu:active { }
a.mend:link { color: #fff; }
a.mend:visited { color: #fff; }
a.mend:hover { color: #fff; background-color: #344122 }
a.mend:active { }
.rightkeyline1 { border-right: 1px solid #e3ebd8; }