@charset "utf-8";
/* CSS Document */

#wrapper {
	text-align: center;
}
#maincont {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}
#backtop {
	margin-top: 20px;
}
.cont {
	clear: both;
	width: auto;
	padding-bottom: 20px;
	overflow: auto;
}
.cont #face {
	width: 200px;
	float: left;
	text-align: center;
	padding-top: 20px;
	line-height: 200%;
}
.cont #header {
	width: 400px;
	float: right;
	padding-top: 20px;
}
.cont #header p {
	margin-bottom: 20px;
	line-height: 150%;
}



.findgreen {
	color: #FFFFFF;
	background-color: #07455F;
	padding: 1px;
	font-size: 120%;
	line-height: 150%;
	clear: both;
	width: auto;
}
.findgreen  .border  {
	border: 1px solid #FFFFFF;
	padding-left: 5px;
}
.cont p {
	font-size: 120%;
	line-height: 150%;
	margin-bottom: 10px;
}
.cont  .imgright {
	width: 200px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.cont   .imgleft {
	float: left;
	width: 230px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	font-size: 90%;
}


.cont .imgcenter {
	text-align: center;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}
.cont .fundcenter {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cont .fund {
	width: 350px;
	text-align: left;
	border: 1px dashed #999999;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
}
.cont .fund .header {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}



#footer {
	margin-top: 150px;
}
