h1, h2, h3, h4, h5, h6, p, a {
    font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #4A2267;
}

h1 {
    overflow: hidden;
    width: 0px;
    height: 0px;
}

h2 {
    font-weight: normal;
    font-size: 28px;
    margin: 5px 0px 10px 0px;
}

h2.page-title {
    margin: 10px 0px;
}

h2.section-title {
    font-size: 50px;
    line-height: 1em;
    position: absolute;
    bottom: 0px;
    right: 8px;
    /*text-transform: uppercase;*/
    margin: 0px;
}

.red h2.section-title,
#facilities-nav a.red {
    color: #bb1100
}

.green h2.section-title,
#facilities-nav a.green {
    color: #55bb00
}

.blue h2.section-title,
#facilities-nav a.blue {
    color: #006699
}

h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

h4 {
    font-weight: normal;
    margin-bottom: 10px;
}

p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 18px;
}

ol,
ul {
    font-size: 14px;
    font-family: helvetica, arial, sans-serif;
    padding-left: 10px;
    margin-left: 15px;
}

p.section-prefix {
    color: #555555;
    margin: 0;
    position: absolute;
    line-height: 1em;
    right: 10px;
    bottom: 50px;
}

a {
    color: #4682b4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.obscured {
    overflow: hidden;
    width: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

.image_float_left {
    float: left;
    margin-right: 1em;
}

.image_float_right {
    float: right;
    margin-left: 1em;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.underline {
    text-transform: underline;
}

.no_border {
    border: 0px;
}

.back_to_top {
    font-size: 9px;
    font-weight: bold;
}