/*NavBar Document */
body {
	background-color: #ffffe0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
}

img {
	padding: 1em;
}

#navbar{
	margin: 2em 2em;
	width: 15em;
	padding: 5px;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	text-align: center;
	color: #002152;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#navbar ul li {
	margin-left: 0;
	padding: 3px 5px;
	list-style: none;
	display: inline;
	background-color: #fff68f;
	width: 6em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#navbar ul li a{
	text-decoration: none;
	color: #002152;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#navbar ul li a span {display: none;}

#navbar ul li a:hover span {
	text-align:center;
	display: block;
	position: absolute; 
	top: 95px;
	width: 34%;
	left: 33%;
	right:33%;
	padding: 3px; 
	margin: 10px; 
	z-index: 100;
	color: #8b795e; 
	font: 10px Verdana, sans-serif; 
}

#legal {
	clear:both;
	text-align: center;
	padding-top: 015em;
}
#welcometojethro {
	text-align: center;
}
h1 {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {font-family:Georgia, "Times New Roman", Times, serif;}
p {font-family:Georgia, "Times New Roman", Times, serif;}
/*color swap attempt
*/

#navbar ul li a:hover{
	text-decoration: none;
	color: #fff68f;
	background-color:#002152
}
