﻿body
{
    background-image: url(    'page_background.jpg' );
}
#form1
{
    width: 20cm;
    color: #8A661A;
    font-family: Georgia;
}
div.right
{
    width: 15.4cm;
    float: right;
    background-color: #FFFFFF;
}
div.topright
{
    height: 3.008cm;
    text-align: left;
    padding-left: 2mm;
    background-image: url(  'background_beige.JPG' );
}
div.midright
{
    text-align: left;
    height: 14cm;
    font-size: small;
    width: 14.5cm;
    margin: .3cm;
}
div.rightfooter
{
    position: relative;
}
div.left
{
    float: left;
    width: 4.6cm;
    background-color: #eedbb3;
}
div.topleft
{
    height: 2.6cm;
    padding-top: 2mm;
    padding-bottom: 2mm;
    text-align: center;
    background-image: url(blue_background.jpg);
}
div.midleft
{
    text-align:right;
    padding-right:2mm;
    padding-top:2mm;
    background-color: #8A661A;
    height: 2.4cm;
}
div.bottomleft
{
    text-align: right;
    font-size: medium;
    padding-right: 2mm;
    height: 9.48cm;
}
div.leftfooter
{
    text-align: center;
    font-size: small;
    padding: 1mm;
    height: 4.1cm;
}
a:link
{
    color: #8A661A;
    text-decoration: none;
}
a:visited
{
    color: red;
    text-decoration: none;
}
a:active
{
    color: black;
    text-decoration: none;
}
a:hover
{
    color: blue;
    text-decoration: none;
}
.style1
{
    font-size: xx-large;
}
.style3
{
    font-size: x-large;
}