/*	#maintable - controls the main content table and all cells within it  */

BODY
{
	background-color: #E9E3B5;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-family:Tahoma;
	font-size:11px;
	color: #776B64;
}

.MList
{
	background-image: url(../resources/images/maillist_bg.gif);
	background-repeat: no-repeat;
}

.InputBox
{
	border: solid 1px #E5E5E5;
	width: 200px;
	height: 15px;
	font-family:Tahoma;
	font-size:11px;
	color: #979797;
}

.ErrMsg
{
	color: #FF0000;
}

.SubmitButton
{
	border: solid 1px #E5E5E5;
	font-family:Tahoma;
	font-size:11px;
	color: #979797;
	background-color: #FFFFFF;
}

.MailHeading
{
	color: #979797;
}
.HomeMainImage
{
	background-image: url(../resources/images/home_image.gif);
	background-repeat: no-repeat;
}

.PhilosophyMainImage
{
	background-image: url(../resources/images/philosophy_image.gif);
	background-repeat: no-repeat;
}

.HTextContent
{
	background-color: #E9E3B5;
	padding: 25px 55px 40px 20px;
	color: #776B64;
}

.ITextContent
{
	background-color: #E9E3B5;
	padding: 25px 20px 40px 20px;
	color: #776B64;
}

.HomeImage
{
	background-color: #F1EFDF;
	padding: 37px 0px 40px 20px;
}

.Gradient
{
	background-image: url(../resources/images/gradient.jpg);
	background-repeat: no-repeat;
	padding: 30px 0px 0px 20px;
	color: #FFFFFF;
}

.TableContent
{
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

.ContentHeading
{
	background-color: #F1EFDF;
	padding: 32px 0px 14px 20px;
}

.CurrentLink
{
	color: #796154;
	font-weight:bold;
	text-decoration: none;
}

.EmailLink
{
	color: #776B64;
}

.Link
{
	color: #BC9A88;
	font-weight:bold;
	text-decoration: none;
}

.ImgBorder
{
	border: solid 1px #D5C2A1;
	padding: 2px;
}

.ImgThumb
{
	border: solid 1px #D5C2A1;
	padding: 2px;
	margin: 0px 5px 5px 0px;
}
.GalleryColumn
{
	padding-top: 85px;
}

.Paging
{
	color: #776B64;
	text-decoration: none;
}

.CPage
{
	color: #776B64;
	text-decoration: none;
	font-weight:bold;
}