﻿
#BoxTop
{
     float:left;
    width: 960px;
    padding: 3px 0 0px 0;
    margin-top:5px;
    background-color: #E0E9F0;
	height: 40px;
	position:relative;
}

.BoxTopTitle
{
    padding: 7px 7px 7px 7px;
    margin-bottom: 1px;
    width: 245px;
    margin-top: 10px;
    color: White;
    background-color: #23537B;
    float: right;
    font-weight: bold;
    font-size: 14px;
    display:none
}
.BoxTopItem
{
    padding: 5px 20px 5px 0px;
    margin-bottom: -5px;
    width: 900px;
    margin-top: -5px;
    margin-right: 1px;
    color: Black;
    float: right;
}


#BoxR
{
    float:left;
    width: 260px;
    padding: 3px 0 0px 0;
    margin-top:-6px;
    background-color: #E0E9F0;
    min-height: 100%;
	height: auto !important;
	height: 100%;
	position:relative;
}
.BoxTitleR
{
    padding: 7px 7px 7px 7px;
    margin-bottom: 1px;
    width: 245px;
    margin-top: 10px;
    color: White;
    background-color: #23537B;
    float: right;
    font-weight: bold;
    font-size: 14px;
}

.BoxItemR
{
    padding: 15px 15px 15px 15px;
    margin-bottom: -5px;
    width: 214px;
    margin-top: -5px;
    margin-right:7px;
    color:Black;
    float: right;
    display:inline;
}

#BoxL
{
    float:left;
    width: 237px;
    padding: 0px 0 0px 0;
    margin-top:25px;
    min-height: 100%;
	height: auto !important;
	position:relative;
}
.BoxTitleL
{
    padding: 7px 7px 7px 7px;
    margin-bottom: 1px;
    width: 230px;
    margin-top: 10px;
    color: White;
    float: right;
    font-weight: bold;
    font-size: 14px;
    	display:none;
}

.BoxItemL
{
    padding: 15px 15px 15px 15px;
    margin-bottom: -5px;
    width: 214px;
    margin-top: -5px;
    margin-right:7px;
    color:Black;
    float: right;
    display:inline;
}

#BoxBottom
{
    float:left;
    width: 260px;
    padding: 3px 0 0px 0;
    margin-top:-6px;
    background-color: #E0E9F0;
    min-height: 100%;
	height: auto !important;
	height: 100%;
	position:relative;
}
.BoxTitleBottom
{
    padding: 7px 7px 7px 7px;
    margin-bottom: 1px;
    width: 245px;
    margin-top: 10px;
    color: White;
    background-color: #23537B;
    float: right;
    font-weight: bold;
    font-size: 14px;
}

.BoxItemBottom
{
    padding: 15px 15px 15px 15px;
    margin-bottom: -5px;
    width: 214px;
    margin-top: -5px;
    margin-right:7px;
    color:Black;
    float: right;
    display:inline;
}