.headerAddressText {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-weight: bolder;
	font-size: 14px;

}
.sectionTitle {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #000000;

}
.normalText {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: 16px;
	font-weight: normal;
	font-style: normal;

}
.copyrightText {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: xx-small;
	color: #666666;

}

/* Photo Gallery */

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 200px;
height: 106px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}

.memberships {
	font-family: sans-serif;
	font-size: 10px;
	margin: 10px 0;
}

.memberships div {
	text-align: center;
}

.memberships img {
	border: 0;
	margin-bottom: 2px;

}

.gallery a img {
	border: 1px solid black;
}
