/* Mast head is simulation of top frame */
#mastHead{ position: absolute;
           top: 0px;
           left: 0px;
           width: 100%;
           height: 175px;
           z-index: 1;
           background-color: #FFF;
           /*border: 2px solid #0000DD;*/
	   border:none;
           color: #FF9A00;
           text-align: left;
	   padding-left: 10px;
           }
	   
	   
/* Link Index is the simulation of left index/browsing frame */
#linkIndex{ position: absolute;
            left: 0px;
            top: 179px;
            width: 175px;
            /*border: 2px solid #DD0000;*/
            padding: 3px;
	    border:none;
            /*background-image: url("images/Cisco_Certified_125.gif");*/
            background-repeat: no-repeat;
            background-position: bottom;
            padding-bottom: 300px;
	    padding-left: 10px;
	    font-family: Arial,Helvetica,sans-serif;
            }
	    
	    
#contentsBox{ position: relative;
              margin-top: 179px;
              margin-left: 175px;
              /*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;
       }	 