﻿html
{
    margin: 0px;
    padding: 0px;
}
body
{

}
#header
{
    background: #294455;
    width: 100%;
    border-bottom: black solid 2px;
}

.logo
{
    margin: 0px;
    padding: 0px;
    text-indent: -2000px;
    background-image: url("img/FutureLogo.png");
    background-repeat: no-repeat;
    background-position: 20px 20px;
    height: 80px;
    padding: 20px;
}

#lozenges
{
    float: right;
    padding: 20px;
}

.subheading
{
    margin-top: -20px;
}


.col3
{
    width: 100%;
}

.col3 td, .col3 th
{
    padding: 0px;
    border: none;
    vertical-align: top;
}

.column
{
    background: #e9e9e9;
    width: 240px;
    padding-bottom: 10px;
}

.column p
{
    padding-left: 10px;
    padding-right: 10px;
}

.column img
{
    margin-bottom: 10px;
}

.everyone
{
    color: Gray;
    text-align: center;
    font-weight: bold;
    padding-top:10px;
}
.can
{
    color: #294455;
    text-align: center;
    font-size: 131%;
    font-weight: bold;
    margin-top: -10px;
}

#calltoaction
{
    padding: 20px 20px 0px 20px;
    font-size: 138.5%;
    font-weight: bold;
    color: Gray;
}
#footer
{
    position: relative;
    padding: 20px;
    border-top: 2px solid silver;
    font-weight: bold;
    font-size: 75%;
}

#footer a
{
    color: Black;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

.footerlogo
{
    float: right;
}

.center
{
    text-align:center;
}

.keyline
{
    border: solid black 1px;
}




