/* CSS for Typography */

#TopNavLink {
		text-align: left;
		font-size: 100%;
		font-family: times, serif;
		font-weight: bold;
	}
	
	
		#TopNavLink a {
		color: #016A3A;
		text-decoration: none;
	}
	
		#TopNavLink a:hover {
		color: #A9775D;
		text-decoration: underline;
	}
	

h1 {
	text-align: left;
	color: #A9775D;
	font-size: 145%;
	font-family: arial, helvetica, sans-serif;
}

h1 a {
	text-align: left;
	color: #A9775D;
	font-family: arial, helvetica, sans-serif;
}

h2 {
	text-align: left;
	color: #016A3A;
	font-size: 110%;
	font-family: times, serif;
	margin-top: 10px; margin-bottom: 5px;
}

h2 a{
	text-align: left;
	color: #016A3A;
	font-family: times, serif;
	margin-top: 10px; margin-bottom: 5px;
}

h2 a:hover {color: #5A9E7F;
	 			font-weight: bold;
				
				}

h3 {text-align: left;
	color: #A9775D;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	
	}
	
		h3 a{ 	text-align: left;
				color: #A9775D;
				font-family: arial, helvetica, sans-serif;
}

h4 {
	text-align: left;
	color: #A9775D;
	font-size: 80%;
	letter-spacing: 2px;
	font-family: universe, arial, helvitca, sansarif;
	margin-top: 15px; margin-bottom: 5px;
}

h4 a {
	text-align: left;
	color: #A9775D;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: universe, arial, helvitca, sansarif;
	margin-top: 15px; margin-bottom: 5px;
}

h4 a:hover {color: #016A3A;
	 			font-weight: bold;
				
				}
				
				
h5 {
	text-align: left;
	color: #A9775D;
	font-size: 80%;
	letter-spacing: 1px;
	font-family: universe, arial, helvitca, sansarif;
	margin-top: 5px; margin-bottom: 5px;
}

h5 a {
	text-align: left;
	color: #A9775D;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: universe, arial, helvitca, sansarif;
	margin-top: 5px; margin-bottom: 5px;
}

h5 a:hover {color: #016A3A;
	 			font-weight: bold;
				
				}
				
h6 {
	text-align: left;
	color: #003366;
	font-size: 80%;
	font-family: universe, arial, helvitca, sansarif;
	margin-top: 15px; margin-bottom: 5px;
}

h6 a {
	text-align: left;
	color: #990000;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: universe, arial, helvitca, sansarif;
	margin-top: 15px; margin-bottom: 5px;
}

h6 a:hover {color: #016A3A;
	 			font-weight: bold;
				
				}



p 	 {
	text-align: justify;
	color: #000000;
	font-size: 75%;
	font-family: arial, helvetica, sans-sarif;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	}
	

	
	
	p a {color:#016A3A;
			  font-weight: bold;

	}
	
	p a:hover {color: #5A9E7F;
	 			font-weight: bold;
				
	
	}
	

	

	
	p, ul, li	 {
	text-align: justify;
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, sans-sarif;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	}
		
			
		ul, li a {
				text-align: left;
				color:#016A3A;
			  	font-weight: bold;
			
				
			  }
	

		ul, li a:hover {color: #A9775D;
	 			font-weight: bold;
				

}








#footer{
		text-align: center;
		background-color: #FFFFFF;
		color: #000000;
		font-size: 70%;
	}
	
	
		#footer a {
		color: #016A3A;
		text-decoration: none;
	}
	
		#footer a:hover {
		color: #A9775D;
		text-decoration: underline;
	}
	


#breadCrumb {
height: 40px; /* This is the height we wan't on our breadcrumb */
font-family: arial, helvetica;
padding: 4px 0 0 8px;
color: #CAAB9B; /*This is our color on the text which isn't a link. We want' they to be light grey */
font-size: 75%;


}
#breadCrumb li {
color: #5A9E7F; /*This is our color on the text which isn't a link. We want' they to be light grey */
float: left;
display: inline;
margin-right: 4px;


}
#breadCrumb a {
color: #A9775D; /* light gray color*/
padding-right: 5px; /* We need to add some padding to the right of the link. This space is where the background image is going to be shown. */
text-decoration: none;

}
#breadCrumb a:hover {
color: #016A3A;

}



			
			 


 
