body,td,th {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #660000;
	text-decoration: none;
}
.footer {
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 11px;
}

P {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
#footer_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
}
#footer_nav li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	font-weight: bold;
	padding-right: 5px;
}
#footer_nav a {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
#footer_nav a:hover {
	color: #620500;
	text-decoration: none;
	font-weight: bold;
}
.photocaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
}
.imageborder {
	border: 1px solid #000000;
}
