﻿.Top
{
    font-family: 'Segoe Script';
    font-size: xx-large;
    height: 50px;
    text-align: center;
    font-weight: bold;
}
.Full
{
    width: 100%;
    height: 100%;
    margin: 0px;
}
.LeftRightTable
{
    width:100%;
    height:100%;
    margin:0px;
}
.LeftColumn
{
    border: medium solid #000000;
    width: 150px;
    height: 100%;
    top: 0px;
    vertical-align: top;
}
.LeftColumn2
{
    width: 150px;
    height: 100%;
    top: 0px;
    vertical-align: top;
}
.RightColumn
{
    border: medium solid #000000;
    width: 100%;
    vertical-align: text-top;
    text-align: left;
}
.HomeImage
{
    width:600px;
}
.Button
{
    width: 100%;
    height: 50px;
    vertical-align: middle;
    text-align: left;
    color: #000000;
}
.Background
{
    background-image: url( 'autumn-leaves-background-tile.jpg' );
    background-repeat: repeat;
}
.Center
{
    text-align: center;
    font-size: x-large;
    vertical-align: top;
}
.mainframe
{
    margin: 25px;
    border-style: double;
    width: 800px;
    background-color:White;
    text-align:center;
}
body 
{
    
}
.PrintWidth
{
    width: 615px;
    background-color:White;
    text-align:center;
    margin-right: 25px;
}
    

