body {
	background-image: url("images/background_green.jpg");
	background-repeat: repeat;
}

A:link {text-decoration: none; color: black; }
A:visited {text-decoration: none; color: #595454; }
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: none; color: #DF0D56;}

#maintable {
	border-style: solid;
	border-width: 5px;
	border-color: #FFF8AF;
	margin: 5px;
	position: absolute; 
	top: 50px; 
	left: 80px;
}
.nav {
	padding: 5px;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	letter-spacing: 2px;
	background-color: #FF9FC0;
}
.section_nav {
	padding: 5px;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	letter-spacing: 2px;
}
.logo1 {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 200%;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.logo2 {
	font-family: "Zapfino", "Monotype Corsiva", cursive;
	font-size: 120%;
}
.sectionheader {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
}
.subheader {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.content {
	font-family: "Century Gothic", "Verdana", sans-serif;
	font-size: 85%;
}
.content_center {
	font-family: "Century Gothic", "Verdana", sans-serif;
	font-size: 85%;
	text-align: center;
	font-weight: bold;
}
ul, ol {
	font-family: "Century Gothic", "Verdana", sans-serif;
	font-size: 85%;
	line-height: 130%;
}
p.content:first-letter {
	font-family: "Zapfino", "Monotype Corsiva", cursive;
	line-height: 90%;
}
.covertext {
	font-family: "Zapfino", "Monotype Corsiva", cursive;
	font-size: 110%;
}

div.img-shadow {
	background: url('images/shadow.gif') no-repeat bottom right;
	clear: right;
	float: right;
	margin: 0 0 15px 25px;
	padding: 0;
	position: relative;
}

div.img-shadow img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

td.header {
	background-color: #FF9FC0;
}
td.pinkstripe {
	background-color: #FF6FA1;
}
td.yellowstripe {
	background-color: #FEFF9F;
}
