body {
  background-color: #ffffff;
}
a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px dotted #000000;
}


#container {
  background-color: #ffffff;
  //width: 1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 0px;
  font: normal 0.9em Verdana, Arial, Sans-Serif;
}

#content {
  text-align: left;
  vertical-align: top;
}

#header
{
  background-color: #ffffff;
  //width: 980px;
  height: 118px;
  margin-top: 10px;
  margin-left:auto;
  margin-right:auto;
}
#header h1, h3, img {
  position: relative;
}
#header img
{
  z-index: 3;
  left: -220px;
}
#header h1{
  top: -95px;
  color: #000000;
}
#header h3{
  top: -115px;
  color: #000000;
}
#header a {
  text-decoration: underlined;
  color: white;
  border-bottom: none;
}

#links {
  display: none;
}

#sidebar-1 {
  display: none;
}

#footer {
  margin-top: 30px;
  font-size: 0.7em;
}

#content h3 {
  font-size: 0.9em;
  color: #333;
  font-weight: normal;
  padding-left: 20px;
}
#content h3 a {
  color: #000000;
  font-size: 1.3em;
}
#content p {
  text-align: justify;
}

p, blockquote, li, #advertising {
  font-family: Arial, Verdana, Sans-Serif;
  color: #000000;
  font-size: 0.9em;
  line-height: 1.3em;
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
}

#txpCommentInputForm {
  display:none;
}

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}


#accessibility
{
	position: absolute;
	top: -10000px;
}

#content hr {
  color: #ccc;
  width: 66%;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

img.divider {
  align: center;
  margin-top: 1em;
  margin-bottom: 2em;
}