body   
{
    font-size: 1.09em;
    font-family: "Times New Roman", Arial;
    width: 95%;
    margin: 0px auto;
    padding: 0px;
    color: #000000;
}

tr.spaceUnder > td
{
  padding-bottom: 1em;
}

.content a:link,.content a:visited,.footer a:link,.footer a:visited
{
    color: #034af3;
}

.content a:hover,.footer a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

.content a:active,.footer a:active
{
    color: #034af3;
}


p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.header
{
    width: 90%;
    margin: 20px auto 0px auto;
}


.content
{
  overflow: auto;
    width: 80%;
    margin: 25px auto 0px auto;
}


.navFooter
{   
    width: 90%;
    margin: 20px auto 0px auto;
}

.footer
{   
    margin: 20px auto 0px auto;
    text-align: center;
    line-height: normal;
}




/* START NAV MENU */
nav {
  background-color:#737373;
  height:40px;
   border: 1px solid #000;
}
 
 
nav ul {
  font-family:  Arial,"Times New Roman";
  font-size: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
nav ul li {
  display: block;
  position: relative;
  float: left;
 
}

#bottomNav ul li {
  display: block;
  position: relative;
  float: right;
 
}

 
nav li ul { 
  display: none; 
}
 
nav ul li a {
  display: block;
  text-decoration: none;
  padding: 7px 15px 3px 15px;
  background: #737373;
  color: #FFFFFF;  
  margin-left: 1px;
  white-space: nowrap;
  height:30px; /* Width and height of top-level nav items */
  width:90px;
  text-align:center;
 
}
 
nav ul li a:hover { 
  background: #000000; 
}
 
nav li:hover ul {
  display: block;
  position: absolute;
  height:30px;
}
 
nav li:hover li {
  float: none;
  font-size: 11px;
 
}
 
nav li:hover a { 
  background: #000000; 
  height:30px; /* Height of lower-level nav items is shorter than main level */
}
 
nav li:hover li a:hover { 
  background: #000000; 
}
 
nav ul li ul li a {
    text-align:left; /* Top-level items are centered, but nested list items are left-aligned */
}


 
/* END NAV MENU */