* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
sup {
   line-height: 100%;
   vertical-align: top;
   font-size: 9px; 
}

a:link {
	color: #77903a;
	text-decoration: none;
}
a:visited {
	color: #77903a;
	text-decoration: none;
}
a:hover {
	color: #77903a;
	text-decoration: underline;
} 
a:active {
	color: #77903a;
	text-decoration: none;
}

#leftnav {
	line-height:130%;
	padding:20px 10px 10px 10px;
	background:#e3eba7;
}
#content {
	background:#ffffff;
	padding:10px 0px 10px 10px;
}
table.footer {
	background:#e3eba7;
}
td.footer {
	font-size:10px;
	color: #77903a;
	padding:10px;
}

#footer, .footer a {
	color: #77903a;
}

p:first-child, p.first-child {
	margin-top:0;
}

p:last-child, p.last-child {
	margin-bottom:0;
}

a.leftNavLinks:link, a.leftNavLinks:visited, a.leftNavLinks:active {
	font-size: 12px;
	font-style:italic;
	color: #77903a;
	text-decoration: none;
}
a.leftNavLinks:hover {
	font-size: 12px;
	font-style:italic;
	color: #77903a;
	text-decoration:underline;
}

.headline {
	font-size: 20px;
	font-weight: bold;
	color: #77903a;
}
.headline2 {
	font-size: 16px;
	font-weight: bold;
	color: #77903a;
	text-decoration: none;
}
.captionLarge {
	color: #77903a;
	font-style: italic; 
	font-size: 12px;
	line-height: normal;
}
.caption {
	color: #77903a;
	font-style: italic; 
	font-size: 10px;
	line-height: normal;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #77903a;
}
.nobr {
	white-space: nowrap;
}
.PhoneNumber {
	white-space: nowrap;
	font-weight:bold;
}
.footnote {
	font-size: 10px;
}
.calloutBoxPurple {
	padding:10px;
	color: #78496a;
	border:#78496a;
	border:groove;
	background:#f8f3f6;
}
.calloutHeaderPurple {
	font-size: 14px;
	font-weight: bold;
	color: #78496a;
}
.calloutBoxOrange {
	padding:10px;
	color: #ea7f1e;
	border:#ea7f1e;
	border:groove;
	background:#ffeeda;
}
.clearfix:after { /* clear floats */
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;}
/* hide from ie-mac \*/
.clearfix {display:block;}
/* end hide from ie mac */
.clearfix {display:inline-block;}
