BODY { 
  margin: 2em;
  font-family: arial;

  line-height: 1.1;
  background-color: white;
  color: black;
}

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL { 
  display: block }

B, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN { display: inline }

LI { display: list-item }

P, H1, H2, H3, H4 { margin-top: 1.5em; margin-bottom: 1em}
H5, H6 { margin-top: 1em }
H1, H2 { text-align: left; font-family: Garamond, serif }
H1, H2, H4, H6 { font-weight: normal }
H3, H5 { font-style: italic }

H1 { font-size: 30px }
H2 { font-size: 20px }
H3 { font-size: 16px }

B, H1, H2, H3, H4,H5, H6 {color: #00A4D5}
                                            
h2.central, h1.central { margin-top: 1.5em; margin-bottom:1em; text-align: center; font-family: Garamond, serif } 
h2.indented {margin-left: 3em}
p.footnote {text-align: center; font-size: 0.8em; color: #00A4D5; margin-top: 2.5em}
p.captionbelow {margin-bottom:3em; text-align:center}     /* caption below pictures in gallery */
p.spacebelow {margin-bottom:3em; text-align:justify}  /* extra space below gallery paragraph */
p.wide {margin-left:0; margin-right:0; align:justify}
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

table
{font-size: 14px }


tr.menubar1
{background-color: #2DAFE3; text-align:center}




OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { margin-left: 3em }

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em }

HR { border-top: solid }        /* 'border-bottom' could also have been used */

a:link {    color: #00A4D5}
a:visited { color: #00A4D5}
a:active {  color: #00A4D5}
a:hover {   color: navy}


a.mainlink:link { color: navy; font-size: 14px }
a.mainlink:visited { color: black; font-size: 14px}
a.mainlink:active { color: black; font-size: 14px; font-weight: bold}
a.mainlink:hover { color: black; font-size: 14px; font-weight: bold}


a.footnote:link, a.footnote:visited, a.footnote:active { color: #00A4D5 }
a.footnote:hover {color: navy }

#navtop {text-align: center}


 #navtop h5 {
display: none;
margin: 0; padding: 0;

}

#navtop ul {


padding: 3px 0;
margin-top: 2em;

font: bold 12px Verdana, sans-serif;
}

#navtop ul li {
list-style: none;
margin: 0;
display: inline;

 }

#navtop ul li a {
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;

background: #00A4D5;
text-decoration: none;
}

#navtop ul li a:link {
color: black;
}


#navtop ul li a:visited

{
color: white;
}

#navtop ul li a:link:hover,
#navtop ul li a:visited:hover

{
color: #ccffff;
background: navy;
border-color: #227;
}

#navtop ul li a:current

{
background: white;
border-bottom: 1px solid white;
}



