body {  font-family: "Arial";
	font-size: 10pt;
	border: 5px;
	background-color: #77F3D7;
}
#leftcolumn {
	position: relative;
	float: left;
	left: 5px;
	width: 150px;
	font-weight: bold;
	padding-right: 2px;
}
a.leftlink {
	color: #9977F3;
	text-decoration: none;
	font-size: 0.8em;
}
a.leftlink: hover {
	color: red;
	text-decoration: none;
	font-size: 0.8em;
}
#content {
	position: relative;
	padding-left: 4px;
	width: 600px;
}
#title {
	position: relative;
	left: 150px;
	font-family: "times new roman";
	font-size: 40px;

}
#copyright {
	clear: both;
	border-top: 1px solid #862d59;
	margin-top: 20px;
	text-align: right;
	padding-right: 5px;
	font-size: 0.75em;
	float: bottom;
}
#address {
	position: relative;
	width: 300px;
	border: 1px solid black;
	background-color: white;
	padding-left: 2px;
	left: 40px;
	font-weight: bold;

}
.contact {
	text-decoration: none;
	position: relative;
	border: 1px solid black;
	background-color: white;
	padding-left: 2px;
	left: 40px;
	font-weight: bold;

}