﻿#BoundingTable
{
    width: 100%;
    height: 100%;
}
#FloatingTable
{
    width: 910px;
    height: 100%;
}
#Logo
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 910px;
    height: 100px;
    z-index: 1;
}
#LanguageRow
{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    width: 900px;
    background-color: White;
}
#Masthead
{
    width: 910px;
    height: 100px;
    position: relative;
}
#MenuToolbar
{
    position: relative;
    width: 910px;
    height: 40px;
}
#BreadCrumbs
{
     margin-left: 50px;
}
.EditFooter TD
{
    font-family: tahoma, verdana, arial;
    font-size: 8pt;
    color: #999999;
    background-color: #EEEEEE;
    border-style: solid;
    border-color: #CCCCCC;
    border-width: 1px;
}
.EditFooter TD A:HOVER
{
    color: #3333CC;
}
.EditFooter TD A, .EditFooter TD A:VISITED
{
    color: #999999;
    text-decoration: none;
}
#SearchForm
{
    position: absolute;
    left: 550px;
    top: 40px;
    width: 317px;
    height: 36px;
    z-index: 7;
}
#RightContent
{
    text-align: left;
    margin-left: 30px;
    margin-top: 20px;
    width: 220px;
}







.Box { }