﻿body
{
    font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
    font-size: 86%;
    color: white;
    background-color: #0099ff;
    margin: 0;
    padding: 6px;
}
h1
{
    color: #ffff00;
    text-align: center;
    font-family: Papyrus;
}
h2
{
    color: #ffcc00;
    font-family: Papyrus;
    font-size:1em;
}
h3
{
    text-decoration: underline;
    font-weight: bold;
    color: #fff;
    font-size: 1em;
    font-family: Papyrus;
}
a, a:link, a:visited, a:active
{
    color: #fff;
    text-decoration: underline;
    font-weight: bolder;
}
a:hover
{
    color: #ffcc00;
}
#navigation-frame
{
    width: 200px;
    float: left;
    height: 800px;
    z-index: 1;
}
#content-frame
{
    float: left;
    width: 600px;
}
.image-label
{
    color: #000066;
    font-size: smaller;
    margin: 0;
    padding: 4px 0 1px 0;
    font-weight:bold;
}
.title-image
{
    text-align: center;
    width: 220px;
    float: right;
    overflow: hidden;
    background-color: #fff;
    border: 4px #fff solid;
    margin-left: 8px;
    margin-bottom: 8px;
    margin-top: 0;
}
.title-image img
{
    border: none;
}
img
{
    border: #fff thin solid;
}
.navigation
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.navigation li
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-family: Papyrus;
}
.navigation li a
{
    font-weight: bold;
    line-height: 22px;
    text-decoration: none;
}
.event-date{color:#FFCC66;
             font-size:26px;}
.event-text{color:White;
            font-size:18px;}
            .title-image
            {
                padding:12px;
                border:6px gray solid;
                }