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: 300px;
    right: 0px;
    background-color: #D7F4F8;
    border-style: ridge;
    border-width: 3px;
    border-color: #02599C;
    text-align: center;
    font-size: 10pt;
    z-index: 3;
}
div#footer {
    position: absolute;
    width: 880px;
	 margin-top: 3000px;
    text-align: center;
    background-color: #ffffff;
    margin-left: auto;
    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: 3300px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right:auto;
    height: 50px;
}
div#image2 {
 position: absolute;
    width: 140px;
    top: 300px;
    left: 10px;
    background-color: #ffffff;
    z-index: 5;
}
.imageright {
   float: right;
   margin-top:10px;
   margin-right:10px;
   margin-left:10px;
   margin-bottom:0px;
}
.paymentleft {
	float: left;

}
.paymentright {
	float: right;
	position: relative;
	margin-right: 10px;
}
.bigandbold {
font-family: Arial, Helvetica, Sans-Serif;
font-size: xx-large;
font-weight: bold;
 margin-top:30px;
text-align: center;
}
