	body {
		background: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 24px;
		color: #336699;
	}
	
	td, th {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #333333;
	}
	
	a {
		color: #003366;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	#top {
		background: #99CCFF url(/images/title-bkg.png) top left no-repeat;
	}
	
	#leftColumn {
		background: #DEEDFB;
		width: 200;
		vertical-align: top;
	}
	
	#content {
		background:  url(/images/big-not-so-smiley.gif) center no-repeat;
		vertical-align: top;
	}

	#rightColumn {
			background: #F2F2F2;
			width: 100;
			vertical-align: top;
	}

	#footer {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #333333;
		text-align: right;
	}
	#footer a {
		color: #999999;
		text-decoration: none;
		text-align: right;
	}
	#footer a:hover {
		color: #666666;
		text-decoration: underline;
	}



