body {
	padding: 0px;
	margin-right: auto;
	margin-left:  auto;
	margin-top: 0px;
	font-size: 12px;
	line-height: 1.5em;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #00002B;
	text-align: center;
	background-image: url(../common_img/titlebg.gif);
	padding: 5px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #86224F;
		text-align: center;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #3D6B49;
	margin-top: 10px;
}
.clear {
	clear: both;
	width: 100%;
	height: 1px;
}

hr {
	border-top: 1px dotted #009966;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px dotted #999999;
}
#header{
	margin: 0px;
	background-image: url(../common_img/header.gif);
	padding: 0px;
	background-repeat: repeat-x;
	height: 75px;
}

#main {
	width: 802px;
	text-align: left;
	margin-right: auto;
	margin-left:  auto;
	margin-top: 0px;

}

#main_left {
	float: left;
	width: 390px;
		margin-top: 10px;
}

#main_right {
	float: right;
	width: 390px;
		margin-top: 10px;
	left: 15px;
	text-align: justify;

}
#contents {
	font-size: 14px;
	line-height: 2em;
	margin: 5px;
}
#copy {
	font-size: 12px;
	color: #CCCCCC;
	background-image: url(../common_img/underbg.gif);
	background-repeat: repeat-x;
	text-align: right;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

}
