.menuGlobal{
position: fixed;
display: table;
top: 0px;
}
.row{
display: table-row;
}
.cell{
display: table-cell;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-right-style: solid;
border-right-color: #AAAAAA;
background: #73AD21;
padding: 10px;
width: 150px;
height: 30px;
}
.cellactive{
display: table-cell;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-right-style: solid;
border-right-color: #AAAAAA;
background: #7FFD21;
padding: 10px;
width: 150px;
height: 30px;
}
.footerGlobal{
position: fixed;
bottom: 0px;
padding: 0px;
width:1020px;
}
#footerCell{
width:1020px;
}
div.imgLeft{
width: 260px;
height: 260px;
float: left;
}
div.imgRight{
width: 260px;
height: 260px;
float: right;
}
div.textLeft{
width: 500px;
height: 260px;
float: left;
}
div.textRight{
width: 500px;
height: 260px;
float: right;
}
.columnGlob{
margin: auto;
width: 1020px;
}
.columnMid{
margin: auto;
width: 780px;
}
.spacerTop,.spacerBottom{
height: 75px;
}
img.imgLR{
width: 250px;
height: 250px;
}
.errorText{
color: red;
}
textarea.inputTerms{
overflow: scroll;
resize: vertical;
max-height: 500px;
min-height: 250px;
}	