@charset "utf-8";
/* CSS Document */


.pagetitle H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -0.5px;	
	color: #2D281F;
	margin-bottom: 0px;
	font-size: 24px; 
	
}
.pagetitlesub H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -0.5px;
	color: #2D281F;
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 14px; 
}




.pgImg {
  float:left;
  width: 75px;

}

.pgDesc { 
	margin: 0 0 10px 10px;
	display:inline-block;
}


img {
	border: 0;
}

h1, h2, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1em;
}

h4 {
	margin-bottom: 8px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 6px;
	padding-bottom: 1px;
}

a:link {
	color: #2B7EBB;
}

a:visited {
	color: #2B7EBB;
}

a:active {
	color: #2B7EBB;
}

a:hover {
	color: #24A8E7;
}

