a:link				{color: #007800; font-weight: stronger; text-decoration: none;}
a:active			{color: #007800; font-weight: stronger; text-decoration: none;}
a:visited			{color: #007800; font-weight: stronger; text-decoration: none;}
a:hover				{color: #780000; font-weight: stronger; text-decoration: underline;}

a:link.footer		{color: #9fd462; text-decoration: none; font-weight: normal;}
a:active.footer		{color: #9fd462; text-decoration: none; font-weight: normal;}
a:visited.footer	{color: #9fd462; text-decoration: none; font-weight: normal;}
a:hover.footer		{color: #FFFFFF; text-decoration: underline; font-weight: normal;}

a:link.white		{color: #FFFFFF; text-decoration: none;}
a:active.white		{color: #FFFFFF; text-decoration: none;}
a:visited.white		{color: #FFFFFF; text-decoration: none;}
a:hover.white		{color: #FFFFFF; text-decoration: underline;}

p	{
	text-align: justify;
	font-size:	8pt;
	}

BODY
	{
	margin:		10px 0px 0px 0px;
	background:	#000000;
	font-size:	10pt;
	font-family:verdana, helvetica, arial;
	color:		#000000;
	}
td
	{
	font-size:	10pt;
	}

.fineprint
	{
	font-size: 7pt;
	}
H1
	{
	font-size: 18pt;
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
H2
	{
	font-size: 12pt;
	color:#ffffff;
	margin:0px 0px 0px 0px;
	padding: 2px;
	background-color:#5a7837;
	background-image: url(Images/h2_bg.jpg);
	background-repeat:repeat-y;
	}
H3
	{
	font-size: 10pt;
	color:#5a7837;
	margin:0px 0px 0px 0px;
	padding: 2px;
	border-bottom:1px dotted #5a7837;
	}
H4
	{
	font-size:		8pt;
	font-weight:	normal;
	color:			#5a7837;
	margin:			0px 0px 0px 0px;
	padding:		2px;
	border-left:	1px dotted #5a7837;
	border-top:		1px dotted #5a7837;
	}
H5
	{
	font-size:		8pt;
	font-weight:	normal;
	color:			#5a7837;
	margin:			0px 0px 0px 5px;
	}
H6
	{
	font-size:		8pt;
	margin:			0px 10px 0px 0px;
	padding:		0px 0px 0px 0px;
	font-weight:	normal;
	}

.footer		{font-size: 9px; font-family: verdana, helvetica, arial; color: #78a04a;}

li.secondary
	{
	font-size: 10pt;
	}
.staffpic
	{
	float:				right;
	width:				200px;
	height:				200px;
	margin:			0px 0px 0px 10px;
	padding:		0px 0px 0px 0px;
	}
.staffthumb
	{
	width:				50px;
	height:				50px;
	border:				1px solid #5a7837;
	}
.staffthumbl
	{
	float:				left;
	width:				75px;
	height:				75px;
	padding-right:		10px;
	}
.staffthumbr
	{
	float:				right;
	width:				75px;
	height:				75px;
	padding-left:		10px;
	}
.leftpic
	{
	float:				left;
	padding:			0px 10px 10px 0px;
	}
.rightpic
	{
	float:				right;
	padding:			0px 0px 10px 10px;
	}
.picthumb
	{
	width:				100px;
	height:				66px;
	}
.contactpic
	{
	width:				100px;
	height:				100px;
	padding:			10px;
	}
td#notice {
	background-color:	#9fd462;
	}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #101010;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 10pt;
letter-spacing: 5px;
line-height: 1.1em;
color: #9fd462;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}