﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    background-color: #b9cfa1;
    margin: 0px;
}

.bodyContainer
{
    width: 100%;
    margin-top: 75px;
    border-bottom: 2px solid #363636;
    background-color: #fff;
	margin-bottom: 40px;
}


.title
{
    font-family: "Comic Sans MS";
    font-weight: bold;
    font-size: x-large;
}

.subtitle
{
    line-height: 115%;
    font-size: 12pt;
    font-family: Calibri, sans-serif;
    margin-left: 36pt;
    font-weight: bold;
}

.mainBody
{
    clear: both;
    width: 670px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
}

.footer
{
    height: 121px;
    padding-bottom: 10px;
    text-align: left;
    padding-top: 10px;
    clear:both;
	font-size: 0.85em;
	color: #c4c4c4;
}

.mainContent
{
    margin-top: 20px;
}

/* Navigation styles */

.nav
{
    margin-top: 20px;
    margin-right: 20px;
    margin-left: auto;
    height: 206px;
    width: 64px;
}

.nav a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
}
.nav a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}

.address
{
    font-weight: bold;
    margin-left: 20px;
}