html h1 {
font-weight: normal;
}

html .section.page-title {
  margin-bottom: 10px;
}

html h2 {
color: #666666;
font-weight: normal;
}

html h3 { 
color: #559E51;
font-size: 16px;
font-weight: bold;
padding-top: 12px;
margin-bottom: 0.5em;
}

html h4 {
color: #78C3E8;
font-family: trebuchet ms;
font-size: 14px;
font-weight: normal;
}

html h5 {
font-size: 14px;
font-family: trebuchet ms;
color: #559E51;
margin-bottom: 5px;
padding-top: 10px;
}

html hr {
  margin-bottom: 15px;
}

html p, html .question, html, .answer {
font-size: 13px;
line-height: 19px;
color: #111111;
font-family: trebuchet ms
}

html ul {
font-size: 13px;
line-height: 19px;
color: #111111;
font-family: trebuchet ms
}

html #main ol {
font-size: 13px;
line-height: 19px;
color: #111111;
font-family: trebuchet ms
}

html .bold {
font-weight: bold;
}

html .smaller {
font-size: 11px;
}

html .bigger {
  font-size: 16px;
}

html #primary_column{
width: 500px;
margin-right: 235px;
padding: 0;
}

html #main.two-column #primary_column{
width: 715px;
margin-right: 20px;
}

html #container #main{
background: none;
padding: 20px 20px 20px 35px;
width: 935px;
}

html #main .column{
width: 327.5px;
margin-right: 50px;
float: left;
}

html #main .column.last{
margin-right: 0;
}

html #secondary_column{
width: auto;
margin-top: 4px;
}

html .widget{
width: auto;
}

html #sidebar-nav.widget{
padding: 0;
margin: 0;
}

html .float-left {
  float: left;
}

html .section.breadcrumb {
  margin-top: -15px;
  margin-bottom: 10px;
  display: block;
  font-family: Trebuchet MS,arial,sans-serif;
  list-style-type: none;
  overflow: hidden;
  padding: 0;
}

html #main .breadcrumb a {
  margin-right: 7px;
  padding: 8px 0;
}

html #main .breadcrumb img {
  margin-right: 7px;
  margin-top: 3px;
  padding: 8px 0 2px;
}

html .help.spaced li{
  padding: 8px 0;
}

html .top_space {
  margin-top: 30px;
}

html .question {
  font-weight: bold;
  margin-bottom: 15px;
}
html .answer {
  margin-bottom: 15px;
}
