﻿body
{
	margin:0px;
	padding:0px;
	font-family: Lucida Sans, Arial Arial Narrow, Arial;
	font-size: 11px;
	color: black;
}

form
{
	width:780px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

html
{
	/*Allows scrollbars to remain off unless needed. IE seems to default to scrollbars on.*/
	overflow:auto;
}

.HomeText
{
}

H1
{
	font-size: 19px;
	color: #592e0d;
	margin-top:15px;
}

H2
{
	font-size: 16px;
	color: #A35212;
}

H3
{
	font-size: 14px;
	color: #C48D3F;
}

A:link
{
	color: #B88238;
	text-decoration: underline;
}
	
A:visited
	{
	color: #A35212;
	text-decoration: underline;
}
	
A:hover
	{
	color: #592E0D;
	text-decoration: underline;
}	
	
/**************** Contact Page Style *****************/

.moduleContact
{
}

.tblContact
{
	margin-left:10px;
}

.tblContact td 
{
	height:10px;
	line-height:9px;
}

.tblContact td.ContactLabel
{
	padding-right:10px;
}

/*  ---------------------- Footer ---------------------- */
.FooterCopyright
{
	font-size:10px;
	color: black;
}

A:link.Footer
{
	font-size: xx-small;
	color: #b77415;
}
	
A:visited.Footer
{
	font-size: xx-small;
	color: #d9ac26;
}
	
A:hover.Footer
{
	font-size: xx-small;
	color: #713911;
	text-decoration: underline;
}	

/*----------- Layout --------------*/
.divHeader
{
	width:100%;
	margin-bottom:20px;
}

.divLeftContent
{
	width:280px;
	overflow:hidden;
}

.divContentArea
{	
	width:740px;
	margin-left:25px;
	margin-right:15px;
	height:auto;
	min-height:300px;
	overflow:hidden;
}

.tblFooter
{
	width:100%;
}

.iFooter
{
	margin-top:20px;
}
