BODY { 	
		margin: 0;
		font-family: Arial, Helvetica, lucinda, sans-serif;
		font-size: medium;
		color: rgb(75,75,75);
		background-color: rgb(207,224,243);  lightest blue   
	/*	background-color:   rgb(255,255,255); */
		text-align: center /* To make page centered */
		}
	#i-content {
		margin: 0 auto;			/* To make page centered */
		padding: 20px 10px 10px 10px;
		width: 600px;			/* For IE */
		font-size: 85%;
		text-align: left;		/* To make page centered and keep text left */
		}
	html>body #i-content {min-width: 600px;		} /* IE doesn't see this */
	#i-image {
		float: left;
		}
	#i-sidebar {
		float: left;
		margin: 0;
		padding: 0px 0 0px 20px;
		font-size: 90%;
		}
	#i-sidebar dt {
		margin: 0;
		padding: 5px 0px 5px 33px;
		}
	#i-sidebar h3 {
		margin: 0;
		padding: 0px 0px 0px 33px;
		}
	#i-news {
		float: left;	
		width: 100%;
		padding: 20px 0;
		text-align: center /* To make page centered */
		}



	a:link {font-weight: bold; color: rgb(130,130,130); text-decoration: none;}
	a:visited {font-weight: bold; color: rgb(130,130,130); text-decoration: none;}
	a:active {font-weight: bold; color: rgb(130,130,130); text-decoration: none;}
	a:hover {font-weight: bold; color: rgb(159,67,67); text-decoration: none;}
