body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#header {
	width: 750px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
#wrap {
	width: 750px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	}

#menu {
	float: right;
	width: 175px;
	margin: 0px;
	padding: 0px;
}
#menu ul {list-style-type: none;margin: 0;padding: 0px;}
#menu li {	list-style-type: none;margin: 0px;padding: 0px;	line-height: 70%;}
#menu h2 {	margin: 0px;padding: 0px;}

#content {
	width: 570px;
	float: left;
	margin:0;
	padding: 0px;
}
#content h1 {
  margin: 0px 0 0 0;
  padding: 0px;
}
#content h2 {
	padding: 3px 10px;
	font-size: 14px;
	background-image: url(../images/h2_bg2.gif);color: #ffffff;
}
#content h3 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 20px;
}
#content h4 {
	margin: 10px 0px 0px;
	padding: 0px;
}
#content p li td {
	font-size: .95em;
	line-height: 140%;
}

#content th {
	font-size: 12px;
	line-height: 140%;
	background-color: #cccccc;
	font-weight: normal;
	text-align: left;
}

#pagetop {
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.new {
	font-size: 12px;
	color: #666666;
}
.topic {
	font-size: 12px;
}
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #666666;
	padding: 3px 0px;
	margin: 0px;
}.right {
	float: right;
}
table.pub {
  font-size: .9em;
  margin: 0px 0 8px 0;
  border-top:   1px dotted #726d6b;
  border-collapse: collapse;
 width: 570px;}
table.pub th {
	padding: 0.5em 0.5em 0;
	font-weight: normal;
	background-color: #eeeeee;
	text-align: left;
	width: 100px;
	vertical-align: top;
 }

table.pub td {
  padding: 0.3em  0.5em;
	vertical-align: top;
}
table.pub th, table.pub td {
  border-bottom: 1px dotted #726d6b;
}
table.pub caption {
  padding-bottom: 0.6em;
  text-align: left;
  font-weight: bold;
  color: #ff7400;
  background: transparent;
}

.to_top {
	text-align: right;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
