﻿body 
{
	background-color: White;
	font-family: Calibri, Tahoma, Verdana, Arial;
	padding: 0px;
	margin: 0px;	
}

.MainContent
{
	width: 820px;
	margin: 0 auto;
}

.MainContentTable
{
	width: 820px;
}

.MainContentLeftCell
{
	width: 21px;
	background-color: White;
	background-image: url('../../Images/LeftBorder.gif');
	background-repeat: repeat-y;
}

.MainContentRightCell
{
	width: 21px;
	background-color: White;
	background-image: url('../../Images/RightBorder.gif');
	background-repeat: repeat-y;
}

.MainContentCell
{
	background-color: #FAF0E0;	
}

.LargeQuote
{
	font-family: Book Antiqua, Times New Roman, Arial;
	font-size: 15pt;
	color: #47200A;
	text-align: center;
}
.QuoteSignature
{
	font-family: Book Antiqua, Times New Roman, Arial;
	font-size: 10pt;
	color: #47200A;
	text-align: center;
}
.TipTitle
{
	font-family: Book Antiqua, Times New Roman, Arial;
	font-size: 14pt;
	font-variant: small-caps;
	color: #47200A;
	text-align: left;
	text-decoration: underline;
}
.TipContent
{
	font-family: Book Antiqua, Times New Roman, Arial;
	font-size: 12pt;
	color: #47200A;
	text-align: left;
}
h1
{
	background-image: url('../../Images/HeadingBackground.gif');
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #50230A;
	color: White;
	font-family: Book Antiqua, Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	font-variant: small-caps;
	text-align: center;
	margin: 0px;
}

/* START SITE HEADER STYLES */
.CallUsCenterCell
{
	background-color: #282820;
	font-family: Arial, Tahoma, Verdana, Blue Highway, Calibri;
	font-weight: bold;
	font-size: 9pt;
	letter-spacing: 2px;
	color: White;  
	text-align: center;
	padding: 5px;
}

.LogoBannerCenterCell
{
	background-image: url('../../Images/LogoBannerBackground.gif');
	background-repeat: repeat-x;
	background-color: #E6DDCE;
	text-align: center;
}

.MainNavigationCenterCell
{
	background-color: #282820;
	background-image: url('../../Images/NavBarBackground.gif');
	background-repeat: repeat-x;
	text-align: center;
	height: 43px;
	border-bottom: solid 1px White;
	padding-left: 5px;
	padding-right: 5px;
}

.MainNavMenu
{
	
	margin: 0 auto;
}

.MainNavMenuGroup
{
	
}

.NavMenuItem
{
	cursor: hand;
}

.NavMenuItemHover
{
	cursor: hand;
}

.NavMenuSeperatorItem
{
	
}
/* END SITE HEADER STYLES */

/* START SITE FOOTER STYLES */
.FooterCell
{
	background-color: #282820;
	font-family: Arial, Tahoma, Verdana, Blue Highway, Calibri;
	font-weight: normal;
	font-size: 8pt;
	color: White;  
	text-align: center;
	padding: 7px;
}
.FooterLink
{
	font-family: Arial, Tahoma, Verdana, Blue Highway, Calibri;
	font-weight: normal;
	font-size: 8pt;
	color: White;  
	text-decoration: none;
}
.FooterLink:Hover
{
	text-decoration: underline;
}
/* END SITE FOOTER STYLES */

/* START HOME PAGE HEADER STYLES */
.TopOfMainHomeImageCell
{
	padding: 0px;
	margin: 0px;
	border-top: solid 1px #47200A;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
	margin: 0px;
}
.MainHomeMainImageLeftCell
{
	height: 186px;
}
.RotatingImageCell
{
	background-color: #282820;
}

.MainImageCell
{
	height: 186px;
}
.HomePageDescriptionTopLeftCell
{
	background-color: #282820;
}
.HomePageDescriptionMainCell
{
	background-color: #282820;
	padding: 17px;
	color: White;
	font-family: Book Antiqua, Calibri, Tahoma, Verdana, Arial;
	font-size: 10pt;
	text-align: left;
}
.HomePageDescriptionRotatingBottomCell
{
	background-color: #282820;	
}
/* END HOME PAGE HEADER STYLES */

/* START INFO REQUEST FORM STYLES */
.InfoRequestFormTable
{
	width: 325px;
	text-align: left;
	border: solid 1px #4C230C;
}
.InfoRequestFormHeaderCell
{
	background-color: #4C230C;
	color: White;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.InfoRequestFormDescriptionCell
{
	font-size: 8pt;
	padding: 5px;
}
.InfoRequestFormLeftCell
{
	width: 200px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.InfoRequestFormRightCell
{
	padding-right: 10px;
	padding-bottom: 5px;
}
/* END INFO REQUEST FORM STYLES */