﻿html
{
	overflow-y: scroll;
}

body
{
	padding: 0px;
	margin: 0px;
	background: #EDEDED url(/Images/Background/Background.gif);
	color: #000;
	font-family: Century Gothic;
	font-size: 14px;
}

a img { border: 0px; }

a { color: Red; }

img.bordered { border: solid 2px #000; }
img.floatRight { float: right; }
img.floatLeft { float: left; }

table.mainSite
{
	position: relative;
	top: 10px;
	border-collapse: collapse;
	margin: auto;		/* this centers the main table */
	width: 930px;
	max-width: 930px;
	margin-bottom: 10px;
	text-align: justify;
}

h1
{
	font-family : Century Gothic;
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
}

/* Header Styles */

td.pageHeader 
{
	padding: 0px;
	margin: 0px;
	font-family : century Century Gothic;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
 }

td.pageBody
{
	vertical-align: top;
}

td.content
{
	width: 100%;
	height: 100%;
	background: #FFF;
}

table.headerContent
{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
}

table.bodyContent
{
	width: 100%;
	height: 500px;
}

.ServiceHeader
{
	color: #8c4322;
	font-family: Monotype Corsiva;
	font-size: 20px;
	font-weight:bold;
}

tr.altRow { background: #E4E4E4; }

/* End Header Styles */

/* Footer Styles */

td.pageFooter
{
	color: #999;
	text-align: center;
	vertical-align: middle;
	padding: 9px 10px 11px 10px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
}

a.footerLink { color: #A1A1A1; text-decoration: none; }
a.footerLink:hover { text-decoration: underline; }
a.footerLinkWhite { color: #FFF; text-decoration: none; }
a.footerLinkWhite:hover { text-decoration: underline; }

/* End Footer Styles */

.fontStandout
{
	color: #FD8A1F;
}

img.center
{
	display: block;
	margin: auto;
}

.center
{
	text-align: center;
}

.heading
{
	font-size: 18px;
}
