	body {
		margin:20px 20px 0px 20px;
		background:#EDEDEA;
		}
	
	#main {
		border:2px solid #000; 
		background:#fff;
		}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

	#main #menu {
		border-left:3px solid #000; 
		float:left;
		width:230px;
		background:#fff;
		margin:0px 10px 10px 0px;
		}
	#main #news{
		border-left:1px solid #000; 
		border-bottom:1px solid #000;
		float:right;
		width:230px;
		background:#000;
		margin:0px 0px 10px 10px;
	}

	h1,pre {
		margin:0px 10px 10px 10px;
	}
	.linkTitle{
		font-family:georgia, times new roman, serif;
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
  		padding:2px;
		letter-spacing: .3em;
  		background:#000;
  		text-transform:uppercase;		
		}		
	.newsTitle{
		font-family:georgia, times new roman, serif;
		color:#000;
		font-size:14px;
		font-weight:bold;
  		padding:2px;
		letter-spacing: .5em;
  		background:#fff;
  		text-transform:uppercase;		
	}	
	.newsHeader{
		font-family:georgia, times new roman, serif;
		color:#000;
		font-size:12px;
		font-weight:bold;
  		padding:2px;
  		background:#fff;
  		text-transform:uppercase;		
	}	
	.newsText{
		font-family:georgia, times new roman, serif;
		color:#fff;
		font-size:10px;
  		padding:2px;
  		background:#000;
	}
	.linkCollection{
		margin: 30px;
	}

	A.sideLink 			{ margin-left:10px; color: #003366; text-decoration: none; }
	A.sideLink:link		{ color: #003366; text-decoration: none; }
	A.sideLink:visited	{ color: #003366; text-decoration: none; }
	A.sideLink:active	{ color: #999999; text-decoration: none;  }
	A.sideLink:hover		{ color: #999999; text-decoration: none; }
	
	h1 {
		font-size:18px;
		padding-top:10px;
		}
	
	#menu p { 
		font-size:14px;
		margin: 0px 0px 0px 0px;
	}
	
	h2 {
		font-size:16px;
		padding-top:10px;
		}

	h3 {
		font-size:14px;
		padding-top:10px;
		}
