h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: x-large;
	color: #9A4A32;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #2B6692;
	padding: 0 0 0 12px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	color: #000000;
	padding: 0 0 0 12px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #333333;
	padding: 0 12px;
}
#pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	padding: 0 0 0 12px;
	font-weight: bold;
}
.titleDesc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	font-style: italic;
	padding: 0 0 0 12px;
}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	padding: 0 8px 0 0;
}
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 2px;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#nav a:active {
	color: #FFFFFF;
}
#imageColumn img {
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
}
#imageColumn {
	border-bottom: 2px solid #000000;
}

