/*
Colours:

#ffff99; pale yellow - if too bright, change to #ffffcc;
#ffcc66; light orange - if too bright, change to #ffcc99;
#cc6600; brown
#ff9933; orange
#008888; teal 

#ffffff; white
#448888; light teal
red->teal
*/

body {
    background-color: #008888; /*light orange*/
    color: black;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10pt;
}

#content {
    margin-top: 2em;
    margin-left: 20em;
    margin-bottom: 2em;
    margin-right: 2em;

    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0em;
    padding-bottom: 0em;

    border-width: thin;
    border-color: #000000; /* brown */
    border-style: solid;

    background-color: #ffffff; /*pale yellow*/
    text-align: justify;
}

img.imgright {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
}

#content h1{
    color: #000000; /* brown */
    text-align: center;
    font-size: 18pt;
    font-weight: normal;
}

#content h3{
    color: #000000; /* brown */
    text-align: left;
    font-size: 12pt;
    font-weight: bold;
}

#content h4{
    color: #000000; /* brown */
    text-align: left;
    font-size: 10pt;
    font-weight: bold;
}

div.centerdiv {
    width: 100%;
    text-align: center;
}

div.borderdiv{
    width: 80%;
    border: thin #008888 solid;
    padding-top: 1em;
    padding-bottom: 1em;
}

div.bannerdiv{
    background-color: #008888; /*light orange*/
    width: 80%;
    border: thin #008888 solid;
    padding-top: 1em;
    padding-bottom: 1em;
}

a.bannerdiv:link, a.bannerdiv:visited{
    color: #ffffff; /* orange */
    text-decoration: none;
}

div.halfborderdiv{
    width: 40%;
    border: thin brown solid;
    padding-top: 1em;
    padding-bottom: 1em;
}

/*Tables: photos on staff page and tables of dates*/

table{
    width: 100%;
    margin-bottom: 1em;
    font-size: 10pt;
    text-align: center;
}

table.staff{
    font-size: 10pt;
}

td.dates{
    text-align: center;    
}

td.words{
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}

td.picture{
    padding-top: 5px;
    padding-bottom: 5px;
}

em{
    font-style: normal;
    font-weight: bold;
    color: #000000;
}

a:visited{
    color: #000000; /* brown */
}


p.forward{
    text-align: right;
}

/*
p.forwardfloat{
    float: right;
    text-align: right;
}
*/

p.forwardfloat{
    text-align: left;
}

p.back{
    text-align: left;  
}

p.up{
    text-align: left;
}

p.copyright{
    text-align: left;
    font-size: 9pt;
    color: #000000;
}

img.back{
    border: none;
    vertical-align: middle;
    margin-right: 2px;
}

img.up{
    border: none;
    vertical-align: middle;
    margin-right: 2px;
}

img.forward{
    border: none;
    vertical-align: middle;
    margin-right: 2px;
}

/*Staff names in above table*/
a.staff{
    font-weight: bold;
    display: block;
    margin-bottom: 10px;    
}

#sidebar {
    position: absolute;
    z-index: 1;
    top: 2em;
    left: 2em;
    width: 16em;

    border-width: thin;
    border-color: #000000; /*brown*/
    border-style: solid;

    text-align: center;

    background-color: purple;
}

#logo{
    background-color: #ffffff;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
}

#menu {
    background-color: #008888 /*#000000; /*brown*/
    text-align: center;
    border-bottom: thin #000000 solid;
    margin-bottom: 0em;
}

#menu a {
    display: block;
    text-decoration: none;
    padding: 0.25em;
    font-weight: bold;
    border-top: thin solid #000000; /*brown*/
}

#menu a:link, #menu a:visited {
    background-color: #ffffff; /*pale yellow*/
    color: #448888; /* orange */
}

#menu a.current:link, #menu a.current:visited{
    background-color: #008888; /*light orange*/
    color: #ffffff; /*pale yellow*/
}

#menu a:hover, #menu a.current:hover {
    color: #000000; /*brown*/
}

#address{
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #ffffff; /*pale yellow*/
    color: #000000; /* brown */
}

#address a{
    color: #448888; /* orange */
    text-decoration: none;
}

#address a:hover{
    color: #000000; /*brown*/
}

#credits{
    margin-top: 1em;
    margin-bottom: 2em;
    margin-left: 2em;
    margin-right: 2em;

    text-align: right;
    color: #444444; /* orange */
    /*color: #000000; /*brown*/
    font-size: 8pt;
    font-weight: normal;
}

#credits a{
    color: #ffffff; /* orange */
   /* color: #000000;*/
    text-decoration: none;
    font-weight: bold;
    
}

#banner a{
    color: #000000; /*brown*/
    text-decoration: none;
}

#banner a:hover{
    color: #ffffff; /* orange */
}


#marquee {
   color: #008888;
	    font-size: 13pt;
    font-weight: bold;
}

