a:hover {
	text-decoration: underline;
	color: #000099;
}
a:link {
	text-decoration: none;
	color: #000066;
}
a:visited {
	color: #3300FF;
	text-decoration: underline;
}
a:active {
	color: #33CCFF;
	text-decoration: underline;
}
body {
	background-image: url(/images/site/water_background.jpg);
	background-repeat: repeat-x;
}
#right {
	font-family: Pristina, Georgia, "Times New Roman", sans-serif;
	margin-right: 5%;
	margin-left: 50%;
	margin-top: 5%;
	margin-bottom: auto;
	border: medium double #004080;
	color: #000066;
	font-size: x-large;
	background-image: url(/images/site/back.png);
	padding: 1em;
}
#left {
	font-family: Garamond, Georgia;
	font-size: x-large;
	color: #000066;
	background-image: url(/images/site/back.png);
	border: medium double #004080;
	float: left;
	width: 35%;
	margin: 5%;
	text-align: center;
	padding: 1em;
}
.new {
	font-family: Garamond, Georgia;
	font-variant: small-caps;
	color: #0000A0;
	text-align: center;
	background-image: url(/images/site/back.png);
	border: medium groove #004080;
	font-size: large;
	font-weight: normal;
}