﻿body 
{
    background-image: url(Images/bg.gif);
    background-repeat: repeat;
    font-family: Verdana;
    margin-top: 0px;
    padding-top: 0px;
}

input
{
    font-family: Verdana;
}

#main
{
    width: 700px;
    background-color: White;
    border-left: solid 1px #777;
    border-right: solid 1px #777;
    border-bottom: solid 1px #777;
}

#mainTitle
{
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
}

h1 a
{
    text-decoration: none;
    color: White;
}

h2
{
    font-size: large;
}

#header
{
    background-image: url(Images/headbg.jpg);
    height: 90px;
    margin-bottom: 1px;
}

#footer
{
    margin-top: 25px;
    width: 88%;
    border-top: solid 1px #ccc;
    padding-top: 6px;
    padding-bottom: 15px;
    font-size: small;
    color: #888;
}

#content
{
    text-align: left;
    padding: 10px;
    font-size: small;
}

#navTable
{
    width: 100%;
    background-color: #6c0;
}

.navItem, .navItem a
{
    color: White;
    font-size: small;
    text-align: center;
    text-decoration: none;
}

.navItem a:hover
{
    text-decoration: underline;
}

.box
{
    background-color: #ffb;
    border: dotted 1px #994;
    font-size: medium;
}

.boxLabel
{
    text-align: right;
    font-weight: bold;
}

.boxSignUp
{
    text-align: center;
    font-size: large;
    font-weight: bold;
}

.topLevelOutlineItems
{
    padding-bottom: 10px;
}

.note
{
    font-style: italic;
    background-color: #ffb;
    border: dotted 1px #994;
    padding: 5px;
    width: 66%;
}