body {
    margin: 0;
    padding: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 100%;
    color: black;
    background-color: #dddddd;
    }

img {
    border: none;
    }

img.rhs {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    }

img.lhs {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    }

img.centre {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.logo {
    border: none;
    float: right;
    position: relative;
    margin-right: 20px;
    margin-top: -15px;
    }

#content {
    width: 760px;
    border: 1px #aca394 solid;
    margin: 10px auto 10px auto;
    padding: 10px;
    color: #000000;
    background-color: #f6f2d3;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    }

/* Banner across top of page that says the name of the whole site */

#main-title {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 17px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 0;
    background-color: #008700;
    /* border-top: 1px black solid;
    border-bottom: 1px black solid; */
    color: #f9f9d9;
    font-weight: bold;
    font-size: 1.2em;
    font-style: italic;
    line-height: 1.6em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }

p.subhead {
    font-size: x-small;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    }

/* Styles for the main text on the page. */

#main-text {
    clear: left;
    width: 685px;
    margin: 0 auto 0 auto;
    padding: 0 34px 20px 35px;
    color: #000000;
    background-color: #ffffff;
    border-left: 1px #aca394 solid;
    border-right: 1px #aca394 solid;
    }

p, ul, ol, table {
    line-height: 1.4em;
    margin-top: 0;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    text-align: left;
    font-size: 0.8em;
    }

#webring {
    clear: both;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#webring center {
    font-size: 0.8em;
    margin-bottom: 0.5em;
    }

dd, dt {
    line-height: 1.4em;
    padding: 0;
    text-align: left;
    font-size: 0.8em;
    margin: 0px;
    }

dd {
    margin-bottom: 0.5em;
    margin-left: 2em;
    }

p.continue {
    font-size: larger;
    text-align: right;
    border: 1px black solid;
    color: black;
    background-color: #ffff00;
    font-style: italic;
    float: right;
    padding: 3px;
    }

div.separator {
    border-bottom: 1px #909090 dashed;
    padding-top: 1em;
    padding-bottom: 0.5em;
    font-size: 0.9em;
    width: 420px;
    margin-bottom: 1.3em;
    clear: right;
    }

div.separator p {
    text-indent: 90px;
    text-align: justify;
    word-spacing: 120px;
    }

div.separator a:link, div.separator a:visited, div.separator a:hover {
    text-decoration: none;
    }

h1 {
    font-size: 1em;
    color: #44442d;
    /* set top margin to 0 to stop Opera pushing main-text down away from
       the navigation tabs */
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
    }

h2, h3, h4 {
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: .9em;
    color: #646442;
    font-weight: bold;
    }

h4 {
    font-style: italic;
    }

ol, ul {
    margin-left: 25px;
    }

a:link, a:visited {
    color: #0000ff;
    text-decoration:underline;
    font-weight: bold;
    }

a:hover {
    color: #ad5e15;
    text-decoration: underline;
    font-weight: bold;
    }

img.rhs-border {
    border: 1px #000000 solid;
    float: right;
    margin: 10px;
    }

table.engmt {
    margin-bottom: 1em;
    border: 2px #aca394 solid;
    border-collapse: collapse;
    border-spacing: 0px;
    }

table.engmt td {
    text-align: left;
    vertical-align: top;
    border: 2px #aca394 solid;
    }

table.engmt td.gig-date {
    color: #000000;
    background-color: #f6f2d3;
    width: 30%;
    }

/* Styles for the navigation tabs along the top */

#nav-menu {
    margin-left: 2px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #f6f2d3;
    list-style-type: none;
    width: 756px;
    float: left;
    display: inline;	/* this fixes the 'double margin' bug in IE */
    }

#nav-menu li {
    margin: 0;
    padding: 0;
    float: left;
    }

#nav-menu a {
    float: left;
    width: 108px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    line-height: 2.5;
    background: url(images/navtab.png) no-repeat;
    }

#nav-menu a:link, #nav-menu a:visited {
    color: #008700;
    }

#nav-menu a:hover {
    background-color: #ebf6d3;
    background-position: -216px 0;
    }

#nav-menu li.current {
    color: #000000;
    background-color: #ffffff;
    font-weight: bold;
    float: left;
    width: 108px;
    text-align: center;
    text-decoration: none;
    line-height: 2.5;
    background: url(images/navtab.png) no-repeat;
    background-position: -108px 0;
    }

div#nletter {
    border: 1px #aca349 solid;
    width: 20%;
    float: right;
    margin-top: 1em;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 1em;
    background-color: #f6f2d3;
    }

div#sits-vac {
    border: 2px #ff3300 solid;
    width: 30%;
    float: right;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 10px;
    padding: 1em;
    background-color: #f4f4f4;
    background-image: url(images/fleck.gif);
    }

div#sits-vac h2 {
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 1.2em;
    color: #ff3300;
    }

div#sits-vac ul {
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 0.7em;
    list-style-type: circle;
    }

/* Styles for an image floating to the right, with a caption */

div.floatright {
    float: right;
    width: 200px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    }

div.floatright img {
    border: 1px #000000 solid;}

div.floatright p {
    font-style: italic;
    text-align: center;
    margin-bottom: 0px;}

div.sidebox {
    border: 1px #aca394 solid;
    color: #000000;
    background-color: #f6f2d3;
    float: right;
    display: inline;	/* fix for IE double margin bug */
    padding: 10px 0px 5px 10px;
    width: 360px;
    margin-right: -30px;
    margin-left: 10px;
    }

div.sidebox h3 {
    color: #44442d;
    }

/* Styles for the footer at the bottom of the page */

#footer {
    text-align: center;
    background-color: #008700;
    color: #f9f9d9;
    width: 756px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px black solid;
    font-size: .7em;
    word-spacing: 10px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    }

#footer p {
    font-size: x-small;
    word-spacing: normal;
    text-align: center;
    margin-top: 0.5em;
    }

#footer a:link, #footer a:visited {
    color: #e2e2c5;
    }

#footer a:hover {
    color: #e2e2c5;
    text-decoration: underline;
    }

.alert {
    color:#ff0000;
    }

.crossedout {
    text-decoration:line-through;
    }




