body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #C8D2DC; 
	text-align: left;
}
	

.nav {
    border-top: solid 1px #000000; 
	border-bottom: solid 1px #000000; 
	background-color: #FBEE21; 

}	
.nav p{
    font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 0.2em 1em 0.2em 0;
}
.nav a:link {
	text-decoration: none;
	color: #000000;
	padding: 0.2em 1em 0.2em 1em;
	font-weight:bold;
	border-right: 1px solid #000000;
}
.nav a:visited {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	padding: 0.2em 1em 0.2em 1em;
	border-right: 1px solid #000000;
}
.nav a:hover {
	color: #FBEE21;
	font-weight:bold;
	text-decoration: none;
	background-color: #000000;
	padding: 0.2em 1em 0.2em 1em;
	border-right: 1px solid #000000;
}
.nav a:active {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	padding: 0.2em 1em 0.2em 1em;
	border-right: 1px solid #000000;
}
.content {
   background-color: #FFFFFF;
}   
.content p{
  margin: 0 2em 0.2em 2em;
  padding: 0.6em;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px; 
  color:#000000; 
}  
.content a:link, td.content a:active, td.content a:visited {
  text-decoration: underline;
  color: #000000;
  font-weight: bold;
}
.content a:hover{
  text-decoration: underline;
  color: #8EBC1E;
  font-weight: bold;
}  
.content ul {
   margin: 0 0.5em 0 1.2em;
   padding: 0 2em 0 3em;
   font-family: Arial, Verdana, sans-serif; 
   font-size: 13px; 
   color:#000000; 
}   
.content li {
	padding: 0.2em 0;
 	margin: 0;
}
h1 {
   font-family: "trebuchet ms", arial, sans serif; 
   font-weight: bold; 
   font-size: 20px;
   padding: 0.2em;
   margin: 0.2em 2em 0.2em 1.5em;
   color: #F30606;
   text-align: left;
}
h2 {
   font-family: "trebuchet ms", arial, sans serif; 
   font-weight: bold; 
   font-size: 18px;
   padding: 0.2em;
   margin: 0.2em 2em 0.2em 1.5em;
   color: #F30606;

}
h3 {
   font-family: "trebuchet ms", arial, sans serif; 
   font-weight: bold; 
   font-size: 15px;
   padding: 0.2em;
   margin: 0.5em 2em 0 2.2em;
   color:#336633;
   font-style:italic;
}   
h4 {
   font-family: "trebuchet ms", arial, sans serif; 
   font-size: 12px;
   padding: 0.2em;
   margin: 0.5em 2em 0 2.2em;
   color:#336633;
}   

.footer {
   text-align: center; 
   font-family: Arial, sans-serif; font-size: 11px;
   color: #000000;
   background-color: #FFFFFF;
}
.footer p{
   border-top: solid 1px #000000; 
   padding: 1em 2em;
   color: #000000;
   margin: 0.5em 75px 0.5em 75px;
   
}  
.footer a:link {
   color: #000000; 
   text-decoration: none; 
   font-weight: bold;
}  
.footer a:visited{
   color: #000000; 
   text-decoration: none;
    font-weight: bold;
} 
.footer a:active {
   color: #000000; 
   text-decoration: none;
    font-weight: bold;
} 
.footer a:hover {
  color:#000000;
  text-decoration:underline;
   font-weight: bold;
}
