html, body, #wrapper {
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	background-color:#707070;
}
#wrapper {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 980px;
}
.bodycopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.copybold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.bodylink:hover {
	color: 323223; 
	text-decoration: underline;
}
.bodylink {

	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #5F6040;
	text-decoration: none;
}
.bodylinkbold {


	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #5F6040;
	text-decoration: none;
}
