@charset "UTF-8";
/* CSS Document */
#contentTop {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 60px;
	background-color: #FFFFFF;
	background-image: url(../image/contentWrapBg.gif);
	background-repeat: repeat-x;
}
#contLeft {
	float: left;
	width: 600px;
	margin-right: 40px;
	padding-top: 20px;
}
.contLeftDoc {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-top: 5px;
}
.contLeftDoc a {
	color: #333333;
}
.contLeftDoc a:hover {
	color: #FF6600;
}
#infoTitle {
	margin-top: 30px;
	margin-bottom: 5px;
}
.info {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #851A1C;
	padding-top: 5px;
	padding-bottom: 5px;
}
.info a {
	color: #333333;
}
.info a:hover {
	color: #FF6600;
}
.info-Day {
	float: left;
	width: 68px;
	padding-left: 2px;
}
.info-Entry {
	float: left;
	width: 510px;
}
#contRight {
	float: left;
	width: 240px;
	background-image: url(../top/cont-RightBg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	height: 520px;
	padding-left: 10px;
}
#report {
	padding-top: 5px;
}

.contRightDoc {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	margin-top: 10px;
	text-align: right;
	margin-right: 10px;
}
.contRightDoc a {
	color: #FFFFFF;
	text-decoration: none;
}

