@charset "utf-8";
body {
	background-color: #e4FFCC;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
.main {
	background-color: #e4ffcc;
	text-align: center;
	display: block;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 20px 0 10px 0;
}
.main .content blockquote {
	margin: 0px 0px 0px 25px;
}

.main .content {
	width: 900px;
	background-color: #fff;
	display: block;
	text-align: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin: auto;
	height: auto;
}
.main .content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36pt;
	display: block;
	color: #063;
	margin: 0 0 8px -1px;
	text-align: left;
	font-style: italic;
	font-variant: normal;
	letter-spacing: -1px;
}
.main .content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #063;
}
.main .content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;






	margin-top: 35
..px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #063;
	margin-top: 40px;
}
.main .content p {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.main .content a {
	color: #063;
	text-decoration: none;
}
.main .content a:hover {
	text-decoration: underline;
}
.main .content .menu {
	border: 0;
	width: 100%;
	height: 18px;
	display: block;
	margin: 0;
	padding: 0;
}
.main .content .menu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #e4ffcc;
	display: block;
	width: 100%;
}
.main .content .menu ul li {
	float: left;
	padding: 1px 20px 2px 6px;
	color: #999999;
	font-style: italic;
	font-weight: bold;
}
.main .content .menu a {
	color: #063;
	text-decoration: none;
}
.main .content .menu a:hover {
	color: #063;
	text-decoration: underline;
}


.main .copyright {
	font-size: 9px;
	color: #666;
	font-style: italic;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	clear: both;
}
.main .copyright a {
	color: #063;
	text-decoration: none;
}
.main .copyright a:hover {
	text-decoration: underline;
}
.main .content .pyramid {
	display: block;
	float: right;
	width: 400px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.main .content .pyramid .pyramid1 {
	display: block;
	text-align: center;
	background-color:#FFFF99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #063;
	position: relative;
	clear: right;
	padding-top: 30px;
	width: 120px;
	height: 70px;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 0px solid black;
	border-left: 2px solid black;
	float: right;
	margin-right: 120px;
}
.main .content .pyramid .pyramid2 {
	display: block;
	text-align: center;
	background-color:#FFFF99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #063;
	position: relative;
	clear: right;
	padding-top: 40px;
	width: 240px;
	height: 60px;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 0px solid black;
	border-left: 2px solid black;
	float: right;
	margin-right: 60px;
}
.main .content .pyramid .pyramid3 {
	display: block;
	text-align: center;
	background-color:#FFFF99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #063;
	position: relative;
	clear: right;
	padding-top: 40px;
	width: 360px;
	height: 60px;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	float: right;
}
