body {
	background-color: #0099CC;
	}
	/*the next section defines three columns, currently only using left and right.
change so that the cols add up to  less than 100 % */

	#mainleft { 
		width:49%;
	/*	height:80%;		*/

		float: left;
		font-style: italic;
		font-size: 14px;
		color:#ffffff;
	/*	background:#ccffff;		*/
		padding-bottom:10px;
		padding-top:10px;
		}

	#maincenter {
		
		width:0%;
		float:left;
		font-style: italic;
		font-size: 14px;
		color:#000099;
		padding:10px;
		}
	
		
	#mainright {
		width:49%;
	/*	height:80%;		*/
		float: right;
		font-style: italic;
		font-size: 14px;
		color:#ffffff; 
	/*	background:#ccffff;		*/
		padding-bottom:10px;
		padding-top:10px;
		}
	
	/* #mainright p { font-size:10px} */
