body {
	color:#333;
	background-color:thistle;
	margin:20px;
	padding:0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:10px;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	font-weight:bold;
	color:#000099;
	}
h2 {
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h3 {
	font-size:13px;
	line-height:14px;
	font-weight:bold;
	}
h4 {
	font-size:12px;
}
h5 {
	font-size:10px;
	font-weight:normal;
}

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {
	background-color:ivory;
	text-decoration: underline;
}
  

/* 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 200px 20px;
	border:1px solid black;
	background-color:oldlace;
	padding:10px;
	z-index:4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.content2 {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 50px 20px 200px;
	border:1px solid black;
	background-color:oldlace;
	padding:10px;
	z-index:4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navAlpha {
	position:absolute;
	width:180px;
	top:130px;
	left:20px;
	border:1px dashed black;
	background-color:ghostwhite;
	padding:10px;
	z-index:2;
	}
		
#navBeta {
	position:absolute;
	width:180px;
	top:130px;
	right:20px;
	border:1px dashed black;
	background-color:ghostwhite;
	padding:10px;
	z-index:1;
	}

#banner {
	height:60px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	}
#footer {
    top:100%;
	position:absolute;
	margin-top:-20px;
	z-index:3;
	}
.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: 10px;
	color: #000099;
}
