div.container { position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 600px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
	background: #ecffff url(Images/grad.gif) repeat-x 0% 0%;
	}
	
div.left {
	position: absolute;
	top: 130px;
	left: 90px;
	width: 600px;
	height: 320px;
	border-top: #99ccff solid 0px;
	border-right: #003399 solid 0px;
	border-bottom: #003399 solid 0px;
	border-left: #99ccff solid 0px;
	color: #0000CC;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	}
div.bot {
	position: absolute;
	top: 500px;
	left: 90px;
	width: 600px;
	height: 100px;
	border-top: #99ccff solid 0px;
	border-right: #003399 solid 0px;
	border-bottom: #003399 solid 0px;
	border-left: #99ccff solid 0px;
	font-size: 11pt;
	color: #0000CC;
	font-weight: normal;
	text-align: center;
	font-family: arial;
	}

