﻿body
{
    background-color: #F7F7F7;
    text-align: left;
    font: 10pt "Verdana" ,arial,sans-serif;
    color: Black;
    min-width: 800;
    min-height: 600;
    margin-top: 5px;
    position: relative;
}

div#header
{
    margin-top: 10px;
    width: 100%;
    text-align: left;
    height: 60px;
}

div#header table
{
    width: 100%;
    height: 100%;
}

div#header a
{
    font-size: 16pt;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}

div#menu
{
    border: 0px solid black;
    float: right;
}

div#menu a
{
    text-align: left;
    font-size: 8pt;
    font-weight: bold;
    color: blue;
}

div#divSearch
{
    color: #000000;
    width: 100%;
    line-height: 27px;
    height: 95px;
    background-color: white;
    border: 1px solid silver;
    padding-top: 10px;
}

div#divContent
{
    text-align: center;
}

div#divTermOfUse
{
    color: #000000;
    width: 100%;
    line-height: 30px;
    background-color: white;
    border: 1px solid silver;
    margin-top: 20px;
    text-align: left;
}

div#divTermOfUseContent
{
    padding: 30px;
    width: 800px;
    text-align: justify;
}

div#divAddSearchContent
{
    padding: 30px;
    text-align: center;
    line-height: 27px;
}

div#divAddSearchContent ol
{
    list-style: disc;
    font-weight: bold;
}

div#divAddSearchContent p
{
    width: 650px;
}

div#divAbout
{
    color: #000000;
    width: 100%;
    line-height: 30px;
    background-color: white;
    border: 1px solid silver;
    margin-top: 20px;
    text-align: justify;
}

div#divAboutContent
{
    padding: 30px;
    width: 800px;
    text-align: justify;
}

div#divResults
{
    color: #000000;
    width: 100%;
    line-height: 27px;
    background-color: white;
    border: 1px solid silver;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#divIFrame
{
    min-height: 300px;
    padding: 20px;
    background-color: white;
    border: 1px solid silver;
}

div#footer
{
    left: 50px;
    border: 0px solid red;
    width: 100%;
    height: 35px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 7pt;
    text-align: center;
}

div#footer a
{
    color: blue;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

div#footer table
{
    width: 100%;
    height: 100%;
}

.centerHeader
{
    background-image: url(Images/m.jpg);
    background-repeat: repeat-x;
}
.leftHeader
{
    width: 7px;
    background-image: url(Images/lc.jpg);
    background-repeat: no-repeat;
}

.rightHeader
{
    width: 7px;
    background-image: url(Images/rc.jpg);
    background-repeat: no-repeat;
    margin: 5px;
}
