<style type="text/css">
	body {
		margin:0px;
		background-color: #d0deed;
		color: #000000;
	}
	body, iframe, div {
		background-color: #d0deed;
		color: #000000;
	}
	.leftcontent {
		position:absolute;
		left:1%;
		width:14%;
		top:200px;
	}
	.rightcontent {
		position:absolute;
		left:85%;
		width:14%;
		top:200px;
	}
	.centercontent {
		position:absolute;
   		left:15%;
		width:70%;
		top:200px;
	}
	.banner  {
        width: 100%;
        height: 174px;
        background-image: url(../Images/topLogo.png);
        background-position: center;
        text-align: center;
        color: #660099;
    }
</style>
