body { 
background: white;
font-size: 10pt;
font-family: Verdana, Helvetica, sans-serif; /* has no effect NS */
margin: 0px;
color: black; /* has no effect in NS */
}


/* all links in black and underlined by default */
A {
color: black;
text-decoration: underline;
}

P {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10pt;
color: black;
}


UL, LI, DL, DT, DD, TH, TD {
font-size: 10pt;
font-family: Verdana, Helvetica, sans-serif;
color: black;
}

H1, H2, H3, H4, H5, H6 { 
font-family: Verdana, Helvetica, sans-serif;
font-weight: bold; 
color: black;
}

H1 { 
font-size: 18pt;
text-align: left;
}

H2 { font-size: 14pt;
     margin-top: 0px; 
     margin-bottom: 0px;}
H3 { font-size: 11pt; }
H4 { font-size: 10pt; }

/* highlight a link when mouse hovers over it */
A:hover {
color: red;
text-decoration: underline;
}

/* list items on site index page */

.sitelist {
font-weight: bold;
/*margin-left: -20pt;*/
list-style: none;
margin-left: 1em;
padding-left: 1em;
}

.siteitem {
font-weight: normal;
/*margin-left: -20pt;*/
list-style: none;
margin-left: 1em;
padding-left: 1em;
}

.listitem {
font-weight: normal;
list-style: none;
/*
margin-left: 1em;
padding-left: 1em;
*/
}

/* main site navigation links in header panel */

.panel {
font-size: 10pt;
font-weight: bold;
color: black;
}

.panel A:link, .panel A:visited, .panel A:active {
color: black;
text-decoration: none;
}

.panel A:hover {
color: red;
text-decoration: underline;
}

/* left panel and navigation links */

.leftpanel {
background: silver;
/*background: url(http://Zope/images/go.gif) gray 50% repeat fixed;*/
font-size: 10pt;
font-weight: bold;
color: black;
/*padding-left: 0.5em;*/
}

.leftpanel A:link, .leftpanel A:visited, .leftpanel A:active {
color: black;
text-decoration: none;
}

.leftpanel A:hover {
color: red;
text-decoration: underline;
}

/* main site navigation links in footer panel */

.footerpanel {
background: silver;
font-size: 10pt;
font-weight: bold;
color: black;
/*padding-left: 0.5em;*/
}

.footerpanel A:link, .footerpanel A:visited, .footerpanel A:active {
color: black;
text-decoration: none;
}

.footerpanel A:hover {
color: red;
text-decoration: underline;
}

.footernav {
font-size: 10pt;
font-weight: normal;
color: black;
}

.footercopy {
font-size: 10pt;
font-weight: normal;
color: black;
}

/* navigation path to current page in header panel */

.path {
font-size: 8pt;
font-weight: bold;
color: black;
}

.path A:link, .path A:visited, .path A:active {
color: black;
text-decoration: none;
}

.path A:hover {
color: red;
text-decoration: underline;
}

/* navigation links in left panel */

.nav {
font-size: 10pt;
font-weight: normal;
color: black;
}

.nav A:link, .nav A:visited, .nav A:active {
color: black;
text-decoration: none;
}

.nav A:hover {
color: red;
text-decoration: underline;
}

.navitem {
}

.navtitle {
font-size: 10pt;
font-weight: bold;
}

.navhome {
font-size: 10pt;
font-weight: bold;
}

# panel rounded edges
.imgtop {
background: #c8deff;
color: white;
float: right;
border: 0;
align: top;
}

.imgbottom {
background: #c8deff;
color: white;
float: right;
border: 0;
align: bottom;
}

/* photograph text styles */

.photoCaption {
font-size: 10pt;
font-weight: normal;
color: black;
}

.photoDetail {
font-size: 8pt;
}

.footnote {
font-size: 8pt;
color: black;
}

.searchinput {
font-size: 10pt;
font-weight: normal;
}

.buttontext {
font-size: 8pt;
font-weight: normal;
font-weight: bold;
}

/* search result style */
.search {
font-size: 10pt;
font-weight: normal;
/*margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;*/
}

/* search result link style */
.search A:link, .search A:visited, .search A:active {
/*color: black;*/
text-decoration: none;
}

.search A:hover {
color: red;
text-decoration: underline;
}

/* indent  a paragraph of text--blockquote */
.indent {
margin-left: 1em;
padding-left: 1em;
}

/* caption for maps */
.mapCaption {
font-size: 10pt;
font-weight: normal;
}

/* caption for maps */
.osCopyright {
font-size: 8pt;
font-weight: normal;
}

/* report/paper references */
.reftitle {
font-weight: bold;
}

.refdesc {
font-weight: normal;
}

.acro {
font-size: 8pt;
}

/* description sections */
.ltitle {
font-weight: bold;
}

.ldesc {
font-weight: normal;
}

/* photo page selection buttons */
.page A:link, .page A:visited, .page A:active {
color: black;
text-decoration: none;
}

.pagesel A:link, .pagesel A:visited, .pagesel A:active {
color: black;
text-decoration: none;
}

.page A:hover {
color: red;
text-decoration: underline;
}

.pagesel A:hover {
color: red;
text-decoration: underline;
}

.page {
font-size: 8pt;
font-weight: normal;
color: black;
background-color: white;
text-decoration: none;
}

.pagesel {
font-size: 10pt;
font-weight: bold;
color: black;
background-color: white;
text-decoration: none;
}

.pagebd A:link, .pagebd A:visited, .pagebd A:active {
color: black;
text-decoration: none;
}

.pagebd A:hover {
color: red;
text-decoration: underline;
}

.pagebd {
font-size: 10pt;
font-weight: normal;
color: black;
background-color: white;
text-decoration: none;
}


