

.bg-brown
{
    background-color: #7A462A;
}

.bg-yellow
{
    background-color: #FEFFB8;
    background: #FEFFB8;
}

.text-blue
{
    font-family: 'standard_ct__condensed', sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    color: #003366;
    text-decoration: none;
}

.bg-blue
{
    background-color: #003366;
}

.footer-border
{
    border-style: solid;
    border-top: solid #834238;
    border-bottom: solid #834238;
    border-left-width: 0px;
    border-right-width: 0px;
}

.p-blue
{
    color: #003366;
}

.header-border
{
    border-style: solid;
    border-top: solid #834238;
    border-bottom: solid #834238;
    border-left-width: 0px;
    border-right-width: 0px;
}

.bg-opaque
{
    opacity: 0.9;
}

.content-front
{
    background: url("../pictures/front2.jpg") center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.min-height-350px
{
    min-height: 350;
}

.front-textbox
{
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.h1-blue-capitalized
{
    color: #036;
    margin: 0;
    text-transform: uppercase;
}

.margin
{
    margin-left: 20;
    margin-right: 20;
}

.float-right
{
    float: right;
}

.float-right
{
    float: right;
}

.textbox-lg
{
    margin-top: 370px;
}

.textbox-sm
{
    margin-top: 150px;
}

