#header {
	text-align: center;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	background-color: #FFFFCC;
}
#body {
	background-color: #FFFFCC;
}

#container {
	background-color: #FFFFCC;
}
#content {
	color: #000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content h1 {
	font-size: 120%;
	margin-top: 1px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}
#content object {
	vertical-align: middle;
	margin: 5px;
	float: none;
}

#content p {
	font-size: 95%;
	line-height: 1.2em;
	margin-right: 10px;
	margin-left: 10px;
}
#content li {
	font-size: 85%;
	line-height: 1.1em;
}
#base {
	text-align: center;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 250px;
	margin-bottom: 0px;
	margin-left: 250px;
	white-space: normal;
	font-size: 85%;
	color: #000000;
	text-decoration: none;
}
#base a {
	color: #0000FF;
	text-decoration: none;
	text-align: center;
}

.floatclear {
	font-size: 120%;
	line-height: 0px;
	clear: both;
	height: 0px;
	font-weight: bold;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}

