.links 
{ 
text-decoration: none; 
font-family: Helvetica, sans-serif; 
font-size: 9pt; 
color: teal;
}
.links:hover { background: cyan; }
.links:visited { color: pink; }
BLOCKQUOTE 
{ 
  margin-left: 60%;
  font-family: sans-serif;
  font-style: italic;
  line-height: 0em;
}
.tablecolor
{
  color: ghostwhite;
  font-size: 14pt;
  font-family: sans-serif;  
}
.title
{
  color: 2E8B57;
  font-size: 32pt;
  text-align: center;
  font-family: sans-serif;  
}
.break
{
  background-color: 2E8B57;
}
.subtitle
{
  color: 2E8B57;
  font-size: 20pt;
  text-align: center;
  font-family: sans-serif;  
}
.tabletitle
{
  color: 77DD77;
  font-size: 20pt;
  text-align: center;
  font-family: sans-serif;  
}
.highlight
{
  color: 2E8B57;
  font-size: 18pt;
  font-family: sans-serif;  
}
.details
{
  color: ADDFAD;
  font-size: 14pt;
  font-style: italic;
  font-family: sans-serif;  
}
.checks
{
  color: 77DD77;
  font-size: 14pt;
  font-style: italic;
  font-family: sans-serif;
}
.content
{
  color: ghostwhite;
  font-size: 14pt;
  font-family: sans-serif;
  font-style: none;
}
.copyright
{
  color: ghostwhite;
  font-size: 10pt;
  font-family: sans-serif;
}


.exampleTitle
{
  color: ghostwhite;
  font-size: 18pt;
  font-family: sans-serif;
  margin-left: 10%;
  margin-right: 70%;
  background-color: 2E8B57;
  line-height: 1em;
  margin-bottom: 0em;
  padding-left:10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.quoteTitle
{
  color: ghostwhite;
  font-size: 14pt;
  font-family: sans-serif;
  margin-left: 10%;
  margin-right: 40%;
  background-color: 2E8B57;
  line-height: 1em;
  margin-bottom: 0em;
  padding-left:10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.example
{ 
  color: ghostwhite;
  font-size: 14pt;
  font-family: sans-serif;
  margin-left: 10%;
  margin-right: 10%;
  font-style: italic;
  border-style: solid;
  border-color: 2E8B57;
  border-width: medium;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0em;
}
.caption
{
 color: 2E8B57;
 font-size: 12pt;
 font-familty: sans-serif;
 text-align: center;
}
.image
{
  float: center;
  text-align: center;
}
.tablelink
{
  color: ADDFAD;
  font-size: 14pt;
  font-style: italic;
  font-family: sans-serif;  
  text-decoration: underline;
}

 


ul {float: left; margin: 0; padding: 0; list-style: none; width: 100%;}
	#nav {margin: 0; padding: 0; list-style: none; width: 24% 
}
#menu ul li {position:relative;}
li ul {position:absolute; left: 0%; top: 100%; width: 100%; display: none; }
ul li a{display: block; text-decoration: none; background-color: black; border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
font: bold 14px/20px arial, helvetica, sans-serif;
text-align: center;
padding: 3px 3px;
color: ghostwhite;
font-size: 14pt;
}

#heading
{
  font-size: 16pt;
  background-color: 2E8B57;
}

a:hover { background-color: ADDFAD; color: black }

#menu {
width: 100%;
float: center;
margin-left: 7%;
margin-right: 5%;
text-align: center;
margin-bottom: 5%;

}


li:hover ul, li.over ul{
	display: block;
}


/* Fix IE. Hide from IE Mac \*/
* html ul li {float: left}
* html ul li a {height: 1%}
/* End */


