/* This file is for formatting the Content of the page ONLY */

h1, h2, h3, h4, h5, h6 {
  line-height: 1.13em;
}

h1 {
    color: #0377B9;
    font-size: 1.67em;
    /*border-bottom: #afbd00 dotted 1px;*/
    padding: 0 0 3px 0;
    margin: 0 0 5px 0;
}

h2 {
    font-size: 1.33em;
}

h2 a:hover {
    text-decoration: underline;
}

h2, h2 a {
    color: #0377B9;
    padding: 0 0 3px 0;
    text-decoration: none;
}

h1 a {
    color: #0377B9;
    text-decoration: none;
}

h1 a:hover {
    text-decoration: underline;
}

h3 {
    font-size: 1em;
    color: #0377B9;
    padding: 0 0 3px 0;
}

#main p {
    margin: 0 0 0.75em 0;
}

.align-justify {
    text-align: justify;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.indent {
    margin-left: 2em;
}

h4 {
    color: #000000;
    font-size: 1em;
}

fieldset.hide_legend legend {
  display: none;
}

fieldset .hide {
  display: none;
}
