@charset "utf-8";
.Body {
	border: medium solid #990000;
	background-color: #FFFFDD;
	padding: 7px;
	overflow: visible;
	height: 1110px;
}
.Body .Top {
	height: 250px;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-right: 5px;
	padding-left: 5px;
}

.Body  .Top .h1 {
	color: #990000;
	text-align: center;
	overflow: visible;
	position: relative;
	width: 70%;
	font-size: xx-large;
	font-family: "Times New Roman";
	float: left;
	height: 239px;
	margin-bottom: 10px;
	text-decoration: none;
	padding: 10px;
}

.Body   .Top .logo  {
	position: relative;
	height: 239px;
	width: 172px;
	float: right;
	padding-bottom: 10px;
}

.Body .content {
	width: 100%;
	height: auto;
	padding: 20px;
}
.Body .content .left {
	float: left;
	width: 34%;
	font-size: 24px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
}
.Body .content .right {
	float: right;
	width: 63%;
	text-align: center;
	background-position: center center;
	padding-top: 20px;
	padding-right: 5px;
}
.Body .content .left div {
	text-align: left;
	display: block;
	text-decoration: blink;
	margin-left: 30px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
