/*Doc Express CMS styles*/
body
{
    font-size:62.5%;
    font-family:Trebuchet MS;
    background-color:#2b4a5f;
    color:#ffffff;
}
strong
{
    color:#ffffff;
}
.left-element 
{
    float: left;
    margin-top:0px;
    margin-right:10px;
    margin-bottom:10px;
}
.right-element 
{
    float: right;
    margin-top:0px;
    margin-left:10px;
    margin-bottom:10px;
}
h1
{
    font-size:2.75em;
    font-family:Trebuchet MS;
    color:#fcb23c;
    padding:0;
    margin:0 0 12px 0;
}
.intro
{
    color:#ffffff;
    font-size:1.41em;
    font-family:Trebuchet MS;
    line-height:1.2em;
}
p
{
    font-size:1.1em;
}