@charset "utf-8";
body {
	background-color: #DEDDC9;
	margin-top: 3px;
}
.container {
	border: 0.6em solid #DCDBC7;
	background-color: #DAD9C2;
	padding: 8px;
	vertical-align: middle;
}
.header {
	border-bottom-style: solid;
	border-bottom-width: 0.3em;
	border-bottom-color: #305D0C;
	font-size: 9pt;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header ul {
	text-align: right;
	vertical-align: bottom;
	margin-bottom: 4px;
}
.header li {
	display: inline;
	color: #122104;
	font-weight: bold;
	font-size: 10pt;
}
.header li a {
	text-decoration: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	color: #122104;
	background-color: #CCFF99;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.header li a:hover {
	color: #122104;
	background-color: #FFFF00;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-left: 10px;
}
.page {
	padding: 1em;
	background-color: #FFFFFF;
}
.content {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
}
.content li {
	font-size: 10pt;
	line-height: 13pt;
	padding-bottom: 3px;
}
.content h1 {
	font-family: "Trebuchet MS";
	font-size: 22pt;
	line-height: 24pt;
	letter-spacing: -1pt;
	padding-right: 10px;
	padding-left: 10px;
	color: #595900;
}
.content h2 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 18pt;
	font-variant: normal;
	text-transform: none;
	line-height: 20pt;
	color: #202020;
	padding-right: 10px;
	padding-left: 10px;
}
.content h3 {
	font-size: 12pt;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
	background-color: #f8f8f8;
}
.content hr {
	color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #666600;
	line-height: 13pt;
	border: 1px dotted;
}
.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;
}
.sidebar h3 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCFF99;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-size: 10pt;
	background-color: #f4f4f4;
}
.sidebar ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
}
.sidebar li {
	display: block;
	margin-bottom: 3px;
	padding: 3px;
}
.sidebar a {
	color: #333333;
	font-size: 9pt;
}
.footer {
	color: #888;
	clear: both;
	border-top-width: 0.3em;
	border-top-style: solid;
	border-top-color: #305D0C;
	text-align: center;
	background-color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
}
.footer a {
	color: #666666;
	font-size: 9pt;
}
.highlight {
	background-color: #FFFF66;
}
.thumbnails {
	border: thin solid #CCCCCC;
	padding: 3px;
}
