.roundBox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    float: left;
    padding: 10px;
    position: relative;
}

.blueBox {
    background: none repeat scroll 0 0 #0D5294;
    /* border: 1px solid #CCCCCC; */
	border : none;
    border-radius: 0px;
	box-shadow: 1px 1px 12px #555;
    float: left;
    padding: 10px;
    position: relative;
}

.whiteBox {
    background: none repeat scroll 0 0 #FFFFFF;
    /* border: 1px solid #CCCCCC; */
	border : none;
    border-radius: 0px;
	box-shadow: 1px 1px 12px #555;
    float: left;
    padding: 10px;
    position: relative;
}

.yellowBox {
    background: none repeat scroll 0 0 #CC9E08;
    /* border: 1px solid #CCCCCC; */
	border : none;
    border-radius: 0px;
	box-shadow: 1px 1px 12px #555;
    float: left;
    padding: 10px;
    position: relative;
}

.footer {
   background: -moz-linear-gradient(center top , #C4C4C4 0px, #E2E2E2 6px) repeat scroll 0 0 transparent;
    color: #666666;
	float: left;
    position: relative;
}


a.footerlink{
   color: #666666;
   text-decoration:none;
}

a.footerlink:hover {
   text-decoration:underline;
}
