.italicwhite {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #5e87c5;
}
.blueheadline {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	color: #5e87c5;	
	padding:15px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-align: center;
}
.background {
	background-color: #c2f278;
}
.bluebackground {
	background-color: #5e87c5;
}
.blacktext {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: 14px;
	color: #000000;
	text-align: left;
	padding-left:15px;	
	padding-right:15px;
}
.photos {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}
.photocaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
}

#navLinks {
	width:auto;
	margin:0 auto;
}	

.navLink {
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	display:block;
	list-style:none;
	float:left;
	margin-left:45px;
	font-size:13px;
	font-weight:bold;
}

.navLink a {
	color:white;
	text-decoration:none;
}

.navLink a:hover {
	color:black;
	text-decoration:none;	
}
