#help_page {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #222222;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 120%;
  line-height: 1.2;
}

#help_wrapper {
  margin: 0 auto;
  padding: 10px;
  background-color: #FFFFFF;
}

hr {
  background: none repeat scroll 0 0 #DDDDDD;
  border: medium none;
  clear: both;
  color: #DDDDDD;
  float: none;
  height: 1px;
  margin: 0 0 1.45em;
  margin-right: 195px;
}

p {
  margin: 0 0 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #111111;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 2.5em;
  line-height: 1;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 1.3em;
  line-height: 1;
  margin-bottom: 1em;
}

li.list-header {
  font-weight: bold;
  list-style: none outside none;
  line-height: 2.5em;
  margin: 0;
}

li ul, li ol {
  margin: 0;
}

ul.ul_help {
  list-style-type: disc;
  margin: 0 0.5em 1em 0;
  padding-left: 1.5em;
  line-height: 1.4em;
}

a {
  color: #515151;
  text-decoration: underline;
}

a:visited {
  color: #515151;
  text-decoration: underline;
}

header {
  height:auto;
  padding-top: 10px;
  margin-right: 190px;
}

#help_caption {
  margin-right: 0px;
  float: left;
}

.SubCaption {
  color: #666666;
  font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
  font-style: italic;
  font-weight: normal;
}

.linksim {
	text-decoration: underline;
	cursor: pointer;
	color: #0000FF;
}

#help_logo{
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
}

nav {
  float: right;
  width: 190px;
  position: absolute;
  right: 30px;
  top: 15px;
  border-left: 1px solid #DDDDDD;
  bottom: 15px;
}

#help_content {
  margin-right: 190px;
  padding-right: 24px;
}