﻿html,body 
{
    padding:0px;
    margin:0px;
    top:0px;
    left:0px;
    font-family:Verdana;
    font-size:10px;
    color:#000;
}

H1,.h1
{
    font-weight:normal;
    font-size:16px;
    color:#687a8f;
    letter-spacing:.1em;
}

H2,.h2
{
    font-size:12px;
    color:#424d5a;
    font-weight:normal;
}

a,
img,
a img,
img a
{
    border:none;
    outline:none;
    text-decoration:none;
}

a
{
	cursor:pointer;
}

.menu
{
    background: url(../../images/mobile-top-nav-filler.gif) repeat-x;
}

.main
{
    width:100%;
}

.bodyLeft,
.bodyRight,
.footerLeft,
.footerRight
{
    width:44px;
}

.bodyLeft
{
    background: url(../../images/background-body-left.gif) repeat-y;
}

.body
{
    padding:25px 0px 40px 5px;
    background-color:#fff;
    
}

.bodyRight
{
    background: url(../../images/background-body-right.gif) repeat-y;
}

.quickLinkButton
{
    width:200px;
    border:solid 1px #9ec3ed;
    color:#fff;
    padding:6px 15px;
    background-color:#7fb0ea;
    margin-bottom:2px;
}

.footer
{
    width:100%;
    border-top:solid 1px #e7ecf1;
    padding-left:5px;
    background-color:#f2f3f5;
}

.footerLeft
{
    background: url(../../images/background-footer-left.gif) repeat-y;
}

.footerLinks
{
    margin-top:15px;
}

.footerRight
{
    background: url(../../images/background-footer-right.gif) repeat-y;
}

.footerLinks a
{
    color:#6da0e3;
}

.footerAddress
{
    margin-top:10px;
}

