#title {
    font-family: cursive;
    font-size: 30px;
    padding-left: 6px;
    padding-right:6px;
    display: inline-block;
    height: 100%;
}
#title2 {
    font-family: cursive;
    font-size: 20px;
    color: black;
    font-style: italic;
    padding-left: 6px;
    padding-right:6px;
    display: inline-block;
    height: 100%;
}

#subtitle {
    position: absolute;
    bottom: 25px;
    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: 89px;
    overflow: hidden;
    position: fixed;
    left: 105px;
    top: 4px;
    right: 3px;
}

#headerWithLogo {
    display: inline;
    position: relative;
    overflow-x: hidden;
}

#logo {
    padding-left: 5px;
    top: 6px;
    position: fixed;
}

#information {
    float: right;
    vertical-align: middle;
    padding-right: 5px;
}

.info-line {
    display: block;
    padding-top: 5px;
}

.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: 95px;
    bottom: 3px;
    left: 5px;
    position: fixed;
    border-right: blue solid 3px;
    font-family: Comic Sans MS;
    font-size: 9pt;
    font-weight: bold;
}

#tabBarInner {
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
}

#tabBar li.tab {
    background: url("images/left.gif") no-repeat left bottom;
    margin-left: 3px;
    margin-top: 2px;
    height: 35px;
}

#tabBar li.hilighttab {
    background: url("images/left-selected.gif") no-repeat left bottom;
    margin-left: 3px;
    margin-top: 2px;
    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: -3px;
    top: 4px;
    margin: 0;
    color: #ff4500;
}

#tabBar a.hilighttab span {
    top: 6px;
    right: 8px;
}

#tabBar a span {
    position: relative;
    top: 8px;
    right: 5px;
}

#mainPanel {
    display: block;
    position: fixed;
    top: 96px;
    left: 105px;
    right: 0;
    bottom: 3px;
    overflow: auto;
    border-right: 3px inset blue;
    border-bottom: 3px inset blue;
    padding: 10px;
    margin-right: 3px;
    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: 600px;
    height: 400px;
    border : 3px ridge black;
    padding: 5px;
}

.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;
}

.newsletter {
    width: 100px;
    height: 180px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    display: block;
}
.newsletter img {
    border: 1px solid #d3d3d3;
}
.newsletter span {
    font-size: smaller;
    font-weight: normal;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 5px;
}

.credit {
    font-style: italic;
}
#facebooklink {
    position: fixed;
    bottom: 40px;
    left: 30px;
}

#stafflist {
    list-style: none;
}

#stafflist .stafftitle {
    font-weight: bold;
    margin-top: 10px;
}
.dateTable {
    text-align: left;
}
.termRow {
    color: black;
}
.halfTermRow {
    color: #ff0000;
    font-style: italic;
}
.sectionTitle {
    font-weight:bold;
    text-align: right;
}
.sectionSubTitle {
    text-align: right;
}
.dateSpace {
    width: 50px;
    text-align: center;
}
.spacerRow {
    height : 20px;
}
.calendar {
    display: inline-table;
    text-align: center;
}
.calendar td {
    width: 30px;
}
.calendar .month {
    font-style: italic;
    color: blue;
}
.calendar .header {
    font-weight:bold;
}
.calendar .term {
    background-color: rgb(210, 210, 255);
    border: 1px solid black;
}
.calendar .holiday {
    background-color: rgb(255, 255, 0);
    border: 1px solid black;
}
.calendar .halfTerm {
    color: red;
    border: 1px solid black;
}
.calendar .weekEnd {
    border: 1px solid black;
    color: grey;
}
.calendar .day {
    border: 1px solid black;
}
.calendar td.key {
    width: 300px;
    text-align: left;
}
.dayTime {
    border-top: 2px inset rgb(0,0,255);
    padding-top: 3px;
    padding-left: 5px;
    font-weight: bold;
    width: 100px;
    vertical-align: text-top;
}
.dayDo {
    border-top: 2px inset rgba(0,0,255, 0.3);
    padding-top: 3px;
    padding-left: 5px;
    width: 700px;
    vertical-align: text-top;
}