/* 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: #676a6f;		
		background: #d4d0c8; 	}	
		
/* 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: #9eb0c4;
	font-size: 14px;	
	border-bottom: 0px solid #26478a;
	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: #9eb0c4; }
	
.blogTitle {
	font-size: 16px;
	color: #676a6f; 
	font-weight: bold;
	}	
