﻿html
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: black;
}

body
{
    background: #fff5c3 url('../Images/bg.jpg') repeat-x top left;
    font-size: 100%;
}

html, body, #aspnetForm, .aspnetForm
{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    min-width: 960px;
}


a
{
    color: #033085;
    text-decoration: none;
}

a:hover
{
    color: #033085;
    text-decoration: underline;
}

#wrapper
{
    margin: auto;
    min-width: 700px;
    width: 97%;
}

#header
{
    height: 150px;
}

#printHeader
{
    display: none;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/** CONTENT AREA **/

.content
{
    /*float: left;*/
    width: 960px;
    margin: 20px auto 0 auto;
}

/** IMAGES, TEXT **/

#header img
{
    float: left;
}

.content .left h2.leftH2
{
    border-bottom: 1px #07348b solid;
    color: #07348b;
    height: 20px;
    float: left;
    font-size: 1.5em;
    margin: 15px 0px 10px 0px;
    width: 93%;
}

.content
{
    font-size: .8em;
}

.top-down-gradient-background
{
    background: url(../Images/top-down-gradient.gif) repeat-x top;
}

.grid
{
    width: 40em;
    min-width: 40em;
    margin-bottom: 1em; /*border: solid 1px black;*/
}

.block
{
    display: block;
    white-space: nowrap;
}



.Feedback dt
{
    clear: both;
    width: 33%;
    float: left;
    text-align: right;
}

.Feedback dd
{
    float: left;
    width: 66%;
    margin: 0.1em 0 0.5em 0.25em;
}

.LargerLinkText
{
    font-size: 1.4em;
}
