@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
}
.copyright {
	font-size: x-small;
	background-position: right;
	text-align: right;
	margin-top: 50px;
	padding-top: 50px;
}

body {
	background-color: #000000;
	background-repeat: repeat-y;
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #32c3bd;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #32c3bd;
}
a:hover {
	text-decoration: underline;
	color: #a3291f;
}
a:active {
	text-decoration: none;
	color: #a3291f;
}
h1 {
	font-size: 140%;
	color: #32c3bd;
}
h2 {
	font-size: 130%;
	color: #D8AF10;
}
.underline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D8AF10;
}

p {
	font-size: 100%;
}

.photo {
	margin-right: 0px;
	border: thin solid #CCCCCC;
	margin-bottom: 20px;
	margin-top: 5px;
	padding-bottom: 0px;
	margin-left: 20px;
}
.tableBorder {
	border: medium outset #666666;
	padding: 5px;
	margin: 5px;
	background-image: url(images/photo_background.jpg);
}
.tableBorderNoBack {
	margin: 5px;
	padding: 5px;
	border: medium outset #666666;
}
.galleryPhoto {
	margin: 2px;
	border: thin solid #32C3BD;
}
.rightLine {
	border-right-width: thick;
	border-right-style: ridge;
	border-right-color: #D8AF10;
}
