﻿body {
}

#headerLogo
{
    clear: left;
    float: left;
    position: static;
}
#HeaderLine
{
    clear: right;
    vertical-align: middle;
    background-color: silver;
    text-align: center;
}
h1
{
    font-size: x-large;
    color: maroon;
    font-family: 'Times New Roman';
}
h3
{
    font-size: medium;
    color: maroon;
    font-style: italic;
    font-family: 'Times New Roman';
}
#dataarea
{
    padding-right: 25px;
    padding-left: 25px;
    margin-left: 25px;
    margin-right: 25px;
}
#footer
{
    vertical-align: middle;
    border-top-style: ridge;
    font-family: Tahoma;
    border-right-style: ridge;
    border-left-style: ridge;
    background-color: gray;
    text-align: center;
    border-bottom-style: ridge;
}
#thankyou
{
    border-right: gray thin solid;
    border-top: gray thin solid;
    vertical-align: middle;
    border-left: gray thin solid;
    border-bottom: gray thin solid;
    text-align: center;
}
p.minitype
{
    font-size: x-small;
    font-family: Arial;
    font-variant: small-caps;
}
span.req
{
    font-size: large;
    color: red;
}
.headerPrompt
{
    vertical-align: middle;
    text-align: center;
}
