/* CSS Document */
body {
	background: #404040;
	color: #eee;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 79%;
	line-height: 1.5em;
	margin: 0;
	padding: 0
}

p{
	background: transparent;
	color: #eee;
	margin-bottom: 20px
}

.bold{
	font-weight: 600;
}

a:link, a:visited {
	background: transparent;
	color: #aeb793;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a:hover {
	background: #777;
	color: #a7af87
}


h2 {
	background: transparent;
	color: #fbb03a;
	font-family: Verdana, sans-serif;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: .3em;
	margin-left: 10px;
	padding-bottom: 20px;
	padding-top: 30px
}

h3 {
	background: transparent;
	color: #fcc36d;
	font-family: Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .3em;
	padding-bottom: 25px;
	padding-top: 20px
}

img{
	border: none
}

.imgleft{
	float: left;
	padding-right: 20px
}

.Normal-C {
	background: transparent;
	color: #fff;
	font-size: 90%;
	line-height: 1.13em
}

.Normal-C0 {
	background: transparent;
	color: #fff;
	font-size: 85%;
	line-height: 1.25em
}

.Normal-C1 {
	background: transparent;
	color: #fff;
	font-size: 80%;
	line-height: 1.25em
}

.Normal-C2 {
	background: transparent;
	color: #fff;
	font-size: 79%;
	line-height: 1.33em
}

.Normal-C3 {
	font-size: 12.0pt;
	line-height: 1.19em
}

.boldnametestimonial{
	font-weight: 600;
	font-size: 84%;
	color: #fcc36d;
}

.txtnavbar {
	position: absolute; 
	text-decoration: none
}

.txtnavbaritem {
	font-weight: bolder;
	left: 744px;
	letter-spacing: .3em;
	margin-bottom: -12px;
	padding-left: 10px;
	padding-top: 5px;
	position: absolute;
	text-align: left;
	text-decoration: none;
	width: 148px
}

.envelope-return-C, .Normal-C4 {
	background: transparent;
	color: #fff;
	font-family: "Arial", sans-serif;
	font-size: 9.8pt;
	line-height: 1.23em
}

.envelope-return-P, .Normal-P {
	font-weight: 100;
	margin: 0.0pt 0.0pt 0.0pt 0.0pt;
	text-align: left
}

.click {
	background: transparent;
	color: #fbb03a;
	font-size: 85%;
	font-weight: 600
}

/*
.Normal-C2, .Normal-C3, .Normal-C5, .Normal-C0, .Normal-C1 {
	color: #fff;
	font-family: "Verdana", sans-serif;
	font-size: 9.8pt;
	line-height: 1.23em
}
*/
.centerstuff{
	margin: 0 auto;
	text-align: center
}

/* this class should be placed on a div or break element 
and should be the final element before the close of a 
container that should fully contain a float  
IE: <br class="clearfloat" /> 
*/
.clearfloat {
	background: #e5ecdf;
	clear: both;
	color: #fff;
	height: 0;
	line-height: 0
}

