body {  position:relative;
	background: #808080;
       	margin: 0;
       	padding: 1;}

.logo {
	position:absolute;
	top:0;
	TOP: 5pt;LEFT:20pt;
	border-top: 5px solid #707070;
	border-left: 5px solid #707070;	
	border-right: 5px solid #505050;
	border-bottom: 5px solid #505050;	
	}

 .menu {
	position: absolute; 
	top: 210px; 
	left 1px; 
	width: 170px; 
	height: 700px; 
	font: 14px verdana, sans-serif; 
	/*z-index: 100;*/}

.menu a 
	{display: block; 
	text-align: center; 
	font: bold 1em sans-serif; 
	padding: 5px 10px; 
	margin: 0 0 1px;
	border-width: 0;
	text-decoration: none;color: #ffd;
	background: #444;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	border-top: 2px solid #505050;
	border-left: 2px solid #505050;}

.menu a:hover {color: #411;	background: #AAA;
	border-top: 2px solid white; 
	border-left: 2px solid white; 
	border-right: 2px solid #505050;
	border-bottom: 2px solid #505050;}

.menu a span {display: none;}

.menu a:hover span {display: block; 
	position: absolute;
	top: 250px;
	left:0;
	width:160px;
	padding: 5px;
	/*z-index: 100;*/
	color: #AAA;
	background:black;
	font: 14px Verdana, sans-serif;
	text-align: center;}
.content {position: relative;
	top: 50px;
	margin-right: 170px;
	margin-bottom: 30px;
	left: 172px; 
	color: #22232F; 
	background: #ffd; 
	font: 16px Verdana, sans-serif; 
	padding: 10px; 
	border: solid 5px #444;}

.content p {margin: 0 1em 1em;}
.content h3 {margin-bottom: 0.25em;}
.content a:link {color: blue;}
.content a:visited {color: purple;}
.content a:link:hover {color: red}
.content a:visited:hover {color: blue;}

code, pre {color: #EDC; 
	font: 110% monospace;}

h1 {margin: 0px 0px 0.5em; 
	padding: 10px 0 20px; 
	text-align: left; 
	background: #333; 
	color: #fff; 
	letter-spacing: 0.5em;
	text-indent: 172px;
	text-transform: uppercase; 
	font: bold 25px sans-serif; 
	height: 200px; 
	vertical-align: top; 
	white-space: nowrap;
	}
	
dt {font-weight: bold;}
dd {margin-bottom: 0.66em;}
p#quote {font: italic 16px sans-serif;padding-left: 20px; padding-right: 20px; color:#111;}
p#verseRef {font: bold italic 16px sans-serif; margin-bottom: 0.25em; color:#111;}

table {margin-bottom: 40px; margin-left:20; margin-right:20;}
			
th {font: bold 18px sans-serif; color: #22232F; text-align: left; 
	} 
td {font: 16px sans-serif; color: #22232F; 
	} 
.header {
 	position: absolute;
        top: 50px;
 	width: 100%;
 	top:0;
}

.footer {
 	position: absolute;
	margin-top: 60px;
}
.footer table {
	width: 100%;
}
.footer td {
	text-align: center;
}

 
