body {
    margin: 0px;
    background-color: #d2d8c2;
    color: #997300;
    font-family: Georgia, "Georgia Bold";
}

.Edgewater {
    text-align: center;
    font-size: 15px;
    color: #997300;
}

p {
    text-align: justify;
    font-size: 15px;
    margin: 15px 0;
}

.footer {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555;
}

img { border:0; }

.photoright {
    float: right;
    padding: 10px 0 10px 50px;
}

.photoleft {
    float: left;
    padding: 0 15px 15px 0;
}

.after_photo {
    margin-top: 0;
}

a:link {
    color: #555;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #555;
}

a:hover {
    text-decoration: underline;
    color: #555;
}

a:active {
    text-decoration: none;
    color: #555;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Georgia, "Georgia Bold";
}

h2 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Georgia, "Georgia Bold";
}

h3 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Georgia, "Georgia Bold";
}

.edgewaterbold {
    font-size: 18px;
    font-weight: bolder;
}

.left {
    text-align: left;
}

.o {
    text-align: center;
}
.ssss {
    text-align: center;
}
.centre {
    text-align: center;
}

.bold {
    font-size: 15px;
    font-weight: bolder;
    text-transform: uppercase;
}
.boldbig {
    font-size: 16px;
    font-weight: bolder;
    text-decoration: underline;
}

table.padding td {
    padding: 5px 10px;
}

table.valigntop td {
    vertical-align: top;
}

.tabcontent h2 {
    background-color: #e0e5d3;
    margin: 0 -10px 0 -15px;
    padding: 10px 15px;
    border-top: 2px solid #969b87;
}

.tabcontent table .firstcolumn {
    padding-right: 15px;
}

.tabcontent table tr.last td {
    border: none;
}

.tabcontent table .firstcolumn p:first-child {
    margin-top: 0;
}

.tabcontent table td {
    border-bottom: 1px solid #969b87;
    padding: 15px 0;
}

.tabcontent table td p {
    text-align: left;
}

.tabcontent table td.tdimages img {
    margin: 0 5px 10px 5px;
}

.tabcontent table td.tdimages a {
    position: relative;
}

.tabcontent table td.tdimages a span.zoomimage {
    background: url(../images/zoom.png) no-repeat;
    bottom: 20px;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    z-index: 10;
}

/*** TABS ***/

div.tabcontent {
    border: #969b87 solid 3px;
    clear: left;
    padding: 0 10px 15px 15px;
}

div.tabcontent.inactive {
    display: none;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a {
    background: #bdf url(../images/tabs.gif);
    color: #44473d;
    display: block;
    float: left;
    height: 2em;
    padding-left: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
    color: #868b79;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li a.active {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(../images/tabs.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 20px;
}