.sidebox
{
    width: 160px;
    padding: 5px;
    margin: 25px 0;
    border: 0;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    color: #5e9cf7;
    background-color: #bdd4bd;
}

.sidebox a, .sidebox a:active, .sidebox a:visited
{
    color: #5e9cf7;
    text-decoration: none;
}

.sidebox a:hover
{
    text-decoration: underline;
}

.content
{
    padding: 25px;
    vertical-align: top;
    min-height: 600px;
    color: #0768f7;
}

.announce
{
    font-size: 10pt;
    text-align: center;
}

.dates
{
    font-weight: normal;
}

.title
{
    width: 100%;
    text-align: center;
    font-size: 16pt;
    font-weight: bold;
}

.title a, .title a:hover, .title a:active, .title a:visited
{
    font-size: 14pt;
    color: #269943;
}

.title a:hover
{
    color: #0768f7;
}

.special
{
    font-weight: bold;
    color: #269943;
}


