
div.browserWarning
{
    background-color: white;
    color: black;
    font-family: verdana, sans-serif;
    font-size: small;
    padding: 5px;
    text-align: left;
}

div.browserWarning a
{
    color: blue;
    text-decoration: underline;
}

div.browserWarning a:hover
{
    background-color: #c0c0c0;
    text-decoration: none;
}

div.error
{
    color: red;
    white-space: nowrap;
}

div.fullScreenInstructions
{
    font-style: italic;
}

div.label
{
    font-weight: bold;
    white-space: nowrap;
}

div.poem
{
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: larger;
    font-style: italic;
    text-align: center;
}

form
{
    clear: both;
}

h1
{
    font-size: large;
}

h2
{
    font-size: medium;
}

input
{
    margin-bottom: 5px;
}

select
{
    margin-bottom: 5px;
}

ol, ul
{
    margin-top: 10px;
    margin-bottom: 10px;
}

p
{
    margin-top: 0px;
    margin-bottom: 13px;
}

p.indent
{
    margin: 0;
    text-indent: 2em;
}

span.label
{
    font-style: italic;
    font-weight: normal;
}

body#mainNarrow{
    background-color: #ffffff;
    float: left;
    font-family: verdana, sans-serif;
    font-size: small;
    margin: 5px 5px 5px 5px;
    width: 770px;
}

#mainNarrow div.header
{
    float: left;
    margin: 0px 0px 8px 0px;
    white-space: nowrap;
    width: 100%;
}

#mainNarrow div.content
{
    float: left;
    width: 100%;
}

#navigators  /* top-level so js can find it by id */
{
    float: left;
    margin-right: 5px;
    overflow: auto;
            position: fixed;
            width: 130px;
}

#mainNarrow div.contentRight
{
    float: right;
    width: 635px;
}

#mainNarrow input
{
    margin-bottom: 5px;
}

#mainNarrow textarea
{
    margin-bottom: 5px;
}

#mainNarrow h1
{
    font-size: large;
}

#mainNarrow h2
{
    font-size: medium;
}

body#mainNarrow{
    background-color: #e9e9e6;
}

div.fullScreenInstructions
{
    border-color: #8080a0;
    border-style: none none solid none;
    border-width: 1px;
    margin-left: 10px;
}

a
{
    color: #004080;
}

a:hover
{
    background-color: #808ab0;
    color: #000000;
    text-decoration: none;
}

input[name="company2"] {
    display: none;
}

p
{
    text-align: justify;
}

