﻿html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background color: #FDBE02 ;
	face="courier new" ;
	size=5;
	}
#container {
	min-height: 100%;
	position: relative;
	}
#header {
	padding: 5px;
	}
#body {
	padding: 10px; 
	padding-bottom: 20px;		/* Height of the footer */
	}
#footer {
	position: relative;
	width: 100%;
	height: 20px;			/* Height of the footer */
	}
/* other non-essential CSS */
#header p {
	margin: 0;
	padding: 10px 0 0 10px;
	}
#footer p {
	margin: 0;
	padding: 10px;
	}
#hleft { 
	position: absolute; 
	top: 1.2em;
	left: 1em;
	z-index: 2;
	}
#hcenter {
	position: static;
	z-index: 1;
  	}
#hright	{
	position : absolute;
	top: 1.6em;
	left: 84%;
	z-index: 2;
	}
#fleft { 
	position: absolute;
	top: 1em;
	left: 1em;
	z-index: 2;
	}
#fcenter {
	position: static;
	z-index: 1;
	}
#fright	{
	position: absolute;
	top: 1em;
	left: 92%;
	z-index: 2;
	}
#member {
	font-family: ariel ;
	font-size: smaller ;
	height: 80% ;
	width: 100% ;
	}
#astyle {
  	border: 4px outset;
  	padding: 2px;
	width: 40% ;
  	text-decoration: none;
	font-family: Times New Roman ;
	font-size: large ;
	}
#aback  {
  	text-decoration: underline;
	}
#ihdr1a {
	color: #3300cc;
	font-size: X-large ;
	}
#ihdr1b {
	color: #3300cc;
	font-size: Large ;
	}
#ihdr1c {
	color: #3300cc;
	font-size: Medium ;
	}
#ihdr1d {
	color: #000000;
	font-size: Small ;
	}
a.inav1:link    { color: black; text-decoration: none ; }
a.inav1:visited { color: black; text-decoration: none ; }
a.inav1:hover   { color: black; text-decoration: underline ; }
a.inav1:active  { color: black; text-decoration: none ; }

.nstyle1 {
      font-size: small ;
      font-family: Times New Roman ;
	  border: 3px outset;
  	  padding: 1px;
	  width: 16% ;
      text-decoration: none ;
      background-color: #B8B8B8 ;
      color: black;
 	}
