﻿/* CSS layout */
html{
height: 100%;
	}
body {
    background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
    text-align:center;
    padding: 0; 
    margin: 0 auto; 
	margin-top: 0; 
	height:100%;
	min-height: 100%; 
	background-color: #B48952;
}
#DivContainer{
width:780px;
margin: 0 auto;
height:100%;
background-color:white;
}
.Header{
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#808080;
	padding-bottom:5px;
	line-height:21px;
	text-align:left;
}
.SubHead{
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#999999;
	padding-bottom:5px;
	line-height:21px;
}
.Testimonials{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	text-align:left;
	color:Maroon;
	line-height:21px;
}
.TpText {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	padding-right:20px;
	padding-left:20px;
	text-decoration:none;
}
.BoxText {
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999999;
}
.BoxHead {
	font-family:Times New Roman, Times, serif;
	font-size: 19px;
	color:#cccccc;
	font-weight:bold;
	padding-bottom:5px;
	letter-spacing:-1px
}
A.TpLink {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color:#ffffff;
	padding-right:20px;
	padding-left:20px;
	text-decoration:none;
}
A.TpLink:hover {

	color:#000000;
	text-decoration:none;
}
A.TpLinkAct {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color:#FFCEE6;
	padding-right:20px;
	padding-left:20px;
	text-decoration:none;
}
A.TpLinkAct:hover {

	color:#000000;
	text-decoration:none;
}

A.SubLink{
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#BE0058;
	text-decoration:none;
	padding-bottom:5px;
	line-height:21px;
}
A.SubLink:HOVER{

	color:#999999;

}

A.BoxLink{
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#BE0058;
	text-decoration:none;
	padding-bottom:5px;
	line-height:21px;
}
A.BoxLink:HOVER{

	color:#999999;

}

