﻿body
{
    margin:0px;
    margin-bottom:40px;
    background-color:#14475a;
    background-image:url(gfx/backdrop.gif);
    background-position:top left;
    background-repeat:repeat-x;
    
    font-family:Trebuchet MS, Helvetica, Sans-Serif;
    font-size:13px;
    line-height:18px;
    color:#416674;
}

img {
    border:none;
}

p {
    margin:0px;
    margin-bottom:10px;
}

a {
    color:#1d95c0;
}

em {
    font-size:12px;
    line-height:16px;
}

ul {
    margin:20px;
    padding:0px;
}
li {
    list-style-type:square;
    margin:0px;
    padding:0px;
    margin-bottom:5px;
    margin-top:5px;
}


h1 {
    color:#103948;
    font-family:Georgia;
    font-size:20px;
    line-height:22px;
    font-weight:normal;
    margin:0px;
    margin-bottom:20px;
}
h2 {
    color:#103948;
    font-family:Georgia;
    font-size:18px;
    line-height:18px;
    font-weight:normal;
    margin:0px;
    margin-bottom:15px;
}
h2 a {
    color:#103948;
    text-decoration:none;
}


#header {
    height:230px;
    width:820px;
    background-image:url(gfx/backdrop_waves.gif);
    background-position:top left;
    background-repeat:no-repeat;
    position:relative;
}

#footer {
    clear:both;
    padding-left:120px;
    padding-top:20px;
    color:#81b0c1;
    font-size:10px;
    line-height:14px;
}
#footer a {
    text-decoration:underline;
    color:#81b0c1;
}

#pageTitle {
    position:absolute;
    left:75px;
    top:70px;
}

#tabs {
    margin:0px;
    padding:0px;
    position:absolute;
    top:196px;
    left:118px;
}
#tabs li {
    float:left;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
#tabs img {
    width:140px;
    height:34px;
}

#contentArea {
    background-color:#c8dce3;
    border-top:solid 5px #fff;
    border-bottom:solid 5px #fff;
    padding-top:35px;
    padding-bottom:35px;
    padding-left:120px;
}
#contentWrapper {
    width:770px;
}

.leftText {
    width:400px;
    float:left;
}

.leftTextSmall {
    width:150px;
    float:left;
    font-style:italic;
    font-size:12px;
    line-height:16px;
}

.lineRight {
    margin-right:40px;
}

.whiteBorder {
    border:solid 5px #fff;
}
