body
	{
	  background-color:dodgerblue;
	  color:#330099;
	}
	
.menu
	{
		position:absolute;
		top:100px;
		left:0px;
		max-width:120px;
	}
	
.menu h3
	{
		background-color:#99ffff;
		color:#006699 ;
	}

.menu a
	{
		display:block;
		background-color:#ffc6a5;
		border:0px;
		margin-top:5px;
	}
	
.submenu
	{
	  position:absolute;
		top:100px;
		right:0px;
		max-width:120px;
	}
	
.submenu a
	{
	  display:block;
	  background-color:#ffc6a5;
	  margin-top:5px;	  
	}	
	
.center
	{
	  margin-left:auto;
	  margin-right:auto;
	  text-align:center;
	  margin-top:30px;
	}	
a
	{
		text-decoration:none;
		border:0px;
		padding:5px;
		color:#0000ff;
	}
	
.menu a:hover
	{
		text-decoration:none;
		border:0px;
		padding:5px;
		color:#ff0000;
	}	


	
.menu img
	{
		text-decoration:none;
		border:0px;
	}	
	
.content
        {  	
	       background-color:#f0fff0;
	       color:#000000;
          position:absolute;
          left:120px;
          top:103px;
          width:725px;
          min-height:100%;
          border: medium double #aaaaaa;
          border-top:0px;
          padding-right:5px;
          padding-left:5px;
          padding-bottom:10px;
        }
        

.content a 
	{
		color:#800000;
	}

.content #centre a
	{
		color:#ffffee;
	}
	

.content table
	{
		width:690px;
		border:2px double #cccccc;
	}
	
.content th 	
	{
		background-color:#d9bfb3;
		
	}
	
.content td
	{
		width:50%;
		border:2px double #cccccc;
	}
.content #small
	{
	  width:10%;
	}
	
.content h1, h2, h3
	{
		margin-right:auto;
		margin-left:auto;
		text-align:center;
	}
	
.content h4, h5, h6
	{
		color:#0000ff;
	}

.content #leftimg {
					  float:left;
					  margin:10px;
					  }

.content #rightimg {
					  float:right;
					  margin:10px;
					  }
.highlight
	{
	  font-style:italic;
	  background-color:#ffff99;
	  color:#330099;	
	}
		
		
#left
	{
		width:10%;     
	}



        

        
.header
        {
          position:absolute;
          top:0px;
          left:0px;
          font-size:150%;
          background-color:#debdde;
          width:100%;
          height:100px;
          margin-top:0px;
          margin-right:auto;
          margin-left:auto;
          text-align:center;
          padding:0px;
        }
        
.separator
        {
          position:absolute;
          top:100px;
          left:0px;
          background-color:#cc0000;
          width:100%;
          height:3px;
        }
        
.header img.left
        {
          float:left;
          clear:left;
          margin:5px;
         }
         
.header img.right
        {
          float:right;
          clear:right;
          margin:5px;
         }         

.box_right h4
		{
		  line-height:40%;
		  margin:0px;	
		}
		
.box h4
		{
		  line-height:40%;
		  margin:0px;	
		}
		
.indent
	{
		position: relative;
		left : 35px;
		width:660px;
	}
	
.indent table
	{
		width:500px;
	}
	
.footer
	{
		position:relative;
		bottom:5px;
		left:0px;
		margin-top:5px;
		margin-bottom:5px;
		margin-right:auto;
		margin-left:auto;
		text-align:center;
	}

#lhbutton a 
	{
	  background-color:#ff9900;
	  font-size:12px;
	  font-weight:bold;
	  text-decoration:none;
	  display:block;
	  width:60px;
	  padding:5px;
	  margin:10px;
	  border:4px outset #cc0000;
	 
	}
	
#centre
	{
	  margin-left:auto;
	  margin-right;auto;
	  text-align:center;	
	}
	
#lhbutton a:hover
	{
	  background-color:#cc0000;
	  border: 4px inset #ff9900;
	}