* html .clearfloats {
	top:190;
	position:absolute;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 1.2em 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
}
h3 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 1.2em 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
}
strong a {
	color: #000;
	text-decoration: none;
}
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.button {
	text-align: center; 
}
.button a {
	margin: 0 auto;
	padding: 0;
	line-height: 25px;
	height: 25px;
	width: 150px;
	display: block;
	font-weight: bold;
	background-color: #00794E;
	color: #FFF;
	border: 1px solid #00794E;
	text-decoration:none;
}
.button a:hover {
	background-color: #FFF;
	border: 1px solid #00794E;
	color: #00794E;
}

