* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f5f5f5;
}

img {
	border: 0;
}

#wrapper {
	background-color: #fff;
	color: #000;
	position: absolute;
	width: 710px;
	left: 50%;
	margin-left: -355px;
}

#content {
	width: 700px;
	margin: 0 auto;
}

#logo {
	height: 70px;
}

#mainmenu {
	height: 48px;
}

#mainmenu li {
	list-style-type: none;
	text-align: center;
	font-size: 14px;
	font-family: sans-serif;
	float: left;
}

#mainmenu li.curmenu {
	width: 140px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	background: #ccc url(image/btn.png) 0 -28px no-repeat;
}

#mainmenu a {
	display: block;
	text-decoration: none;
	width: 140px;
	height: 28px;
	line-height: 28px;
	color: #633;
	background: #ccc url(image/btn.png) 0 0 no-repeat;
}

#mainmenu a:hover,
#mainmenu a:focus {
	color: #fff;
	background: #ccc url(image/btn.png) 0 -28px no-repeat;
}

#leftpane {
	float: left;
}

#submenu {
	font-size: 14px;
	font-family: sans-serif;
	margin: 0 0 8px 0;
	border: solid 1px #066;
	width: 118px;
}

#submenu .title {
	color: #fff;
	background-color: #066;
	text-align: center;
}

#submenu ul {
	margin: 5px 8px;
}

#submenu li {
	list-style-type: none;
}

#submenu a {
	text-decoration: none;
	color: #369;
}

#submenu a:hover,
#submenu a:focus {
	color: #fff;
	background-color: #369;
}

#mainpart {
	width: 560px;
	float: right;
}

#mainpart h2 {
	color: #333;
	font-family: sans-serif;
	font-size: medium;
	margin: 0 0 8px 0;
	padding: 0 0 0 4px;
	border-bottom: solid 1px #999;
}

#mainpart h3 {
	color: #030;
	font-family: sans-serif;
	font-size: 90%;
	margin: 0 8px 8px 8px;
	padding: 2px 0 2px 4px;
	border-left: solid 6px #060;
	border-bottom: solid 1px #060;
}

#mainpart p {
	margin: 0 1em 1em 1em;
	text-align: justify;
	text-justify: distribute;
}

#mainpart p.center {
	text-align: center;
}

#mainpart p.strong {
	margin-bottom: 6px;
	text-decoration: underline;
	font-weight: bold;
}

#mainpart p.warning {
	color: #f00;
	border: solid 1px #c00;
	padding: 8px
}

#mainpart .warningtitle {
	text-decoration: underline;
	font-weight: bold;
	line-height: 1.6em;
}

#mainpart .attention {
	color: #f00;
}

#mainpart p.comment {
	margin-bottom: 0;
	font-size: small;
	padding-left: 1em;
	text-indent: -1em;
}

#mainpart p.lastcomment {
	font-size: small;
	padding-left: 1em;
	text-indent: -1em;
}

#mainpart p.questions {
	border: solid 1px #666;
	margin-bottom: 2em;
	padding: 8px;
	line-height: 1.4em;
}

#mainpart .faqtitle {
	color: #fff;
	background-color: #c00;
	font-size: small;
	padding: 0 0 0 2px;
}

#mainpart table {
	margin: 0 1em 1em 1em;
	text-align: justify;
	text-justify: distribute;
	border-collapse: collapse;
}

#mainpart td.list-header {
	font-weight: bold;
	padding: 3px 6px;
	border: 1px solid #bdbdbd;
	background-color: #e8e8ff;
}

#mainpart td.list-item {
	padding: 3px 6px;
	border: 1px solid #bdbdbd;
}

#mainpart ul {
	margin: 0 1em 1em 2.6em;
	text-align: justify;
	text-justify: distribute;
}

#mainpart ol {
	margin: 0 1em 1em 2.6em;
	text-align: justify;
	text-justify: distribute;
}

.floatright {
	float: right;
	margin: 0 0 0 1em;
}

.clearright {
	clear: right;
}

.wbtitle {
	font-family: sans-serif;
	font-size: 90%;
}

#footer {
	clear: both;
	text-align: center;
	font-size: small;
	margin: 0 0 8px 0;
	padding: 4px 0 0 0;
	border-top: solid 1px #999;
}
