﻿#page {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 1;
}
#subtitle {
	position: absolute;
	top: 89px;
	left: 463px;
	border: 0px;
	z-index: 4;
}
#popitmenu{
	position: absolute;
	background-color: #77923A;
	border:1px solid black;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
}
#popitmenu a{
	text-decoration: none;
	padding-left: 6px;
	color: black;
	display: block;
}
#popitmenu a:hover{
	background-color: #CCFF9D;
}

body,td,th {
	font-family: Trebuchet, "Trebuchet MS", Verdana, sans-serif;
	font-size: 10pt;
	color: #000000;
}


h1 {
	font-size: 16pt;
	padding: 10px 0px 0px 0px;
}
h2 {
	font-size: 13pt;
}
a.blurbTitle {
	font-family: Trebuchet, "Trebuchet MS", Verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #476D80;
}
a.blurbTitle:hover {
	font-family: Trebuchet, "Trebuchet MS", Verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #0000CC;
}
.blurbBody {
	font-family: Trebuchet, "Trebuchet MS", Verdana, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.pageIntro {
	font-family: Trebuchet, "Trebuchet MS", Verdana, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #000000;
	padding: 0px 50px 0px 50px;
}
.caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 15px;
}
.thumbLeft {
	border: none;
	margin-right: 8px;
	margin-top: 5px;
}