html, body {
        height:100%;
}
body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #000000;
        text-decoration: none;
        background-color: #FFFFFF;
        margin:0;
        padding:0;
}
#leftMain {
        display:block;
        float:left;
        width:250px;
        height:100%;
        background:#0c6500;
        padding:39px 0;
}
#main {
        display:block;
        float:left;
        width:750px;
        height:100%;
        background:#F5F6CE;
        margin:0 0 11px 11px;
}
#RightMain {
        display:block;
        float:right;
        width:275px;
        height:100%;
        background:#A9F5D0;
        padding:39px 0;
}
#box {
      
        width: 200px;
        display:block;
        float:;
        line-height:normal;
        border:0 solid #D4D4D4;
        min-height:146px;
        Text-align: center
}

.footer-new-i
{
        background:#CEE3F6;
        padding: 10px;
        margin: 0px;
}
A:link {
 COLOR: #0000FF /*The color of the link*/
}
A:visited {
 COLOR: #800080 /*The color of the visited link*/
}
A:hover {
 COLOR: green /*The color of the mouseover or 'hover' link*/
}


