﻿body 
{
    font-family:Arial, Helvetica, sans-serif; 
    font-size:1em;
    color:#a7aed5;
    background-color:#ccd4ff;
}

img { border:none; }
body, h1, h2, p, ol, li, img, div { padding:0px; margin:0px; }

h1, h2, p, a { font-weight:bold; font-size:1em; }


h1
{
    color:#ffffff;
    margin-bottom:15px;
}

p { margin-bottom:15px; }

strong { color:#ffffff; }

a 
{ 
    color:#ffffff;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}

address
{
    color:#1f3470;
    font-style:normal;
    font-size:0.82em;
}


#pageContainer
{
    width:893px;
    min-height:680px;
    margin:35px auto auto auto;
}

#banner
{
    width:843px;
    min-height:131px;
    background-image:url('images/banner.jpg');
    background-repeat:no-repeat;
    padding:25px 25px 0px 25px;
}


#content1
{
    background-image:url('images/content1.jpg');
    background-repeat:repeat-y;
    background-position:left top;
    min-height:408px;
}

#content2
{
    width:843px;
    min-height:363px;
    background-image:url('images/content2.jpg');
    background-repeat:no-repeat;
    background-position:bottom;
    padding:25px;
}

#text { width:400px; }

#copy
{
    float:right;
    color:#1f3470;
    font-size:0.6em;
}

#bannerText
{
    float:right; 
    width:200px;
    margin-right:25px;
}
#bannerText p, #bannerText a, #bannerText strong,
#bannerText h2 { margin-bottom:0px; font-size:16px; }
    
    
