﻿body
{
    background-color: #314c61;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 10pt;
    font-family: Arial;
}
a:link, a:visited
{
    color: #000080;
    text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
.Menu
{
    font-size: 11pt;
    font-weight: bold;
    font-family: Verdana, Sans-Serif;
    background-color: #f8e6b8;
    border-bottom: #fceed4 2px solid;
    background-image: url(Graphics/Menu-Bar.gif);
    padding: 5px;
    padding-left: 10px;
}
.Menu A:hover
{
    background-color: #ffffff;
}
.GroupTitle
{
    font-size: 16pt;
    color: white;
    background-color: #64a0be;
    font-family: Verdana, Sans-Serif;
}
.SubTitle
{
    font-size: 13pt;
    font-weight: bold;
    color: navy;
    font-family: Arial, Sans-Serif;
    margin-bottom: 5px;
}
.Footer
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, Sans-Serif;
    color: white;
    background-color: #64a0be;
}
.Footer A:link
{
    color: white;
    text-decoration: underline;
}
.Footer A:visited
{
    color: white;
    text-decoration: underline;
}
.Footer A:hover
{
    color: #64a0be;
    background-color: white;
    text-decoration: underline;
}
.EventTitle
{
    font-weight: bold;
    font-size: 11pt;
    color: #314c61;
    font-family: Arial, Sans-Serif;
}
.EventDescription
{
    font-size: 9pt;
    font-family: Arial;
}
.EventDate
{
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial;
}
.EventGroup
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
    color: red;
    font-style: italic;
}
.light-background
{
    background-color: #f8e6b8;
}
.very-light-background
{
    background-color: #fdf5e6;
}
.Padding5
{
    padding: 5px;
}
.Padding3
{
    padding: 3px;
}
.bold
{
    font-weight: bold;
}
.CCDAdminNavigation
{
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
}
.CCDAdminNavigation A:link
{
    color: #a00000;
    text-decoration: underline;
}
.CCDAdminNavigation A:visited
{
    text-decoration: underline;
}
.CCDAdminNavigation A:hover
{
    color: navy;
    text-decoration: underline;
}
.CCDTextBox
{
    font-size: 9pt;
    font-family: Arial, Sans-Serif;
    font-weight: normal;
    border: black 1px solid;
}

.CCDBlankLine
{
    font-size: 4pt;
}

