ul {
margin: 0;
padding: 0;
}

li {
margin-left: 22px;
margin-bottom: 5px;
}

#currentNews {
position: absolute;
padding: 10px;
top: 150px;
left: 676px;
width: 240px;
height: 375px;
border-top: 1px solid #24a00c;
border-left: 1px solid #24a00c;
background: #e6fce2;
overflow: hidden;
}

#otherOfferings {
position: absolute;
padding: 10px;
top: 565px;
left: 676px;
width: 240px; /*Subtract the padding from total width*/
border-top: 1px solid #24a00c;
border-left: 1px solid #24a00c;
background: #e2f1fc;
overflow: hidden;
}

#upperImg {
position: absolute;
padding: 0px;
top: 150px;
left: 200px;
width: 456px; /*Subtract the padding from total width*/
height: 215px;
border-top: 1px solid #24a00c;
background: transparent;
}

#textContent{
position: absolute;
padding-left: 10px;
padding-right: 10px;
padding-top: 15px;
padding-bottom: 15px;
top: 385px;
left: 200px;
width: 436px;
border-top: 1px solid #24a00c;
background-image: url(../main_imgs/boxBG.gif);
}

#logoDiv {
position: absolute;
top: 10px;
left: 15px;
}

#copyright {
position: absolute;
border-top: 1px solid #24a00c;
top: 200%;
left: 200px;
width: 736px;
height: 35px;
}