/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(graphics/background.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #660000;
}
.pagetop {
	background-image: url(graphics/top_bg.jpg);
	text-align: center;
}
.pagecenter {
	text-align: center;
}
.bigger {
	font-size: larger;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 15px;
}
#content {
	width: 760px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: italic;
	color: #000000;
	text-align: center;
}
#photocap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: italic;
	color: #000000;
	text-align: center;
	float: right;
	width: 320px;
	margin-bottom: 10px;
}
a {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #660000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
