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;
	}
	
#tb3	{
		color: #000000 ;
		font-family: Arial, Helvetica, sans-serif ;
		}
#tb2	{
		color: #000000 ;
		height: 400px ;
		font-family: Arial, Helvetica, sans-serif ;
		}
#tb1	{
		color: #3300cc ;
		font-size: x-Large ;
		height: 150px ;
		text-align: center ;
		padding: 5px ;
		}
#td1	{
		color: #000000 ;
		font-size: 12pt ;
		font-family: Arial, Helvetica, sans-serif ;
		}
#td2 	{	
		color: #000000;
		font-size: x-small ; 
		font-family: "Courier New", Courier, monospace ;
		}
#r1 	{	
		margin-top: -7em ;
			}
#r2 	{	
		margin-left: 2em ;
			}
.marcau {
		text-align: center ;
		margin-bottom: 1em ;
		margin-top: -1em ;
		color: #000000 ;
		font-family: Arial, Helvetica, sans-serif ;
		font size: 10.5pt ;
		}
		
a.a1:link    { color: red; text-decoration: none ; }
a.a1:visited { color: red; text-decoration: none ; } 
a.a1:hover   { color: blue; text-decoration: underline ; }
a.a1:active  { color: blue; text-decoration: none ; }

<!--[if lt IE 7]>
<style media="screen" type="text/css">
#container {
	height: 100% ;
	}
</style>
<![endif]-->



