    span.title {
        position: absolute;
        top: 5px;
        left: 50%;
        width: 850px;
        margin-left: -400px;
    }
    span.title2 {
        color: #ffffff;
        text-decoration:none;
        font-size: 55px;
        font-family: "Comic Sans MS";
        font-weight: bold;
        position: absolute;
        top: 5px;
        left: 50%;
        width: 850px;
        margin-left: -403px;
    }
    img.menu {
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
        border: 0;
    }
    div.bannerDiv{
        height: 100%;
        width: 100%;
        background-image: url('images/corner1.gif'); 
        background-position: bottom right; 
        background-repeat: no-repeat;
    }
    div.randomImagesLeft {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    div.randomImagesRight {
        float: right;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    td.content {
        background-color: #eeeeff; 
        border-left: 1px solid #D4D4D4; 
        padding: 30px;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 85%;
        padding-bottom: 10px;
    }
    td.menu {
        width:200px; 
        border-left:10px solid #002255; 
        padding: 5px; 
        background-color: #ffffff; 
        background-image: url('images/corner.gif'); 
        background-position: top left; 
        background-repeat: no-repeat;
    }
    span.bannerText {
        font-weight:bold; 
        font-family: "Comic Sans MS";
        color: white;
        font-size: 250%;
        padding-left: 170px;
        height: 100px;
        vertical-align: middle;
        display: table-cell;
        /*The next two lines are for IE only (hopefully)
        #position: absolute;  
        #top: 30%;*/
    }
    body {
        margin-bottom: 0px;
        margin-top: 0px;
        background-image: url('images/seagullbackground.jpg'); 
        /*background-repeat: none; */
        background-position: top;
    }
    td.banner {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        height: 100px; 
        /*background-color:blue; */
        border-bottom: 5px solid #002255; 
        /*background-image: url('images/marrikalalogobanner.GIF');*/
        background-repeat: no-repeat; 
        border-right: 10px solid #002255;
        /*The next two lines are for IE only (hopefully)
        #position: relative;
        #height: 104px;*/
    }
    td {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
    }
    span.menu {
        padding-left: 25px;
        font-weight: bold;
        font-size: 130%;
    }
    a:link {
        color: #002255;
    }
    a:visited {
        color: #002255;
    }
    a:hover {
        color: #0022ff;
        text-decoration: none;
    }
    .menu a:link{
        color: #002255;
        text-decoration: none;
    }
    .menu a:visited {
        color: #002255;
        text-decoration: none;
    }
    .menu a:hover {
        color: #0022ff;
        text-decoration:underline ;
    }

    a.footer:link{
        color: #002255;
        text-decoration: none;
    }
    a.footer:visited {
        color: #002255;
        text-decoration: none;
    }
    a.footer:hover {
        color: #0022ff;
        text-decoration:underline ;
    }
    a.footer img {
        border:0;
    }

    a.title:link{
        color: #002255;
        text-decoration: none;
        font-size: 55px;
        font-family: "Comic Sans MS";
        font-weight: bold;
    }
    a.title:visited {
        color: #002255;
        text-decoration: none;
        font-size: 55px;
        font-family: "Comic Sans MS";
        font-weight: bold;
    }
    a.title:hover {
        color: #002255;
        text-decoration:none;
        font-size: 55px;
        font-family: "Comic Sans MS";
        font-weight: bold;
    }
    h1 {
        text-align: center; 
        border-bottom: 1px solid #d4d4d4;
    }
    span.heading1 {
        border-bottom: 3px solid #002255;
        padding-left: 1em;
        padding-right: 1em;
    }
    h3.news{
        /*border-bottom: 1px solid #d4d4d4;*/
        margin-bottom:3px;
    }
    span.heading3 {
        border-bottom: 3px solid #002255;
        padding-right: 1em;
    }
    a.aheading1:link {
        color:black;
    }
    a.aheading1:visited {
        color:black;
    }
    a.aheading1:hover {
        color:#0022ff;
    }
    a.aheading3:link {
        color:black;
    }
    a.aheading3:visited {
        color:black;
    }
    a.aheading3:hover {
        color:#0022ff;
    }
    .Clear { clear: both; height: 0; overflow: hidden; }



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ 

http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/*/
/*
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{
visibility: visible;
top: 0;
left: 60px;
}*/
