body {margin: 0px auto; height: 100%; color:#2A2869; font-family: Trebuchet MS}
#wrapper {width: 100%;height: 100%; margin: 0px auto;} 
.background {background-image: url('images/background.png');background-repeat: repeat}
.background2 {background-image: url('images/background2.png');background-repeat: repeat}
#content { background-color:white;}
#content table {border-width:0px}
img {border:0}
A:link {text-decoration: underline; color:#2A2869}
A:visited {text-decoration: underline; color:#2A2869}
A:active {text-decoration: underline; color:#2A2869}
A:hover {text-decoration: overline underline; ; color:#2A2869;}
/* square */

#navSquare {
        margin: 0;
        padding: 0 0 20px 20px;
        border-bottom: 0px;
}

#navSquare li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navSquare a:link, #navSquare a:visited {
        float: right;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        padding: 0 12px 6px 20px;
        text-decoration: none;
}

#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
        color: #000;
        background: url('images/Square.gif') no-repeat bottom center;
}