* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Times New Roman", Times, serif;
}

body div {
	margin: 0 auto;
}

#header {
	width:735px;
	margin:10px auto 0px auto;
	background-color:#ffffff;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	border-top:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}

#container {
	width:741px;
	height:inherit;
	margin:0px auto 10px auto;
	background-color:#ffffff;
	border-bottom:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}
#menu{
	display:inline;
	margin:0 0 0 18px;
	width:140px;
	float:left;
	font-size:14px;
}
#menu p {
	width:140px;
	height:23px;
	display:block;
	Text-indent:32px;
	color:#000000;
	line-height:23px;
}
#menu ul{
	list-style:none;
}
#menu li{
	display:block;
	border-bottom:dotted 1px;
	background-repeat: no-repeat;
	color:#545454;
	font-size:13px;

}
#menu li a {
padding-left:15px;
line-height:35px;
	display:block;
	text-decoration:none;
	color:#545454;
}
#menu li a:hover {
padding-left:15px;
	display:block;
	text-decoration:none;
	color:#990000;
}

#menu li.sec a {
background-color:#FDFBEC;
line-height:20px;
padding-left:15px;
	display:block;
	text-decoration:none;
	color:#545454;
}
#menu li.sec a:hover {
padding-left:15px;
	display:block;
	text-decoration:none;
	color:#990000;
}

#contents {
	display:inline;
	margin:0 18px 0 0;
	width:550px;
	float:right;
	font-size:12px;
	line-height:18px;
}
#contents h1{
	font-size:18px;
	margin-top:10px;
	padding-left:24px;
	line-height:22px;
	margin-bottom:10px;
	color:#83784f;
	background-repeat: no-repeat;
}
#contents h2{
	height:19px;
	line-height:19px;
	color:#545454;
	font-size:14px;
	margin-left:24px;
	border-bottom:solid 1px #999999;
}

#contents p{
	margin:15px 0 0 25px;
}
#contents table{
	margin:20px 0 0 25px;
}
#contents th{
	font-weight:normal;
	text-align:left;
	font-size:12px;
	line-height:18px;
}
#contents td{
	font-size:12px;
	line-height:18px;
}
#contents ul{
	margin:0 0 0 40px;

}

#footer {
	clear:both;
	padding-top:20px;
	padding-bottom:10px;
}