body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #D4C790;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 26px;
	color: #8F111D;
	white-space: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 26px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
h3 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 20px;
	color: #990000;
	margin: 0px;
	font-weight: normal;
}
.maintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
	font-weight: normal;
	line-height: 16px;
}
.testimonialheadside {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}

.testimonialtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #666;
}
a.linkclass1 {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	}
a.linkclass1:hover {	
    font-family: "Trebuchet MS";
	font-size: small;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	}
a.linkclass2 {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	}
a.linkclass2:hover {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: normal;
	color: #CE7068;
	text-decoration: none;
	}
.sidecellbg {
	background-color: #D6C68F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.sidecelledge {
	border: 1px dotted #D0726A;
}
.topheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
.images {
	padding: 5px;
	border: 1px solid #999999;
}
hr {
	color: #CCCCCC;
	white-space: pre;
	margin: 0px;
	padding: 0px;
	list-style-type: square;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
.notes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #006699;
}
.bgh {
	background-image: url(images/house.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.whiteedge {
	border: 1px solid #FFFFFF;
}
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:13px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	}
.menu ul{
	height:33px;
	list-style:none;
	margin:0;
	padding:0;
	background-color: #333;
	}
	.menu li{
	float:left;
	padding:0px;
	list-style-type: none;
	width: 154px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #8F8F8F;
		}

	.menu li a{
	color:#FFFFFF;
	display:block;
	font-weight:normal;
	line-height:33px;
	margin:0px;
	padding:0px 15px;
	text-align:center;
	text-decoration:none;
	background-color: #333;
	background-image: url(images/seperator.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
		}
		.menu li a:hover, .menu ul li:hover a{
	color:#FFF;
	text-decoration:none;
	background-color: #C66763;
			}

	.menu li ul{
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:1px dotted #333;
	position:absolute;
	width:225px;
	z-index:200;
	background-color: #D6C68F;	/*top:1em;
	/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
	background:none;
	color: #333;		
		}
	.menu li ul a{
	display:block;
	height:28px;
	font-size:13px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#333;
	text-decoration:none;
	background-color: #EAE1C6;
			}	
