body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(tealborder.GIF);
	background-repeat: repeat-y;
	}
#container {
	width: 720px;
	border: 1px none black;
	position: absolute;
	left: 50px;
	}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #6699CC;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #333399;
	}
h3 {
	font-size: 1em;
	color: #000066;
	border-top: 1px dashed #6699CC;
	border-bottom: 1px dashed #6699CC;
	text-align: center;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	}
.leftpic {
	float: left;
	margin-right: 10px;
}
.rightpic {
	float: right;
	margin-left: 10px;
}