body {
		font-family:"ARIAL","VERDANA","HELVETICA"; 
		background: url("../img/bgColor100Black.jpg") repeat-x;
		background-color: #000000;
	}
	.navPick {
		font-family: arial;
		font-size: 14px;
		padding: 10px,0px, 0px, 0px;
	}
	.navPickSmall { 
		padding: 1px, 0px, 1px, 20px; 
		font-size:smaller; 
		font-family: arial;
	}
	.siteNav {
		font-size: smaller;
		text-decoration: none; color: 
		navy; font-weight: bold; 
		font-family: arial;
	}
	
	.navPick a:link, .navPick a:visited {
		text-decoration: none; 
		color: #FF33FF; 
		font-weight: bold;
	}
	
	.navPick a:hover {
		color: #0099FF;
	}

	.navPickSmall a:link {
		text-decoration: none; 
		color: #CC0000; 
		font-weight: bold;
	}
	.navPickSmall a:hover {
		text-decoration: none; 
		color: #CC9900;
		font-weight: bold;
	}
	.navPickSmall a:visited {
		text-decoration: none; 
		color: #999999; 
		font-weight: bold;
	}
	a:link {
		text-decoration: none; 
		color: #CC0000;
	}
	a:visited {
		text-decoration: none; 
		color: #CC6600;
	}
	a:hover {
		color: #CC9900;
	}
	
	p,li {
		text-align: left;
	}
	img.stretchy {
		position: relative;
		border: solid 0px #000000;
		z-index: 0;
		top: 0%;
		width: 100%;
		height: 96;
	}

