﻿.outerpage
{
    width: 768px;
    text-align:left;
}

.innerpage
{
    width: 100%;
    text-align: left;
}

.header
{
    margin: 0px 0px 4px 0px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.header #image
{
    background-repeat: no-repeat;
    background-image: url('images/Autumn_Pass_Banner.jpg');
    height: 275px;
}

.contentarea
{
    position: relative;
    width: 768px;
}
.header #text
{
    display:none;    
    
}

.buttonarea
{
    width:100%;
}

.headerspacer
{
    height: 10px;
    clear: both;
}

.footerarea
{
    text-align: center;
}

.notificationBox
{
    color: #33527D;
    border: 2px dashed #33527D;
    font-size: 0.9em;
    background: #ebf5ff;
    padding: 10px 10px 5px 10px;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

.errorBox
{
    color: #33527D;
    border: 2px dashed #F57A00;
    font-size: 0.9em;
    background: #FFB870;
    padding: 10px 10px 5px 10px;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

.leftfloat
{
    float: left;
    text-align: right;
    padding-right: 10px;
    width: 48%;
}

p.leftfloat
{
    padding-top: 4px;
}

.rightfloat
{
    float: left;
    text-align: left;
    padding-left: 10px;
    width: 48%;
}

p.rightfloat
{
    padding-top: 4px;
}

.clearfloat
{
    clear: both;
    height: 0px;
}

.leftarea
{
    display: none;
}

.rightarea
{
    display: none;
}
