body {
		color:#333;
		background-color:white;
		margin:20px;
		padding:0px;
		font:11px verdana, arial, helvetica, sans-serif;
		}
	h1 {
		margin:0px 0px 15px 0px;
		padding:0px;
		font-size:28px;
		font-weight:900;
		color:black;
		}
	h2 {
		font:bold 12px/14px verdana, arial, helvetica, sans-serif;
		margin:0px 0px 5px 0px;
		padding:0px;
		color:black
		}
	p {
		font:11px/20px verdana, arial, helvetica, sans-serif;
		margin:0px 0px 16px 0px;
		padding:0px;
		}
	.Content>p {margin:0px;}
	.Content>p+p {text-indent:30px;}

	a {
		color:#09c;
		font-size:11px;
		font-family:verdana, arial, helvetica, sans-serif;
		font-weight:600;
		text-decoration:underline;
		}
	a:link {color:#09c;}
	a:visited {color:#07a;}
	a:hover {background-color:#eee;}


	/* All the content boxes belong to the content class. */
	.content {
		position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
		width:auto;
		min-width:120px;
		margin:0px 210px 20px 170px;
		border:1px solid black;
		background-color:white;
		padding:10px;
		z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
		}
	
	#navAlpha {
		position:absolute;
		width:150px;
		top:20px;
		left:20px;
		border:1px dashed black;
		background-color:#eee;
		padding:10px;
		z-index:2;
		voice-family: "\"}\"";
		voice-family:inherit;
		width:128px;
		}
	/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
	length values to user agents that exhibit the parsing error exploited above yet get
	the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
	a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above).  165px 150px*/
	body>#navAlpha {width:128px;}

	img.one {
		position:absolute;
		width:165px;
		top:150px;
		left:15px;
		z-index:3
		}
   img.two {
		position:absolute;
		width:150px;
		top:290px;
		left:15px;
		z-index:3
		}

img.three {
			position:absolute;
			width:80px;
			top:360px;
			left:50px;
			z-index:3
		}

	#navBeta {
		position:absolute;
		width:190px;
		top:170px;
		right:20px;
		/*border:1px dashed black;
		background-color:#eee;
		padding:10px;*/
		z-index:1;
	/* Again, the ugly brilliant hack. */
		voice-family: "\"}\"";
		voice-family:inherit;
		width:168px;
		}
	/* Again, "be nice to Opera 5". */
	body>#navBeta {width:168px;}

	#navBeta1 {
			position:absolute;
			width:190px;
			top:20px;
			right:20px;
			border:1px dashed black;
			background-color:#eee;
			padding:10px;
			z-index:1;
		/* Again, the ugly brilliant hack. */
			voice-family: "\"}\"";
			voice-family:inherit;
			width:168px;
			}
		/* Again, "be nice to Opera 5". */
	body>#navBeta {width:168px;}
	
	
	/* new additions on 9/18 Footer starts here */
	
	#footer
		{
		position:absolute; /* Position is declared "relative" to gain control of stacking order (z-index). */
		width:auto;
		bottom:5px;
		align:center
		min-width:120px;
		/*background-color:#eee;*/
		padding:10px;
		z-index:1; /* This allows the content to overlap the right menu in narrow windows in good browsers. *
		/*border: solid 1px #fff;
		border-width: 1px 0;
		padding: 0.5em; */
		font-size:5px;
	}

p.footer {
		font:10px verdana, arial, helvetica, sans-serif;
		margin:0px 210px 20px 170px;
		padding:0px;
		}
		
		a.footer {
				color:#09c;
				font-size:10 px;
				font-family:verdana, arial, helvetica, sans-serif;
				font-weight:600;
				text-decoration:underline;
		}
		
		#content1 {
				position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
				width:auto;
				min-width:120px;
				margin:0px 210px 20px 170px;
				border:1px solid black;
				background-color:#3399FF;
				padding:10px;
				z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
				}
	
		
	</style>
	
