﻿.avalonContentTable
{
    padding-top: 5pt;
	padding-right: 5pt;
	padding-left: 5pt;
	padding-bottom: 5pt;
    border-right: darkolivegreen 2px solid;
    border-top: darkolivegreen 2px solid;
    border-left: darkolivegreen 2px solid;
    border-bottom: darkolivegreen 2px solid;
    background-color: #ffffff;
    vertical-align: top;
    font-family: Arial;
	font-size: 10pt;
	color: Gray;
}

.imageBorder
{
    border-right: #663333 3px solid;
    border-top: #663333 3px solid;
    border-left: #663333 3px solid;
    border-bottom: #663333 3px solid;
    margin: 5pt;
}

.headerText
{
	padding-left: 5pt;
	font-weight: bold;
	font-size: 10pt;
	color: #996633;
	font-family: Arial;
	height: 30px;
}
.eventDate
{
	font-weight: bold;
	font-size: 10pt;
	color: #663333;
	font-family: Arial;
}

.eventDateActivity
{
    font-weight: bold;
    font-size: 8pt;
    color: #663333;
    font-family: Arial;
    background-color: palegoldenrod;
}

.eventTitle
{
	font-size: 10pt;
	color: #996633;
	font-family: Arial;
}
.annDate
{
	font-size: 10pt;
	color: #996633;
	font-family: Arial;
}
.annTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: #996633;
	font-family: Arial;
}

.vertTable
{
    border-right: darkolivegreen 2px solid;
    border-top: darkolivegreen 2px solid;
    border-left: darkolivegreen 2px solid;
    background-color: beige;
    border-bottom: darkolivegreen 2px solid;
    font-family: Arial;
    font-size: 10pt;
    color: #663333;
}

.mainMenu
{
    padding-left: 15pt;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
    text-align: right;
    color: #996633;
}

.welcomeText
{
    font-size: 10pt;
    font-family: Arial;
    text-align: left;
    color: #996633;
}

.links
{
    font-size: 10pt;
    font-family: Arial;
    text-align: center;
    color: #996633;
}