﻿body
{
	font-family: Trebuchet, Trebuchet MS, arial;
	font-size: 90%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#PageWrapper
{
	width: 987px;
	margin: 0px auto;
}

#PageHeaderArea
{
	width: 100%;
	height: 155px;
	background-image: url(Images/Page/Header.jpg);
	background-repeat: no-repeat;
}

#PageContentArea
{
	width: 937px;
	background-image: url(Images/Page/PageBack.jpg);
	background-repeat: repeat-y;
	padding: 0px 25px 0px 25px;
	border: solid 0px blue;
}

#PageFooterArea
{
	border:solid 0px;
	width: 100%;
	height: 62px;
	background-image: url(Images/Page/Footer.jpg);
	background-repeat: no-repeat;
}


#PageContentTable
{
}

#PageContentLeftArea
{
	width: 308px;
}

#PageContentMainArea
{
	width: 630px;
	border: solid 0px red;
}


.ContentText
{
}

.BulletTD
{
	padding-top: 4px;
	width: 20px;
}



#MainNavigationArea
{
	margin-left: 2px;
	border: solid 0px green;
	text-align: right;
	width: 996px;
	height: 31px;
}

.MainMenuItem
{
	cursor: hand;
}


.CopyrightText
{
	padding-left: 25px;
	color: White;
	font-size: 75%;
}


.FooterLink
{
	font-size: 85%;
	color: #676767;
}

a.FooterLink:link
{
	font-size: 85%;
	color: #676767;
	text-decoration: none;
}

a.FooterLink:visited
{
	font-size: 85%;
	color: #676767;
	text-decoration: none;
}
a.FooterLink:Active
{
	font-size: 85%;
	color: #676767;
	text-decoration: none;
}
a.FooterLink:hover
{
	font-size: 85%;
	color: #676767;
	text-decoration: underline;
}


.LinksItemTitle
{
	font-weight: bold;
}

.LinksItemUrl
{
	color: #611207;	
}

.Testimonial_Name
{
	font-weight: bold;
	font-size: 110%;
}

.Testimonial_Bio
{
	font-weight:normal;
	font-size: 100%;
}

.Testimonial_Message
{
	font-weight:normal;
	font-size: 100%;
	color: #758b93;
	 font-style:italic;
}
