﻿body 
{
    background: rgb(190,219,237) url('Images/bg_body.jpg') repeat-x center top;
    background: rgb(0,110,185) url('Images/body_bg.jpg') no-repeat center top;
    color: #222222;
    font-family: Arial, Verdana;
    font-size: 75%;
    line-height: 150%;
    margin: 0;
    }
form 
{
    margin: 0;
    }
h1 
{
    background: url('Images/logo_large.png') no-repeat top left;
    height: 50px;
    margin: 0;
    width: 200px;
    text-indent: -9999px;
    position: absolute;
    bottom: 15px;
    left: 10px;
    font-weight: normal;
    }
h2 
{
    font-size: 180%;
    font-size: 200%;
    font-weight: normal;
    margin: 0.75em 0 0.75em 0;
    }
h3 
{
    font-size: 140%;
    font-weight: normal;
    margin: 1em 0 1em 0;
    }
h4 
{
    font-size: 110%;
    }
p, ol, ul 
{
    margin: 1.5em 0 1.5em 0;
    }
ol, ul 
{
    padding-left: 1.5em;
    }
big 
{
    font-size: 120%;
    line-height: 150%;
    }
small 
{
    font-size: 90%;
    line-height: 150%;
    }
input, select, textarea
{
    font-family: Arial, Verdana;
    font-size: 100%;
    }
q 
{
    quotes: '"' '"';
    }

a 
{
    color: #215DC6; 
    text-decoration: none;
    }
a:hover 
{
    color: #428EFF; 
    text-decoration: underline;
    }
a img 
{
    border: none;
    }
img.right 
{
    float: right;
    margin: 0 0 1.5em 1.5em;
    clear: right;
    }
hr 
{
    clear: both;
    height: 1px;
    color: #B4C0CF; 
    
    border: none;
    background-image: url(images/hr.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 1em;
    }
xblockquote 
{
    margin-left: 0;
    quotes: "\201C" "\201D"; 
    }
xblockquote:before { content: open-quote; }
xblockquote:after { content: close-quote; }

kbd 
{
    color: Green;
    }
dfn 
{
    color: Green;
    }
label:after  
{
    content: ':'; 
    }
