 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
    background: #EEEDE9 url(photos/main_long3.jpg) no-repeat;
    scrollbar-face-color: #DEE3E7;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DEE3E7;
    scrollbar-3dlight-color: #D1D7DC;
    scrollbar-arrow-color:  #006699;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #98AAB1;
    margin:0; padding:0;
    font-family : Verdana, Arial, Helvetica, sans-serif;
}

.menu a:link, a:visited {
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-family : Verdana, Arial, Helvetica, sans-serif;
}

.menu a:hover {
    color: #293842;
    font-weight: bold;
    text-decoration: none;
    font-family : Verdana, Arial, Helvetica, sans-serif;
}

.menu2 a:link, a:visited {
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-family : Verdana, Arial, Helvetica, sans-serif;
}

.menu2 a:hover {
    color: #E76121;
    font-weight: bold;
    text-decoration: none;
    font-family : Verdana, Arial, Helvetica, sans-serif;
}

.sitecredit_details {
    font-size: 8pt;
    color: #999999;
    text-decoration: none;
}
/* ----------------------------------------------------------------------------------------- */
/* controls email links                                                                      */
/* ----------------------------------------------------------------------------------------- */
a.mail:link,
a.mail:visited
                {
                    color: white;
                    font-weight: bold;
                    text-decoration: none;
                }
a.mail:hover {
                    color: #E76121;
                    font-weight: bold;
                    text-decoration: none;
                }

A.sitecredit_links:LINK,
A.sitecredit_links:VISITED
                {   color: #999999;
                    text-decoration : none;
                    font-size: 8pt;
                }
A.sitecredit_links:HOVER
                {   color: #999999;
                    text-decoration : underline;
                    font-size: 8pt;
                }
