	body {
		background:#000066;
		}

	#top {
		background:#000099;
		background-image:url(images/TopGradient.jpg);
		}
		
	#left {
		background:#DDFDFF;
		overflow: auto;
		}
		
	#center {
		background:#E2FFE1;
		overflow: auto;
		}
		
	#right{
		background:#FDFFD7;
		}

	#links {
		background:#006600;
		}
		
	#footer
{
    background: #000099;
    border-top:1px solid white;
	border-bottom:1px solid white;
  	border-right:1px solid white;
  	border-left:1px solid white;
}
	.cleaner {
		clear:both;
		height:0px;
		font-size:0px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
		
	h1,h2,h3,h4 { margin: 0.2em 0 }
	p { margin: 0.5em 0 }
	a { color:black }
	
	.copy { text-align:center; font-size:80% }
