@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #475040;
	background-color: #C2C2A7;
	margin:0;
}

.intro {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:22px;
	color: #475040;
}
.sidebar {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #7B7B5C;
}
.footer {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #666666;
}
a {
	color: #254D07;
	text-decoration: none;
}
a:hover {
	color: #5E8A07;
	text-decoration: underline;
}
a.l3nav {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #254D07;
	height: 30px;
	width:250px;
	display:block;
	background-image: url(images/l3nav-bgrnd-off.jpg);
	background-repeat: no-repeat;
	background-position:left;

}
a.l3navSelected {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 30px;
	width:250px;
	display:block;
	color: #000000;
	background-image: url(images/l3nav-bgrnd-on.gif);
	background-repeat: no-repeat;
	background-position:left;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #694B2B;
	padding: 16px;
	background-image: url(images/bgrnd-quote.jpg);
	background-repeat: no-repeat;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
}.subhdr {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8C6226;
	font-weight: bold;
}


	.quoteCredit {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	font-weight: bold;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #998662;
	padding-left: 6px;
}
.sub-subhdr {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323B2A;
	font-weight: bold;
}
.highlight {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #475040;
	font-weight: bold;
	font-style: italic;
}
.callout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	background-image: url(images/callout-bgrnd.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 16px;
}
.callout-credit {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #9A856F;
	font-weight: bold;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CDCCB8;
	padding-left: 6px;
}
