﻿body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}
q:before, q:after
{
    content: '';
}
hr
{
    display: none;
}

p, ul, ol, address
{
    color: rgb(51,51,51);
    font-size: 1.1em;
    margin: 0 0 10px 0;
}

h2
{
    color: rgb(9,109,175);
    font-family: "trebuchet ms";
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
}

/* Base Styles */

html
{
    font-size: 100%;
}

body
{
    background: rgb(235,245,255) url(../images/bg-body.gif) center top repeat-y;
    color: rgb(0,0,0);
    font-size: 62.5%;
    font-family: "Lucida Grande" , Verdana, Arial, "Lucida Sans Unicode" , "Lucida Sans" , sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 20px 0;
}

#subscribe
{
    background: transparent url(../images/bg-subscribe.gif) bottom left no-repeat;
    float: right;
    width: 170px;
}

#subscribe h2
{
    color: rgb(0,51,102);
    margin: 20px 10px 10px 10px;
}

#subscribe p
{
    color: rgb(51,102,153);
    margin: 0 10px 10px 10px;
}

#subscribe form
{
    margin: 0 10px;
}

#subscribe label
{
    color: rgb(0,51,102);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#subscribe input
{
    margin-bottom: 5px;
    width: 150px;
}

#subscribe #button
{
    margin: 0;
    width: auto;
}
