body {
	color: #000;
	background: #FFF url(_images/leaf.jpg);
}	

#container {
	display: block;
	width: 802px;
	margin: auto;
	text-align: center;
	border-top: 3px solid #FFF;
	border-right: 3px solid #999;
	border-bottom: 3px solid #999;
	border-left: 3px solid #FFF;
}	

#header {
	color: #003366;
	text-align: center;
	display: block;
	width: 801px;
	font: bold 13px/20px "Comic Sans MS", "Tempus Sans ITC", "Times New Roman";
	height: 170px;
	background: #FFF;
	opacity: .6;
	filter: alpha(opacity=60);
	
}	

#nav {
	display: block;
	background-color: #E6E6FF;
	width: 800px;
	margin: auto;
	color: #003366;
	background-repeat: repeat-x;
	border-top: 1px solid #999;
	border-left: 1px solid #999;	
}
 
#content {
	display: block;
	color: #000;
	width: 630px;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 130px;
	padding: 10px;
}	

#footer {
	clear: both;
	text-align: center;
	padding: 10px;
	display: block;
	font: 14px "Times New Roman", Times, serif;
	text-decoration: none;
}

.h1 {
	border: none;
	font: bold normal 24px/normal "Times New Roman", Times, serif;
	text-decoration: none;
}

.h2 {
	font: 24px/30px "Comic Sans MS", "Tempus Sans ITC", "Times New Roman", serif;
}

.link {
	color: #003366;
	font: 12pt/16pt bold;
	text-decoration: none;
}
.link:hover, .link:visited {
	color: #9900CC;
}

.image-left {
	float: left;
	text-decoration: none;
	padding: 10px;
}

.image-right {
	float: right;
	text-decoration: none;
	padding: 10px;
}

.alignleft {
	text-decoration: none;
	padding-left: 20px;
	float: left;
	position: relative;
	clear: left;
	color: #000;
}

.alignright {
	text-decoration: none;
	float: right;
	padding-right: 20px;
	position: relative;
	clear: right;
	color: #000;
}

.picture-list {  /* Used on 2001 Reunion Page*/
	width: 120px;
	float: left;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #000000;
	padding-top: 120px;
	font-weight: bold;
	display: block;
}
