body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 90%;
  background-color: #F8F9B5
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	border: 1px solid #4BAAE7;
	background-color:#FFFFFF;
	padding:0px 10px 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td {
	font-size: 10pt;
	padding:0 1em 0 1em;
}

.floatclear {
	clear: both;
	margin-top: 4px;
}

.floatleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 2px;
	width:50%;
}

.floatright {
	float: right;
	margin-bottom: 10px;
	margin-right: 10px;
	width:45%;
}

h3{
	margin-bottom:0;
}