body {
    font-family:arial;
    font-size:0.9em;
    
}


.heading1 {
    font-family: arial;
    font-weight:bold;
    font-size:1.1em;
}


 
/* */
ul#Navigation a {
    text-decoration: none; font: bold 14px  arial;
    color: black; background-color: #FCF7EB;
}
ul#Navigation ul li a {
    text-decoration: none; font: bold 12px  arial;
    color: black; background-color: #FCF7EB;
}
ul#Navigation a:hover {
   color: white; background-color: E2AE4D;
} 

p {
    text-align:justify;
  }

ul#subnavigation {
margin: 0;
	padding: 0;
    list-style: none;
    display:block;
    position:absolute; 
    width:600px;
}

ul#subnavigation li {
float:left; margin:0; padding:0; list-style:none;border:1px solid #fff;
}

/* horizontal sub nav */
ul#subnavigation  a {
    text-decoration: none; 
    font-family:"Courier New", Monospace;
    font-weight:bold;
    font-size:80%;
    color: white;
    background-color: #B9252B;
    padding:1px 5px 1px 5px;
    
}
ul#subnavigation ul li a {
    text-decoration: none; font: bold 12px  arial;
    color: black; background-color: #FCF7EB;
}
ul#subnavigation a:hover {
   color: #B9252B; background-color: #eee;
}