﻿body 
{
	font-family: Garamond, Arial, Sans-Serif;
	text-align: center;
	background-color: #eee8aa;
}
#Container
{
	margin-left: auto; 
	margin-right: auto;
	width: 850px;
	background-color: #944177;
	}
#Header
{
	background-color: White;
	padding: 0px;
	margin: 0px;
	}
#LeftSide
{
	float: left;
	width: 235px;
	}
.Title
{
	font-size: 30pt;
	color: #944177;
	}
#TopLinks
{
	text-align: center;
	width: 614px;
	background-color: White;
	}
#RightSide
{
	text-align: justify;
	margin-left: 236px;
	padding: 0px;
	background-color: White;
	}
#MainContent
{
	padding: 5px 25px 5px 25px;
	}
#Footer
{
	background-color: White;
	clear: both;
	border-top: solid 3px #7da7d9;
	text-align: center;
	font-size: 9pt;
	width: 100%;
	line-height: 130%
	}
a.toplink
{
	font-size: 13pt;
	text-decoration: none;
	padding: 8px;
	}
a.toplink:hover
{
	background-color: #7da7d9;
	}
a.bottomlink
{
	font-size: 10pt;
	}
a.bottomlink:hover
{
	background-color: #7da7d9;
	}
a
{
	color: black;
	}
a:hover
{
	text-decoration: none;
	}