h6.address {
	color: Gray;
	font-family: Verdana, Geneva, Arial, Helvetica, fantasy;
	font-size: 10px;
	font-weight: normal;
}

BODY {
	color: Black;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, fantasy;
	font-size: 10px;
	text-align: left;
	background-image: url(images/verticbar_yellow1.png);
	background-position: top;
	background-repeat: repeat-x;
}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size: 18px;
	font-weight:900;
	color:#ccc;
	font-family: Verdana, Geneva, Arial, Helvetica, fantasy;
	}
h2 {
	font:bold 12px/14px Verdana, Geneva, Arial, Helvetica, fantasy;
	margin:0px 0px 5px 0px;
	padding:0px;
	}

ul ul {
	list-style-type: lower-alpha;
}
.Content>p {margin:0px;}

.Content>p+p {text-indent:0px;}

a {
	color:#09c;
	font-size: 10px;
	font-family:Verdana, Geneva, Arial, Helvetica, fantasy;
	font-weight:600;
	text-decoration:none;
	}
a:link {color: #09c;}
a:visited {color: #07a;}
a:hover {background-color: transparent;  color: Navy;  font-weight: bold;  }
  

/* 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: 100px 210px 20px 170px;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.Content1 {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin: 5px 210px 20px 170px;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
.Content1>p {margin:0px;}

.Content1>p+p {text-indent:0px;}



.menu {
	position: relative;
	left: -20%;
}
	
	
	
#navAlpha {
	position: absolute;
	width:150px;
	top: 100px;
	left:20px;
	border: 1px solid Navy;
	background-color: #FFFC7D;
	padding:10px;
	z-index:2;
	}
	
body>#navAlpha {width:128px;}
		
#navBeta {
	position:absolute;
	width:190px;
	top: 100px;
	right:20px;
	border: 1px solid Navy;
	background-color: #FFFC7D;
	padding:10px;
	z-index:1;
	}	

body>#navBeta {width:168px;}

.message {
	display: none;
	}