/* Navigation Styles */
.styleNavBarTop
{
    position: absolute;
    left: 0px;
    top: 10px;
}
.nb
{
    position: relative;
    left: 2px;
    top: 10px;
}
.nbs
{
    position: relative;
    left: 0px;
    top: 10px;
}

.nbs2
{
    position: relative;
    margin: 0 auto;
    text-align: center;
    top: 10px;
    width: 649px;
}
.nbe
{
    position: relative;
    left: 713px;
    top: 0px;
}
.styleNavBarBot
{
    position: relative;
    left: 0px;
    top: -18px;
}

.styleNavBarBot2
{
    position: relative;
    margin: 0 auto;
    text-align: center;
    top: -18px;
    width: 645px;
}
.styleNavBarBot2 table
{
    margin: 0 auto;
}
.navbar td
{
    padding: 0px;
    border: 0px solid red;
}
.agreement
{
    width: 740px;
    height: 400px;
    overflow: scroll;
}

.agreement2
{
    width: 100%;
    height: 400px;
    overflow: scroll;
}
textarea
{
    width: 100%;
}

.error
{
    color: red;
    font-weight: bold;
}

