    .Mother {
            position: relative;

            border-style:solid;
            border-width: 0px;
            border-color :red;

            margin-left:auto;
            margin-right:auto;
            margin-top: -10px;
            width: 1000;
            height: 100;
            }



    #EducationHeader     {
                        position: relative;
                        left: 10px;
                        top: 0px;
                        
                        width: 980;
                        height: 80;

                        background-image: url('Edc/EdcHdrBck.gif');
                        
                        border-style:solid;
                        border-width: 3px;
                        border-color :rgb(230,230,230);

                        -webkit-box-shadow: 5px 5px 20px rgb(100,100,100);
			-moz-box-shadow: 5px 5px 20px rgb(100,100,100);
			box-shadow: 5px 5px 20px rgb(100,100,100);
			
			background-color : rgb(116,165,130);

                        -webkit-border-radius: 12px;
			-moz-border-radius: 12px;
			border-radius: 12px;
                        }
                
                
	.Glass  {
			position:absolute;
			top:0px;
            
			width:110px;
			height:60px;
            border:0px;
            }
            
            
	.Glass a    {
                position:absolute;
                height:59px;
                width:110px;
                top:0px;
                z-index:+2;
                }
            

	.Glass a:hover  {
                     background-image:url(Edc/EdcHoverPanel.gif);
                    }
            
            
            
            

                      
    img {border : 0px;}
    
   
    
    
    .Abs {position: absolute;}
    
    
    
    .Brdr1 {border-style:solid; border-width: 1px;}
    


    .Rnd3  {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
    .Rnd5  {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
    .Rnd7  {-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;}
    .Rnd10 {-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}