.headerNavigation ul { 
/* list-style: none; */
margin-left : 0;
 } 

.headerNavigation {
/* 
margin-right: 20%; 
margin-top: 2em; 
*/
}

.headerNavigation  li {
 float: right; 
/* float: left; */
padding-right: 0.5em;
} 
.headerNavigation  a {
  display: block;
  width: 8em;  
/*  padding: 0.2em; */
padding-left: 0.2em;
padding-right: 0.2em;
/*  line-height: 1.4; */
/*  background-color: #94B8E9; */
background-color: #FFFFFF;
  border: 1px solid black;
  color: #000;
  text-decoration: none;
  text-align: center;
} 
.headerNavigation a:hover {
 background-color: #3D3D3D;
 color: #fff;
}

/* Start left navigation */
.leftNavigation ul {  
margin-top: 3em; 
margin-bottom: 0; 
list-style: none; 
/* float: left; */
}

.headerLeft li {
text-align: left;
}

.headerLeft li {
text-align: right;
}
 
.leftNavigation  a {
/*  display: block; */
  width: 8em;  
  margin: 1em;
  line-height: 1;
  background-color: #e9e9E9;
  border: 1px solid white; 
  color: #000;
  text-decoration: none; 
/* text-decoration: underline overline; */                  
  text-align: left;
  font-weight : normal;
  padding-left: 5px;
}

.leftNavigation a:hover { 
 color: white;
 background-color: #5D5D5D;
}
.leftNavigation {
background-color: #E5E5E5;
/* margin-bottom: 20%; */
margin-bottom: 0;
}
/*
BODY { 	
	background-color : #FFFFFF;
	font-family: Arial, Helvetica, sans-seriff; font-size: 11px; 
	font-style: normal; 
	text-decoration: none; 
	color: #666666; 
	font-weight : normal;
	margin-left : 20px;
	margin-right : 0%;
	border : 0px;
	margin-bottom : 0px;
	margin-top : 20px;
}
*/
.imageLeft {
float:left;
margin-right: 5px;
}
.imageRight {
float:right;
margin-left: 5px;
}

.logo {
 margin-bottom: 10px; 

}

.rule {
color: #000;
background-color: #000;
 width: 100%;
height: 15px; 
border-style: none;
margin: 0; 
padding: 0; 
border: 0;
position: absolute;
}

.bodyText
{ font-size: 12px; font-family: arial, helvetica; color: 666666; padding-bottom: 3em; }
 
.SubheadA { font-size: 14px; font-family: arial, helvetica; font-weight: bold; color: 3D3D3D; }

.link a {text-decoration: none; color: 000; }
 
.link a:hover {
  color: blue; text-decoration: underline;
 }
 