/* author: James Keasley */
/* Creation date: 25/06/2003 */

 body	   	{ background: #fff4bf;
 	     	  	  height: 100%;
 	     	  	  margin-top: 0;
 	     	  	  margin-bottom: 0;
 	     	  	  color: #000000;}
			  
 a:link 		{ background-color: transparent;
 		  	     color: #000000;}
 		  	     
 a:visited	{ background-color: transparent;
 		        color: #001AFF;}
 		        
 a:hover		{ background-color: transparent;
 		  		  color: #FF0000;
 		        font-style: oblique}
			 
 b,a,h2,
 h3,h4   	{ font-family: sans-serif;}
              
 img			{ border: 0;
 				  float: left;
 				  margin-right: 5pt;
 				  margin-bottom: 2pt;}
              
 p	    	 	{ background-color: transparent;
 				  text-align: justify;
	    	  	  font-family: sans-serif;
	    	 	  font-weight: 200;
				  color: #000000;	}
				  		  
 b				{ background-color: transparent;  	/* bold text*/
 	           font-weight: bold;
		  		  color: #000000;}

 a 			{ font-weight: bold; 			/* link text*/
          	  text-decoration: underline;}

 h1			{ background-color: transparent; /* title text*/
		  		  font-family: sans-serif;
		  		  font-size: 30pt;   
	           font-weight: bold;
		  		  text-align: left;
	           color: #3F3F3F;}
			  
 h2 			{ background-color: transparent;	/* heading text*/
 	      	  font-weight: bold; 
	      	  color: #000000;}
		  
 h3 			{ background-color: transparent;	/* label text*/
 		 		  font-weight: bold;
 				  color: #000000;}

 span			{ background-color: #3DB3F7;
 				  width: 10pc;
        		  height: 10%;
              text-shadow: black;
              color: #7f7f7f;}
 
  	  	  
 #title-bar	{ background-color: #000000;
 				  position:	absolute;
 				  width:100%;
 				  height: 65px;
 				  top: 0;
 				  right: 0;
 				  bottom: auto;
 				  left: 0; 				  
 				  color: #7f7f7f;}
              
 #menu-bar	{ background-color: #ffee76; 
         	  position:	absolute;
         	  border-style: outset;
         	  width: 95px;
         	  top: 75px;
         	  right: auto;
         	  left: auto;
         	  bottom: auto;
         	  padding: 5px;
         	  text-align: center;
         	  color: #000000; }

 #body		{ background-color: transparent;
    			  position: absolute;
    			  float: right;    			  
    			  width: auto;
    			  top: 80px;
    			  left: 150px;
    			  bottom: auto;
    			  padding: 5px;
    			  margin-right: 5%;
    			  margin-bottom: 20%;
    			  text-align: justify;
    			  color: #000000;}





