﻿body {
 font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.Container
{
    font-size: .85em;
    width:95%;
 
}
.Universe
        {
            width: 100%;
            height: 100%;
        }
        
.InnerTable
{
    border: 1px solid #336600;
    width: 990px;
    position: relative;
    background-color: #00CC00;
}

.horzButtons
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
    text-decoration: none;
    text-align: center;
    width: 150px;
}

.horzButtonsBackground
{
    background-color: #006600;
    position: relative;
    width: 100%;
    height: 30px;
    text-align: left;
    padding-left: 15px;
}

.menuContainer
{
    width: 213px;
    height: 100%;
    vertical-align: top;
}
.contentContainer
{
    background-color: #FFFFFF;
    font-size: .9em;
    width: 100%;
}
#Partners
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #339966;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.brk
{
    border: 1px solid #FFFF00;
}
.brk2
{
    border: 1px dashed #336600;
    width: 75%;
    text-align: center;
}

 .lblbackround
{
    background-color: #FFFF99;
    position: relative;
    height: 39px;
    padding-top: 5px; /* width: 512px; */
    width: 602px;
    text-align: center;
    vertical-align: top;
    clear: both;
    top: 0px;
    left: 0px;
}

.lbl
{
    font-family: Arial, Helvetica, sans-serif;
     width: 100%;
    font-size: 14px;
    color: #800000;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    position: relative;
    top: 0px;
    left: 5px;
    z-index: auto;
    text-align: center;
}

