
body {
    color: #555;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    text-rendering: optimizelegibility;
	
}
  
.post-entry  a {
 	color: #00000 !important;
	font-weight: bold;
	border-bottom: 1px dotted #000;}

.gold-line {
	border-bottom: 1px solid #ffbd29;
	margin-bottom: 20px;
}
hr { margin: 20px 0 20px 0; }

table {
    	border-collapse: collapse;
	border:none;
}

td, th {
   	border:none;
}

@media screen and (max-width: 980px) {
	#Centennialimage {
		display: none;
	} 
}



div.imageLink {
    position: relative;
}
 
div.imageLink a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}





#imageTopLeft {
	margin: 0px;
	display: inline-block;
	width: 300px;
	height: 137px;
	background-image: url('/code/giving/images/WaysToGive-grey300.jpg');
}

#imageTopLeft:hover {
	margin: 0px;
	display: inline-block;
	width: 300px;
	height: 137px;
	background-image: url('/code/giving/images/WaysToGive-yellow300.jpg');
}

#imageTop {
	display: inline-block;
	width: 300px;
	height: 137px;
	background-image: url('/code/giving/images/Campaign-grey300.jpg');
}

#imageTop:hover {
	display: inline-block;
	width: 300px;
	height: 137px;
	background-image: url('/code/giving/images/Campaign-yellow300.jpg');
}

#imageTopRight {
	margin: 0px;
	display: inline-block;
	width: 300px;
	height: 137px;
	background-image: url('/code/giving/images/Endowments-grey300.jpg');
}

#imageTopRight:hover {
	margin: 0px;
	display: inline-block;
	width: 300px;
	height: 137px;
	background-image: url('/code/giving/images/Endowments-yellow300.jpg');
}

#imageBottomLeft {
	margin: 0px;
	display: inline-block;
	width: 300px;
	height: 137px;
	background-image: url('/code/giving/images/LibrarySociety-grey300.jpg');
}

#imageBottomLeft:hover {
	margin: 0px;
	display: inline-block;
	width: 300px;
	height: 137px;
	background-image: url('/code/giving/images/LibrarySociety-yellow300.jpg');
}

#imageBottom {
	display: inline-block;
	width: 300px;
	height: 137px;
	background-image: url('/code/giving/images/Friends-grey300.jpg');

}

#imageBottom:hover {
	display: inline-block;
	width: 300px;
	height: 137px;
	background-image: url('/code/giving/images/Friends-yellow300.jpg');

}

#imageBottomRight {
	margin: 0px;
	display: inline-block;
	width: 300px;
	height: 137px;
	background-image: url('/code/giving/images/GiveNow-grey300.jpg');
}

#imageBottomRight:hover {
	margin: 0px;
	display: inline-block;
	width: 300px;
	height: 137px;
	background-image: url('/code/giving/images/GiveNow-yellow300.jpg');
}

@media screen and (max-width: 1199px) {
#imageTopLeft {
	width: 275px;
	background-image: url('/code/giving/images/WaysToGive-grey275.jpg');
}

#imageTopLeft:hover {
	width: 275px;
	background-image: url('/code/giving/images/WaysToGive-yellow275.jpg');
}

#imageTop {
	width: 275px;
	background-image: url('/code/giving/images/Campaign-grey275.jpg');
}

#imageTop:hover {
	width: 275px;
	background-image: url('/code/giving/images/Campaign-yellow275.jpg');
}

#imageTopRight {
	width: 275px;
	background-image: url('/code/giving/images/Endowments-grey275.jpg');
}

#imageTopRight:hover {
	width: 275px;
	background-image: url('/code/giving/images/Endowments-yellow275.jpg');
}

#imageBottomLeft {
	width: 275px;
	background-image: url('/code/giving/images/LibrarySociety-grey275.jpg');
}

#imageBottomLeft:hover {
	width: 275px;
	background-image: url('/code/giving/images/LibrarySociety-yellow275.jpg');
}

#imageBottom {
	width: 275px;
	background-image: url('/code/giving/images/Friends-grey275.jpg');

}

#imageBottom:hover {
	width: 275px;
	background-image: url('/code/giving/images/Friends-yellow275.jpg');

}

#imageBottomRight {
	width: 275px;
	background-image: url('/code/giving/images/GiveNow-grey275.jpg');
}

#imageBottomRight:hover {
	width: 275px;
	background-image: url('/code/giving/images/GiveNow-yellow275.jpg');
}
}

 
.miz-page-content__header {
       display: none;
    }
	
 