/* Mast head is simulation of top frame */
#mastHead{ position: absolute;
           top: 5px;
           left: 5px;
           width: 95%;
           height: 187px;
           z-index: 1;
           background-color: #FFFFFF;
           /*border: 2px solid #0000DD;*/
	   border:none;
	   padding: 5px;
	   background-image: url("images/wight_aerials_banner.jpg");
	   background-repeat: no-repeat;
           color: #000000;
           text-align: left;
	   padding-left: 10px;
           }
	   
#strapline{ position: absolute;
           top: 190px;
           left: 0px;
           width: 100%;
           height: 40px;
           z-index: 1;
           background-color: #FFFFFF;
           /*border: 2px solid #0000DD;*/
	   border:none;
	   color: #000000;
           text-align: center;
	   padding-left: 10px;
	   vertical-align: bottom;
           }	   
	   
/* Link Index is the simulation of left index/browsing frame */
#linkIndex{ position: absolute;
            left: 0px;
            top: 190px;
	    
            width: 200px;
	    height: 400%;
            /*border: 2px solid #DD0000;*/
            padding: 3px;
	    border:none;
            background-image: url("images/bgfill2.gif");
	    background-repeat: repeat-y;
            /*background-position: bottom;*/
            /*padding-bottom: 300px;*/
	    padding-left: 10px;
	    font-family: Arial,Helvetica,sans-serif;
            }
	    
	    
#contentsBox{ position: absolute;
              margin-top: 190px;
              margin-left: 205px;
              /*border: 2px solid #00DD33;*/
              padding: 0px 5px;
	      border:none;
              /*border-left: 2px solid #BBB;*/
              font-family: Arial,Helvetica,sans-serif;
	      }
  
	      
	      
/*redefine linkIndex for pretty links*/
#linkIndex>a{ padding-left: 10px;
              /*font-weight: bold;
              font-size: 90%;*/
              border-left: 1px solid #fff;}

/*style rules for Improvements page*/
#linkIndex>a,#linkIndex>a:link{ text-decoration:none;
                                }
#linkIndex>a:visited{ color: green;
                      }
#linkIndex>a:hover{ color: #DD0000;
                    /*background-color: lightblue;*/
                    text-decoration: underline;
                    /*border-right: 15px solid;
                    border-left: 1px solid;*/
		    }
#contentsBox tt { color: navy;
                  background-color: #FFDDAA;
                  padding: 0px 3px;
                  }
#contentsBox>a:hover{ color: #DD0000;
                    text-decoration: underline;
		    }		  
#mastHead>h1{ padding-right: 1em;
              }
#mastHead>h1:hover{ color: #FFF;
                    }
#foot{ /*font-family: monospace;*/
       color: #2277DD;
       }	 