div#side2 {
    position:absolute;
    width:140px;
    top: 5px;
    right: 0px;
    background-color: #D7F4F8;
    border-style: ridge;
    border-width: 3px;
    border-color: #02599C;
    text-align: center;
    font-size: 10pt;
    z-index: 3;
}
div#side3 {
    position:absolute;
    width:140px;
    top: 250px;
    right: 0px;
    background-color: #D7F4F8;
    border-style: ridge;
    border-width: 3px;
    border-color: #02599C;
    text-align: center;
    font-size: 10pt;
    z-index: 3;
}
div#side4 {
    position:absolute;
    width:138px;
    top: 550px;
    right: 0px;
    background-color: #D7F4F8;
    border-style: ridge;
    border-width: 3px;
    border-color: #02599C;
    text-align: left;
    font-size: 10pt;
    z-index: 3;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 1px;
    padding-top: 3px;
}
div#footer {
    position: absolute;
    width: 880px;
    clear: both;
    margin-top: 1700px;
    background-color: #ffffff;
	text-align: center;
    margin-left: 50px;
    margin-right:auto;
    margin-bottom: 20px;
}
#footer .textlinks li {
display: inline;
font: bold 12px/15px Arial, Helvetica, sans-serif;
border-left: 1px solid #99b8cb;
padding: 0 2px 0 5px;

}
#footer ul li:first-child {
	border: none;
}
div#footer2 {
    position: absolute;
    width: 900px;
    clear: both;
    margin-top: 2000px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right:auto;
    height: 50px;
}
div#image1 {
 position: absolute;
    width: 300px;
    top: 250px;
    left: 260px;
    background-color: #ffffff;
    z-index: 1;
