body {
        font-family: times, georgia, sans-serif;
        font-size: 14px;
        background-color: #fff;
        color: #2f2f2f;
        margin: 5px;
        background-image: url("images/bg.jpg");
        background-repeat: repeat-x;
        background-color: #fff;
}

a:link, a:visited, a:active {
        color: #6e62b3;
        text-decoration: none;
        border: none;
}

a:hover {
        text-decoration: underline;
}

h1 {
        font-size: 30px;
        font-weight: normal;
        color: #6e62b3;
        margin: 0px;
}

img {
        border: none;
}

table {
        border-collapse: collapse;
}

#content {
        width: 780px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
}

#header {
        height: 200px;
        background-image: url("images/header.jpg");
        background-position: center right;
        background-repeat: no-repeat;
}

#logo {
        background-image: url("images/logo.png") !important;
        background-image: url("images/logo.gif");
        width: 217px;
        height: 200px;
}

#navigation {
        float: left;
        list-style-type: none;
        width: 230px;
        padding: 5px;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
        background-image: url("images/vertical.png");
        background-position: top right;
        background-repeat: no-repeat;
}

#navigation li {
        border-left: 10px solid #736da8;
        margin: 5px;
}

#navigation li a {
        display: block;
        padding: 5px;
        color: #2f2f2f;
        margin-left: 5px;
        margin-top: 25px;
}

#navigation li a:hover {
        color: #fff;
        background-image: url("images/selected.png");
        text-decoration: none;
}

#language {
        text-align: right;
        font-size: 12px;
}

#language img {
        padding-left: 10px;
}

#main {
        float: right;
        width: 520px;
        padding: 10px;
}

#mainmiddle {
        float: right;
        width: 370px;
        padding: 10px;
}

#rightcolumn {
        float: right;
        width: 150px;
}

#bottomimage {
        background-image: url("images/footer.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        height: 127px;
}

#footer {
        clear: both;
        text-align: center;
        font-size: 12px;
        padding: 5px;
}

.hr {
        height: 1px;
        width: 759px;
        background-image: url("images/hr.png");
        background-repeat: no-repeat;
        background-position: center center;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: auto;
        margin-right: auto;
}

.clear {
        clear: both;
}

#total {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    text-align: right;
    padding: 10px 0;
}

#email {
        vertical-align: middle;
}

.imgcaption, .photocaption {
        background-color: #736da8;
        color: #fff;
        font-size: 12px;
        font-style: italic;
        text-align: center;
        padding: 3px;
        /*width: 150px;*/
}

.photocaption {
        background-color: #fff;
        color: #000;
        width: 200px;
}

.pdf {
        float: left;
        font-size: 12px;
        font-style: italic;
        text-align: center;
        padding: 3px;
        width: 150px;
        margin: 5px;
}

.left {
       float: left;
       margin: 5px 5px 5px 0px;
}

.middle {
       float: left;
       margin: 5px 20px 5px 0px;
}

.right {
       float: right;
       margin: 5px 0px 5px 5px;
}

.pictureline {
       width: 520px;
}

/* For the bilingual index page */

#indexcontent {
        
}

#indexmain {
        text-align: center;
        font-size: 18px;
}

#logolarge {
        background-image: url("images/logo_large.png") !important;
        background-image: url("images/logo_large.gif");
        background-position: center center;
        background-repeat: no-repeat;
        width: 280px;
        height: 273px;
        margin: 20px auto 20px auto;
}

/* '!important' means outside of IE6 the command takes precedence over commands below it */


.trustee {
        text-align: center;
        width: 475px;
        height: 642;
        border: 1px #b2b7d5 solid;
}

/* new table */

.indexPics {
        text-align: center;
        width: 100%;
}

.indexCentre {
        text-align: center;        
}

.indexCentre img {
        text-align: center;
        width: 200px;
        height: 230px;
        border: 1px #b2b7d5 solid;
}

.tableRight {
       text-align: right;
}

#annual_report table {
    width: 400px;
}

