/*
 *==================================================================
 *
 *   Web Design and Coding
 *   Copyright (C) 1999-2019, Ian Savicky - All rights reserved
 *
 *   Content
 *   Copyright (C) 2007-2019, Steven Cooper - All rights reserved
 *
 *==================================================================
 */

body
{
	background-color: white;
	background-image: url('Images/background.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
}

body, p, blockquote, th, td, li
{
	font-family: Calibri, Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	text-align: justify;
}

h1
{
	/* background-color: #2780b6; */
	color: white;
	font-size: 32px;
}

h2
{
	color: orange;
	font-size: 20px;
}

a
{
	color: maroon;
	text-decoration: underline;
}

a:link, a:visited
{
}

a:hover
{
}

a:active
{
}

.HeadingRow
{
	height: 170px;
}

.MenuColumn
{
	width: 150px;
}

.ContentColumn
{
	width: 850px;
}

.Menu
{
	color: black;
	font-size: 10pt;
	font-weight: bold;
	padding: 3px;
	width: 150px;
}

a.Menu
{
	color: black;
	display: inline-block;
	font-size: 10pt;
	font-weight: bold;
	padding: 3px;
	white-space: nowrap;
	width: 150px;
}

a.Menu:link, a.Menu:visited
{
	text-decoration: none;
}

a.Menu:hover
{
	background-color: orange;
	text-decoration: none;
}

a.Menu:active
{
	text-decoration: none;
}

.Red
{
	color: red;
}

.Footer
{
	color: black;
	font-size: 7pt;
	padding-top: 50px;
}
