﻿body 
{
    background: #FFFFFF url(images/SiteBackground.gif) repeat-x fixed left top;
}

html, body, form, fieldset {
    font-family: tahoma,helvetica,arial,sans-serif;
    color: #395C9D;
    font-size: 12px;
}

div.container
{
    text-align: center;
    background-color: White;
    border: solid 1px #aaa;
    width: 54em;
    margin: 2em auto auto auto;
    padding: 1.5em 1em 4.5em 1em;
    font-size: 1.2em;
}

p, li
{
    text-align: left;
    font-size: 1.1em;
}

h1 
{
    text-align: left;
}

h2
{
    text-align: left;
}

ul 
{
    text-align: left;
}

li
{
    padding: 2px 0;
}
