#title {
    font-family: cursive;
    font-size: 30px;
    padding-left: 6px;
    display: inline-block;
    height: 100%;
}

#subtitle {
    position: absolute;
    bottom: 22px;
    left: 6px;
    color: #ffb500;
}

#warning {
    background-image: url("images/BottomStripe.gif");
    font-size: medium;
    font-weight: bold;
    font-family: sans-serif;
    color: white;
    text-decoration: blink;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

#header {
    background-image: url("images/HeaderBackground.gif");
    color: white;
    display: block;
    height: 88px;
    overflow: hidden;
    position: fixed;
    left: 105px;
    top: 0;
    right: 0;
}

#headerWithLogo {
    display: inline;
    position: relative;
    overflow-x: hidden;
}

#logo {
    padding-left: 5px;
    top: 3px;
    position: fixed;
}

#information {
    float: right;
    vertical-align: middle;
    padding-right: 5px;
}

.info-line {
    display: block;
    padding-top: 1px;
}

.info-label {
    color: #ffd700;
    padding-right: 2px;
}

.info-value {
    float: right;
    color: white;
}

a:link#headerEmail {
    color: white;
    text-decoration: none;
}

a:visited#headerEmail {
    color: white;
    text-decoration: none;
}

a:hover#headerEmail {
    color: white;
    text-decoration: underline;
}

.footnote {
    font-size: small;
    position: fixed;
    bottom: 5px;
    left: 15px;
}

.footnote span {
    display: block;
}

#tabBar {
    width: 100px;
    top: 90px;
    bottom: 0;
    left: 5px;
    position: fixed;
    border-right: #6495ed solid 2px;
    font-family: Comic Sans MS;
    font-size: 9pt;
    font-weight: bold;
}

#tabBarInner {
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
}

#tabBar .tab {
    background: url("images/left.gif") no-repeat left bottom;
    margin-left: 3px;
    margin-top: 2px;
    height: 35px;
}

#tabBar .hilighttab {
    background: url("images/left-selected.gif") no-repeat left bottom;
    margin-top: 2px;
    margin-left: 3px;
    height: 39px;
}

#tabBar .tab:hover {
    margin-left: -1px;
}

#tabBar a {
    display: block;
    background: url("images/right.gif") no-repeat right bottom;
    color: #1a16bf;
    margin-right: 2px;
    padding: 0;
    height: 35px;
    text-align: right;
    text-decoration: none;
}

#tabBar a.hilighttab {
    background: url("images/right-selected.gif") no-repeat right bottom;
    position: relative;
    right: -2px;
    top: 0;
    margin: 0;
    color: #ff4500;
}

#tabBar a.hilighttab span {
    top: 8px;
    right: 8px;
}

#tabBar a span {
    position: relative;
    top: 8px;
    right: 5px;
}

#mainPanel {
    display: block;
    position: fixed;
    top: 90px;
    left: 105px;
    right: 0;
    bottom: 0;
    overflow: auto;
    border-top: 2px solid #6495ed;
    border-bottom: 2px solid #6495ed;
    padding: 10px;
    font-family: Helvetica, Arial, sans-serif;
    /*background: url("images/background.jpg");*/
}

#mainPanel a {
    font-weight: bold;
}

#mainPanel h1 {
    font-family: Comic Sans MS;
}

#mainpicture {
    width: 700px;
    height: 480px;
}

.centre {
    text-align: center;
}

div#map {
    display: block;
    position: relative;
    background-color: rgb(229, 227, 223);
    overflow: hidden;
    width: 600px;
    height: 350px;
    border: 2px ridge blue;
    margin-top: 10px;
    margin-left: 10px;
}

#messageLink {
    position: fixed;
    bottom: 40px;
}

#messageLink a {
    display: block;
    text-decoration: none;
    width: 20px;
    height: 20px;
}

#newsletters {
    display: inline-table;
    padding-bottom: 20px;
}
#newsletters .newsletter {
    /*display: inline;*/
    width: 100px;
    height: 140px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}
#newsletters .newsletter img {
    /*display: block;*/
    border: 1px solid #d3d3d3;
}
#newsletters .newsletter span {
    font-size: smaller;
    font-weight: normal;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 5px;
}
