
	body, html {
		font-family: Verdana, Arial, Sans;
		font-size: 16px;
		margin: 0;
		padding: 0;
             
	}
	
	a {
		color: #000000;
		text-decoration: none;
	}
	a:visited {
		color: #8000FF;
	}
	a:active {
		color: #FF0000;
	}
	a:hover {
		text-decoration: underline;
	}
	
	h1 {
		color: #7c13c2;
	}
	h2 {
		color: #7c13c2;
	}
	
	#legBanner {
		background: url('../_images/SF feet2.png') no-repeat;
		margin-left: 5px;
		padding: 15px 20px;
		height: 150px;
              width: 1000px;
		font-size: 3em;
		color: #EEEEEE;
		letter-spacing: 15px;
		white-space: nowrap;
		overflow: hidden;
	}
	
	#leftNav {
		width: 173px;
		padding: 0;
		border: 3px dotted silver;
		position: absolute;
		top: 195px;
		left: 5px;
		float: left;
	}
	#leftNav li {
		list-style: none;
		margin: 0.9em 8px;
	}
	
	#content {
		margin: 5px 5px 0 190px;
		padding: 0 10px;
	}
	
	#credit {
		position: absolute;
		bottom: -23px;
		color: silver;
		font-size: 0.75em;
	}
	#credit a {
		color: silver;
	}
      


