﻿body 
{
     background-color: #990000;
}

.header
{
    background-color: white; 
    min-width: 500px;
    max-height: 120px;
}
.menu
{
     background-color: White;
    max-width:245px;
    min-height:500px;   
    margin:0;
    text-align: right;
}

.navLink
{
    font-family:"Century Gothic";
    font-weight:bold;
    text-decoration:none;
    color: Navy;
}

.navLink:hover
{
    font-family:Verdana,Arial;
    font-weight:bold;
    text-decoration:none;
    color:Black;
}

.content
{
    background-color:White;
    min-height:550px;
    
}
.footer
{
    background-color:White;
    background-color: #990000;
}

.calendarMonth
{
	font-family: Verdana, Arial;
	font-size:14pt;
}

.calendarDay
{
	font-family: Verdana, Arial;
	font-size: 10pt;
}

.calendarDetails
{
	font-family: Verdana, Arial;
	font-size:10pt;
}

.calendarDetailsBold
{
	font-family: Verdana, Arial;
	font-weight:bold;
	font-size:10pt;
}

.pageTitle
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 16pt;
}

.OfficerPage
{
	font-family: "Century Gothic";
	font-size: 12pt;
}