

BODY { 
  margin-top: 0em; margin-left:2em;
  font-family: arial;

  line-height: 1.1;
  background-color: white;
  color: black;
  font-size: 16px;
}

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: rockwell }
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: #1b00c1}
                                            
h2.central, h1.central { margin-top: 1.5em; margin-bottom:1em; text-align: center; font-family: rockwell } 

p.footnote {text-align: center; font-size: 0.8em; color: #00A4D5; margin-top: 2.5em}

p.redbold {color: red }


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}



th {
text-align: left;
padding: 1em 1.5em 0.1em 0.5em;
color: white;
background-color: blue;
border-right: 2px solid blue;  }

.secondrow th {
background-color: #009; }

td {
background-color: #cccccc; }

OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */

LI { margin-left: 3em }

.yellow {color:#ffd700; font-weight:bold}
.purple {color:purple; font-weight:bold}
.blue {color:blue; font-weight:bold }
.red {color:red; font-weight:bold}
.lime {color:lime; font-weight:bold}
.aqua {color:aqua; font-weight:bold}
.green  {color:green; font-weight:bold}
.grey   {color:gray; font-weight:bold}





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: blue; font-weight:bold}
a:visited { color: purple; font-weight:bold}
a:active {  color: red; font-weight:bold}
a:hover {   color: red; font-weight:bold}





p.footnote {color: navy}
a.footnote:link, a.footnote:visited, a.footnote:active { color: navy }
a.footnote:hover {color: navy }

   #navtop ul
 {
 padding-left: 0;
 margin-left: 0;
 background-color: #1b00c1;
 color: White;
 float: left;
 width: 100%;
 font-family: arial, helvetica, sans-serif;
 font-size:small;
 font-weight:bold;
 }

 #navtop ul li { display: inline; }

 #navtop ul li a
 {
 padding: 0.2em 1em;
 background-color: #1b00c1;
 color: White;
 text-decoration: none;
 float: left;
 border-right: 1px solid #fff;
 }

 #navtop ul li a:hover
 {
 background-color: #ff0000;
 color: #fff;
 }


 #navbot ul
 {
 padding-left: 0;
 margin-left: 0;
 background-color: #1b00c1;
 color: White;
 float: left;
 width: 100%;
 font-family: arial, helvetica, sans-serif;
 font-size:small;
 font-weight:bold;
 }

 #navbot ul li { display: inline; }

 #navbot ul li a
 {
 padding: 0.2em 1em;
 background-color: #1b00c1;
 color: White;
 text-decoration: none;
 float: left;
 border-right: 1px solid #fff;
 }

 #navbot ul li a:hover
 {
 background-color: #ff0000;
 color: #fff;
 }
