﻿.boldorangetext
{
    font-family: rockwell;
    font-size: 36px;
    font-weight: bold;
    color: #ca7c31;
    line-height: 40px;
}

.boldgreytext
{
    font-family: rockwell;
    font-size: 24px;
    font-weight: bold;
    color: #7f7a75;
    line-height: 28px;
}

.pagetitle
{
    font-family: Rockwell, 'trebuchet Ms';
    font-size: 30px;
    color: #FFFFFF;
    line-height: 35px;
}

.subtitle
{
    font-family: Rockwell, 'trebuchet Ms';
    font-size: 14px;
    color: #FFFFFF;
    display: block;
}

.alignleft
{
    float: left;
    text-align: center;
    width: 212px;
    height: 240px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.alignleft p
{
    text-align: left;
    margin: 0;
    padding: 0;
}

.alignleft a
{
    width: 212px;
    height: 125px;
    display: block;
}

.alignleft img
{
    border: solid 2px transparent;
    margin-top: 5px;
}

.alignleft a:hover img
{
    border-color: #e48830;
    border-style: solid;
    border-width: 2px;
}