a {
	color: #006600;
	white-space: nowrap;
}

a:hover {
	color: #009900;
}

a:visited {
	color: #336633;
}

a.nav {
	border-top: 1px solid #006600;
	border-left: 1px solid #006600;
	border-right: 1px solid #006600;
	color: #006600;
	display: block;
	font-size: 95%;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 2px;
	position: relative;
	top: 2px;
	text-decoration: none;	
}

a.nav:hover {
	color: white;
	background: #006600;
}

a.nav_current {
	background: #006600;
	border-top: 1px solid #006600;
	border-left: 1px solid #006600;
	border-right: 1px solid #006600;
	color: white;
	cursor: default;
	display: block;
	font-size: 95%;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 2px;
	position: relative;
	top: 2px;
	text-decoration: none;	
}

a.nav_current:hover {
	color: white;
}

body {
	font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
	margin-left: 50px;
	margin-right: 30px;
	margin-top: 40px;
}

div.externalLinkHeading {
	font-size: 80%;
	font-weight: bold;
}

div.nav {
	border-bottom: 1px solid #006600;
	margin: 0px;
	padding: 2px;
	position: relative;
	text-align: right;
	top: -27px;
	white-space: nowrap;
}

hr {
	clear: both;
	color: #006600;
	height: 1px;
	margin-top: 40px;
	margin-bottom: 40px;
}

img.nav {
	left: -2px;
	position: relative;
}

img.picture {
	float: left;
	margin-bottom: 5px;
	margin-right: 20px;
	padding: 0px;
	position: relative;
	top: 5px;
}

p {
	font-size: 80%;
	line-height: 150%;
	margin-bottom: 1em;
	margin-top: 0px;
}

p.caption
{
	clear: both; 
	float: left; 
	font-size: 70%;
	padding: 0px;
}

p.lead {
	font-size: 95%;
	font-weight: bold;
}

span {
	font-size: 80%;
}

table.nav {
	border-bottom: 1px solid #006600;
	margin-bottom: 40px;
}

td.nav {
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
