/* Global website font and background settings (i.e. font type and size, background color, tile background, etc)  */
body {	margin-top: 0px;
		font: 14px Arial, Tahoma, Verdana, Helvetica, Arial; 
		color: black;		
		background: #8aae56; 	}	
		
/* Gobal formatting for links  */
a {font: 11px Tahoma, Verdana, Helvetica, Arial; text-decoration: none; color: #000000}
a:hover {color: #383838; text-decoration: underline;}

/* Gobal formatting for bread crumb trail  */
.BreadCrumb {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 5px;
	font-color: black;
	font-size: 14px;	
	border-bottom: 0px solid black;
	margin-left: auto;
	margin-right: auto;	
}
/* Gobal formatting for bread crumb trail links and text */
.BreadCrumb a {
	font-size: 18px;
	color: #9eb0c4;
	text-decoration: none;   
}
.BreadCrumb a:hover {
	text-decoration: underline;   
}
.BreadCrumb span {
	font-size: 18px;
	color: black; }
	
.blogTitle {
	font-size: 18px;
	color: black;
	text-decoration: none;}
	
.blogText {
	background-color: #e6e4e4;
	color: black;
	}
