li {
  list-style: disc;
	margin-left: 20px;
}

h1 {
  font-size: 18px;
	font-weight: bold;
	float: left;
	margin-top: 28px;
}

.invis {
	display: block;
}

#container {
	width: 700px;
	background: none;
	background-color: white;
}

#header {
	background-color: white;
	background-image: none;
	font-size: 18px;
	font-weight: bold;
	width: 692px;
	padding-left: 8px;
}

#headerLine {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0px;
	color: black;
	text-align: center;
	background: none;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#logoBox {
	display: block;
  float: right;
}

#partnerLine {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	clear: left;
}

#centerTop {
	display: none;
}

#navBar {
	display: none;
}

#contentContainer {
	width: 700px;
	background-color: white;
	height: inherit;
	min-height: inherit;
	float: none;
}

#buttonBar {
	display: none;
}

#footer {
	margin-top: 20px;
	border-top: 1px solid black;
  background-color: white;
  background-image: none;
	line-height: inherit;
	min-height: inherit;
	text-align: left;
	padding: 8px;
}

#cpy {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}

#contentHeader {
  background: none;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
}

#content {
	width: 684px;
	margin: 0px;
	height: inherit;
	min-height: inherit;
}

#contentFooter {
	display: none;
}

#fsBanner {
	display: none;
}

.evenItem {
  background-color: white;
}

.oddItem {
  background-color: white;
}

.printFix {
	display: block;
  height: 1px;
}

.printVersionLink {
  display: none;
}

.commonLink {
	color: black;
	background: none;
	padding: 0px;
}

.commonLink:hover {
	background: none;
}

.clickInfo {
  display: none;
}

#langSelectBox {
  display: none;
}

