

TD{ color: "#000000"; font-size: 16px; font-family: arial,  helvetica, sans-serif;}

H1{ color: #559900; font-size: 32px; font-weight: lighter; font-stretch: narrower; font-family: arial,   helvetica; line-height:  140%;}
H2{ color: #559900; font-size: 18px; font-family: arial,  helvetica narrow; line-height:  120%;}
H3{ color: #559900; font-size: 15px; font-family: times narrow, arial helvetica narrow, helvetica; line-height:  120%;}
H4{ color: 559900; font-size: 14px; font-family: arial narrow, arial helvetica narrow, helvetica; line-height:  110%;}
H5{ color: 559900; font-size: 14px; font-family: arial narrow, arial helvetica narrow, helvetica; line-height:  110%;}
H6{ color: 559900; font-size: 12px; font-family: arial narrow, arial helvetica narrow, helvetica; line-height:  100%;}

p.big {line-height: 160%}

a:link{color: #559900; font-weight: bolder; font-size: 13px; text-decoration: none;}

a:active{color: #559900; font-weight: bolder; font-size: 13px; text-decoration: underline;}

a:visited{color: #559900; font-weight: bolder; font-size: 13px; text-decoration: none;}

a:hover{color: #99cc66; font-weight: bolder; font-size: 13px; text-decoration: underline;}


.nav:link{color: #559900; font-weight: bolder; font-size: 12px; line-height:  150%; text-decoration: none;}

.nav:active{color: #559900; font-weight: bolder; font-size: 12px; line-height:  150%;  text-decoration: none;}


.nav:visited{color: #559900; font-weight: bolder; font-size: 12px; line-height:  150%;  text-decoration: none;}

.nav:hover{color: #99cc66; font-weight: bolder; font-size: 12px; line-height:  150%;   text-decoration: underline;}


.nav-small:link{color: #559900; font-size: 12px; text-decoration: none; line-height:  150%; }

.nav-small:active{color: #559900;   font-size: 12px; text-decoration: underline; line-height:  150%; }

.nav-small:visited{color: #559900; font-size: 12px; text-decoration: none; line-height:  150%; }

.nav-small:hover{color: #99cc66;   font-size: 12px; text-decoration: underline; line-height:  150%;  }

.cv-survey-question {  font-family: Arial; font-size: 12px;  font-weight: bold}


*/ LEFT NAV INDENT

.nav-left-indent { margin-left: 10px}




.nav-small-left:link{color: #559900; font-size: 12px; text-decoration: none; line-height:  150%;  margin-left: 10px;}

.nav-small-left:active{color: #559900;   font-size: 12px; text-decoration: underline; line-height:  150%;   margin-left: 10px;}

.nav-small-left:visited{color: #559900; font-size: 12px; text-decoration: none; line-height:  150%;   margin-left: 10px;}

.nav-small-left:hover{color: #99cc66;   font-size: 12px; text-decoration: underline; line-height:  150%;    margin-left: 10px;}




*/ DROPDOWN MENU 

body {
	font-family: arial, helvetica, serif;
}

#dropdown-nav, #dropdown-nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.3;
}

#dropdown-nav a {
	display: block;
	width: 9em;
}

#dropdown-nav li { /* all list items */
	float: left;
	width: 9em; /* width needed or else Opera goes nuts */
}

#dropdown-nav li ul { /* second-level lists */
	position: absolute;
	background: #ffffcc;
	width: 9em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#dropdown-nav li:hover ul, #dropdown-nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}




*/ LEFT DROPDOWN MENU 

body {
	font-family: arial, helvetica, serif;
}

#dropdown-leftnav, #dropdown-leftnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.3;
}

#dropdown-leftnav a {
	display: block;
	width: 9em;
}

#dropdown-leftnav li { /* all list items */
	float: left;
	width: 9em; /* width needed or else Opera goes nuts */
}

#dropdown-leftnav li ul { /* second-level lists */
	position: fixed;
	right: 0px;
	background: #ffffcc;
	width: 12em;
	left: 999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#dropdown-leftnav li:hover ul, #dropdown-nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}






 