﻿body
{margin: 0px}

.button
{
 border-style:outset;
 background-color:#CEE7FF;
 Width:277px;
 z-index: 1; 
 position: absolute; 
 left: 1px
}
#MainHeader
{
    margin: 0px;
    background-image: url('Images/back.gif');
    background-color: rgb(240,240,240);
    text-align: center;
    font-size: small;
    padding-bottom: 0px;
    width:100%;
    background-repeat:repeat-y;
}

#SideMenu
{
    width: 150px;
    text-align:right;
    padding: 0px;
    height: 425px;
}
#Content
{
    position: absolute;
    top: 6px;
    left: -206px;
}
#ContentHeader
{
    top: 16px;
    width: 230px;
}
#ContentSidePicture
{
    position: absolute;
    top: 15px;
    left: 301px
}
#ContentText
{
    width: 293px;
    margin: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: 300;
    color: #000000;
    height: 202px;
}
#lblHeader 
{
    width:230px;
}

#ContentTitle
{
    background-image: url('Images/Title.gif');
    font-family: 'Times New Roman';
    color: Blue;
    text-align: left;
    font-weight: normal;
    font-size: x-large;
    background-repeat: repeat-y;
    padding-left: 10px;
}
