
* {
  margin: 0px;
  padding: 0px;
  }                                      
       
                     
div#background_centerPage2 {
                          float: left; 
						  position: relative;
                          width: 80%;
                          margin: 0% 0% 0% 10%;    /* down, left, up, right */
                          background-color: white;
						  border-radius: 0px 0px 4px 4px / 0px 0px 4px 4px;
                         /*outline: 1px solid powderblue;*/
                          }
						  
						  
button.header_button01 {
                       float: left;
					   position: relative;
                       width: 14.4%;
                       height: 34px;
					   color: white;
                       font-family: cambria;
                       font-size: 0.9em;
					   margin: 0% 0% 0% 0%;    /* down, left, up, right */
                       background-color: powderblue;
					   transition-duration: 0.5s;
                       border: 1px solid powderblue;
                       } 
					   
					   
button.header_button01:hover {
                             background-color: steelblue;
                             }
							 
							 
button.header_button02 {
                       float: left;
					   position: relative;
                       width: 12.2%;
                       height: 34px;
					   color: white;
                       font-family: cambria;
                       font-size: 0.9em;
					   margin: 0% 0% 0% 0%;    /* down, left, up, right */
                       background-color: burlyWood;
					   transition-duration: 0.5s;
                       border: 1px solid burlyWood;                                             
                       }
                        
                        
button.header_button02:hover {
                             background-color: rosybrown;
                             }
							 
							 
button#menuButton_smallerSize {
                              display: none;
                              }
																
/* JAVASCRIPT OPENNING */ 

/* ========== menu button for smaller screens start here ========== */

div#menuContainer {
                  dispaly: none;
                  }

/* ========== menu button for smaller screens end here ========== */	

/* JAVASCRIPT CLOSING */ 							
                                         
/* SCREEN SIZE STARTS */

@media screen and (max-width: 1375px) {


}

@media screen and (max-width: 1350px) {
                                                                 
       
} 

@media screen and (max-width: 1325px) {
                                             

} 

@media screen and (max-width: 1300px) {
	
                                           
}

@media screen and (max-width: 1275px) {
                                              

}


@media screen and (max-width: 1250px) {
                                                                        
       
}                             
 
@media screen and (max-width: 1225px) {
                                                                       
       
}  
 
@media screen and (max-width: 1200px) {

button.header_button01 {
                       float: left;
					   position: relative;
                       width: 14.4%;
                       height: 34px;
					   color: white;
                       font-family: cambria;
                       font-size: 0.8em;
					   margin: 0% 0% 0% 0%;    /* down, left, up, right */
                       background-color: powderblue;
					   transition-duration: 0.5s;
                       border: 1px solid powderblue;
                       } 


button.header_button02 {
                       float: left;
					   position: relative;
                       width: 12.2%;
                       height: 34px;
					   color: white;
                       font-family: cambria;
                       font-size: 0.8em;
					   margin: 0% 0% 0% 0%;    /* down, left, up, right */
                       background-color: burlyWood;
					   transition-duration: 0.5s;
                       border: 1px solid burlyWood; 
                       }                                                                            
       
}  
 
@media screen and (max-width: 1175px) {
                                                                       
	   
}

@media screen and (max-width: 1150px) {
	
button.header_button01 {
                       float: left;
					   position: relative;
                       width: 16%;
                       height: 34px;
					   color: white;
                       font-family: cambria;
                       font-size: 0.8em;
					   margin: 0% 0% 0% 0%;    /* down, left, up, right */
                       background-color: powderblue;
					   transition-duration: 0.5s;
                       border: 1px solid powderblue;
                       }
					   
					   
button.header_button02 {
                       float: left;
					   position: relative;
                       width: 14%;
                       height: 34px;
					   color: white;
                       font-family: cambria;
                       font-size: 0.8em;
					   margin: 0% 0% 0% 0%;    /* down, left, up, right */
                       background-color: burlyWood;
					   transition-duration: 0.5s;
                       border: 1px solid burlyWood; 
                       }  
					   

button#pageButton1A {
					display: none;
					}
					
					
button#pageButton1B {
					display: none;
					}
					
					
button#pageButton1C {
					display: none;
					}
					
					
button#pageButton2A {
					display: none;
					}
					
					
button#pageButton2B {
					display: none;
					}
					
					
button#pageButton2C {
					display: none;
					}
                                                                  
}  
 
@media screen and (max-width: 1125px) {
                                                                      
       
}  
 
@media screen and (max-width: 1100px) {

button.header_button01 {
                       float: left;
					   position: relative;
                       width: 16%;
                       height: 34px;
					   color: white;
                       font-family: cambria;
                       font-size: 0.75em;
					   margin: 0% 0% 0% 0%;    /* down, left, up, right */
                       background-color: powderblue;
					   transition-duration: 0.5s;
                       border: 1px solid powderblue;
                       } 


button.header_button02 {
                       float: left;
					   position: relative;
                       width: 14%;
                       height: 34px;
					   color: white;
                       font-family: cambria;
                       font-size: 0.75em;
					   margin: 0% 0% 0% 0%;    /* down, left, up, right */
                       background-color: burlyWood;
					   transition-duration: 0.5s;
                       border: 1px solid burlyWood; 
                       }                                                                        
       
} 
 
@media screen and (max-width: 1075px) {
                                                                         
       
} 
 
@media screen and (max-width: 1050px) {
                                                                      
       
}  
 
@media screen and (max-width: 1025px) {
                                                                    
       
}

@media screen and (max-width: 1000px) {
	
       
}  
 
@media screen and (max-width: 975px) {
                        
                                                                                                   
} 

@media screen and (max-width: 950px) {
                                                                      
       
} 

@media screen and (max-width: 925px) {
                                                                         
       
}

@media screen and (max-width: 900px) {

button.header_button01 {
                       float: left;
					   position: relative;
                       width: 17%;
                       height: 34px;
					   color: white;
                       font-family: cambria;
                       font-size: 0.72em;
					   margin: 0% 0% 0% 0%;    /* down, left, up, right */
                       background-color: powderblue;
					   transition-duration: 0.5s;
                       border: 1px solid powderblue;
                       } 


button.header_button02 {
                       float: left;
					   position: relative;
                       width: 15%;
                       height: 34px;
					   color: white;
                       font-family: cambria;
                       font-size: 0.72em;
					   margin: 0% 0% 0% 0%;    /* down, left, up, right */
                       background-color: burlyWood;
					   transition-duration: 0.5s;
                       border: 1px solid burlyWood; 
                       }                                                                          
       
}

@media screen and (max-width: 875px) {
                                                                           
       
}
 
@media screen and (max-width: 850px) {
                                                                            
       
} 

@media screen and (max-width: 825px) {
                                                                           
       
} 

@media screen and (max-width: 800px) { 
				 
button.header_button01 {
					   float: left;
					   position: relative;
                       width: 19%;
                       height: 34px;
					   color: white;
                       font-family: cambria;
                       font-size: 0.7em;
					   margin: 0% 0% 0% 0%;    /* down, left, up, right */
                       background-color: powderblue;
					   transition-duration: 0.5s;
                       border: 1px solid powderblue;					
                       } 


button.header_button02 {
                       float: left;
					   position: relative;
                       width: 17%;
                       height: 34px;
					   color: white;
                       font-family: cambria;
                       font-size: 0.7em;
					   margin: 0% 0% 0% 0%;    /* down, left, up, right */
                       background-color: burlyWood;
					   transition-duration: 0.5s;
                       border: 1px solid burlyWood; 
                       } 	
       
}
 
@media screen and (max-width: 775px) {
                                                                         
       
} 
 
@media screen and (max-width: 750px) {
                                                                     
       
}  
 
@media screen and (max-width: 725px) {
                                                                     
       
} 

@media screen and (max-width: 700px) {

button.header_button01 { 
                       float: left;
					   position: relative;
                       width: 23.5%;
                       height: 34px;
					   color: white;
                       font-family: cambria;
                       font-size: 0.7em;
					   margin: 0% 0% 0% 0%;    /* down, left, up, right */
                       background-color: powderblue;
					   transition-duration: 0.5s;
                       border: 1px solid powderblue;	
                       } 


button.header_button02 {
                       float: left;
					   position: relative;
                       width: 19%;
                       height: 34px;
					   color: white;
                       font-family: cambria;
                       font-size: 0.7em;
					   margin: 0% 0% 0% 0%;    /* down, left, up, right */
                       background-color: burlyWood;
					   transition-duration: 0.5s;
                       border: 1px solid burlyWood; 
                       }                                                                         
       
} 
 
@media screen and (max-width: 675px) {
                       
       
} 
 
@media screen and (max-width: 650px) {
                                                                       
       
}  

@media screen and (max-width: 625px) {
                                                    
       
} 
 
@media screen and (max-width: 600px) {

button.header_button01 {
                       float: left;
					   position: relative;
                       width: 23.5%;
                       height: 34px;
					   color: white;
                       font-family: cambria;
                       font-size: 0.7em;
					   margin: 0% 0% 0% 0%;    /* down, left, up, right */
                       background-color: powderblue;
					   transition-duration: 0.5s;
                       border: 1px solid powderblue;	
                       } 


button.header_button02 {
                       float: left;
					   position: relative;
                       width: 19%;
                       height: 34px;
					   color: white;
                       font-family: cambria;
                       font-size: 0.7em;
					   margin: 0% 0% 0% 0%;    /* down, left, up, right */
                       background-color: burlyWood;
					   transition-duration: 0.5s;
                       border: 1px solid burlyWood; 
                       }                                                         
       
}  

@media screen and (max-width: 575px) {
                         
       
} 


@media screen and (max-width: 550px) {
                                                    
              
}

@media screen and (max-width: 525px) {
                                                   
              
}

@media screen and (max-width: 500px) {

button.header_button01 {
                       float: left;
					   position: relative;
                       width: 27%;
                       height: 34px;
					   color: white;
                       font-family: cambria;
                       font-size: 0.7em;
					   margin: 0% 0% 0% 0%;    /* down, left, up, right */
                       background-color: powderblue;
					   transition-duration: 0.5s;
                       border: 1px solid powderblue;	
                       }  


button.header_button02 {
                       float: left;
					   position: relative;
                       width: 18%;
                       height: 34px;
					   color: white;
                       font-family: cambria;
                       font-size: 0.7em;
					   margin: 0% 0% 0% 0%;    /* down, left, up, right */
                       background-color: burlyWood;
					   transition-duration: 0.5s;
                       border: 1px solid burlyWood; 
                       }                                                    
              
}

@media screen and (max-width: 475px) {
                                                        
              
}

@media screen and (max-width: 450px) {
	
div#background_centerPage2 {
                           display: none;
                           }
						  
	
button.header_button01 {
                       display: none;
                       } 


button.header_button02 {
                       display: none;
                       }


button#menuButton_smallerSize {
                              display: block;
							  float: left; 
                              width: 75%;     /* 7 mm width and 5 mm height */
                              height: 21px;
                              text-align: center;
                              font-size: 0.8em;
                              margin: 0% 0% 0% 12%;    /* down, left, up, right */
                              color: white;
                              background-color: powderblue;
							  border-radius: 0px 0px 4px 4px / 0px 0px 4px 4px;
                              border: 1px solid skyblue;
                              }  
                   
                   
button#menuButton_smallerSize:hover {
                                    background-color: steelblue;
                                    }	

/* JAVASCRIPT OPENNING */ 

/* ========== menu button for smaller screens start here ========== */

div#menuContainer {
                  display: block;
                  float: left;
                  position: absolute;
                  width: 73%;
                  background-color: aliceblue;
                  margin: 1% 0% 0% 13%;    /* down, left, up, right */				  
                 /*outline: 1px solid red;*/
                  }
                  
                  
div#menuContainer2 {
                   float: left;
                   position: relative;
                   width: 100%;
                   margin: 0% 0% 0% 0%;    /* down, left, up, right */
                  /*outline: 1px solid brown;*/
                   }                  
                  
                  
div#menu_innerContainer {
                        float: left;
                        position: relative;
                        width: 100%;
                        height: 160px;
                        margin: 0% 0% 0% 0%;    /* down, left, up, right */
                        outline: 1px solid white;
                        }
                  
                  
button#menu_closeButton {
                        float: right; 
                        width: 9%;     /* 7 mm width and 5 mm height */
                        height: 21px;
                        text-align: center;
                        font-size: 0.7em;
                        margin: 1.5% 1.8% 1.5% 0%;    /* down, left, up, right */
                        color: limegreen;
                        background-color: #E8E8E8;
                        border-radius: 8%;
                        border: 1px solid #A8A8A8;
                        }  
                   
                   
button#menu_closeButton:hover {
                              color: green;
                              background-color: #E0E0E0;
                              }
							  
							  
div#menu_innerWrapper {
                      overflow: auto;
					  float: left;
                      position: relative;
                      width: 100%;
					  height: 105px;
                      margin: 0% 0% 0% 0%;    /* down, left, up, right */
                     /*outline: 1px solid red;*/
                      }
                              
                              
button.headerTop_button {
                        float: right; 
                        width: 100%;     /* 7 mm width and 5 mm height */
                        height: 21px;
                        font-size: 0.65em;
                        font-weight: bold;
                        margin: 0% 0% 0% 0%;    /* down, left, up, right */
                        color: white;
                        background-color: powderblue;
                        border-top-width: 0px;
                        border-right-width: 0px;
                        border-bottom-width: 1px;
                        border-left-width: 0px;
                        border-style: solid;                           
                        border-color: skyblue;                        
                        }
                        
                        
button.headerTop_button:hover {
                              background-color: steelblue;
                              }
                              
                              
button.headerBottom_button {
                           float: right; 
                           width: 100%;     /* 7 mm width and 5 mm height */
                           height: 21px;
                           font-size: 0.65em;
                           font-weight: bold;
                           margin: 0% 0% 0% 0%;    /* down, left, up, right */
                           color: white;
                           background-color: burlyWood;
                           border-top-width: 0px;
                           border-right-width: 0px;
                           border-bottom-width: 1px;
                           border-left-width: 0px;
                           border-style: solid;                           
                           border-color: burlyWood;                        
                           }
                        
                        
button.headerBottom_button:hover {
                                 background-color: rosybrown;
                                 }                               

/* ========== menu button for smaller screens end here ========== */   
							  
/* JAVASCRIPT CLOSING */ 	  									
              
}  

@media screen and (max-width: 425px) {

button#menuButton_smallerSize {
                              float: left; 
                              width: 80.5%;     /* 7 mm width and 5 mm height */
                              height: 21px;
                              text-align: center;
                              font-size: 0.8em;
                              margin: 0% 0% 0% 10.4%;    /* down, left, up, right */
                              color: white;
                              background-color: powderblue;
							  border-radius: 0px 0px 4px 4px / 0px 0px 4px 4px;
                              border: 1px solid skyblue;
                              } 

/* JAVASCRIPT OPENNING */ 

/* ========== menu button for smaller screens start here ========== */

div#menuContainer {
                  float: left;
                  position: absolute;
                  width: 78.3%;
                  background-color: aliceblue;
                  margin: 1% 0% 0% 11.5%;    /* down, left, up, right */
                 /*outline: 1px solid red;*/
                  }

                  
button#menu_closeButton {
                        float: right; 
                        width: 9%;     /* 7 mm width and 5 mm height */
                        height: 21px;
                        text-align: center;
                        font-size: 0.7em;
                        margin: 1.5% 1.8% 1.5% 0%;    /* down, left, up, right */
                        color: limegreen;
                        background-color: #E8E8E8;
                        border-radius: 8%;
                        border: 1px solid #A8A8A8;
                        }                  
                  
/* ========== menu button for smaller screens end here ========== */   
							  
/* JAVASCRIPT CLOSING */ 	   							  
              
} 

@media screen and (max-width: 400px) {

button#menuButton_smallerSize {
                              float: left; 
                              width: 85.5%;     /* 7 mm width and 5 mm height */
                              height: 21px;
                              text-align: center;
                              font-size: 0.8em;
                              margin: 0% 0% 0% 7%;    /* down, left, up, right */
                              color: white;
                              background-color: powderblue;
							  border-radius: 0px 0px 4px 4px / 0px 0px 4px 4px;
                              border: 1px solid skyblue;
                              }   

/* JAVASCRIPT OPENNING */ 

/* ========== menu button for smaller screens start here ========== */

div#menuContainer {
                  float: left;
                  position: absolute;
                  width: 82.4%;
                  background-color: aliceblue;
                  margin: 1% 0% 0% 8.5%;    /* down, left, up, right */
                 /*outline: 1px solid red;*/
                  }

                  
button#menu_closeButton {
                        float: right; 
                        width: 9%;     /* 7 mm width and 5 mm height */
                        height: 21px;
                        text-align: center;
                        font-size: 0.7em;
                        margin: 1.5% 1.8% 1.5% 0%;    /* down, left, up, right */
                        color: limegreen;
                        background-color: #E8E8E8;
                        border-radius: 8%;
                        border: 1px solid #A8A8A8;
                        }                  
                  
/* ========== menu button for smaller screens end here ========== */   
							  
/* JAVASCRIPT CLOSING */ 							  
              
} 

@media screen and (max-width: 375px) {

button#menuButton_smallerSize {
                              float: left; 
                              width: 90%;     /* 7 mm width and 5 mm height */
                              height: 21px;
                              text-align: center;
                              font-size: 0.8em;
                              margin: 0% 0% 0% 5%;    /* down, left, up, right */
                              color: white;
                              background-color: powderblue;
							  border-radius: 0px 0px 4px 4px / 0px 0px 4px 4px;
                              border: 1px solid skyblue;
                              }     


button#menuButton_smallerSize {
                              float: left; 
                              width: 90%;     /* 7 mm width and 5 mm height */
                              height: 21px;
                              text-align: center;
                              font-size: 0.8em;
                              margin: 0% 0% 0% 5%;    /* down, left, up, right */
                              color: white;
                              background-color: powderblue;
							  border-radius: 0px 0px 4px 4px / 0px 0px 4px 4px;
                              border: 1px solid skyblue;
                              }							  
              
} 

@media screen and (max-width: 350px) {

button#menuButton_smallerSize {
                              float: left; 
                              width: 93%;     /* 7 mm width and 5 mm height */
                              height: 21px;
                              text-align: center;
                              font-size: 0.8em;
                              margin: 0% 0% 0% 2%;    /* down, left, up, right */
                              color: white;
                              background-color: powderblue;
							  border-radius: 0px 0px 4px 4px / 0px 0px 4px 4px;
                              border: 1px solid skyblue;
                              } 


button#menuButton_smallerSize {
                              float: left; 
                              width: 93%;     /* 7 mm width and 5 mm height */
                              height: 21px;
                              text-align: center;
                              font-size: 0.8em;
                              margin: 0% 0% 0% 2%;    /* down, left, up, right */
                              color: white;
                              background-color: powderblue;
							  border-radius: 0px 0px 4px 4px / 0px 0px 4px 4px;
                              border: 1px solid skyblue;
                              }							  
              
}  

@media screen and (max-width: 325px) { 

/* JAVASCRIPT OPENNING */ 

/* ========== menu button for smaller screens start here ========== */

button#menu_closeButton {
                        float: right; 
                        width: 10.5%;     /* 7 mm width and 5 mm height */
                        height: 21px;
                        text-align: center;
                        font-size: 0.7em;
                        margin: 1.5% 1.8% 1.6% 0%;    /* down, left, up, right */
                        color: limegreen;
                        background-color: #E8E8E8;
                        border-radius: 8%;
                        border: 1px solid #A8A8A8;
                        } 
						
						
button#menuButton_smallerSize {
                              float: left; 
                              width: 93.8%;     /* 7 mm width and 5 mm height */
                              height: 21px;
                              text-align: center;
                              font-size: 0.8em;
                              margin: 0% 0% 0% 2%;    /* down, left, up, right */
                              color: white;
                              background-color: powderblue;
							  border-radius: 0px 0px 4px 4px / 0px 0px 4px 4px;
                              border: 1px solid skyblue;
                              }	

/* ========== menu button for smaller screens end here ========== */
							  
/* JAVASCRIPT CLOSING */ 							  
              
} 

@media screen and (max-width: 300px) {

/* JAVASCRIPT OPENNING */ 

/* ========== menu button for smaller screens start here ========== */

button#menu_closeButton {
                        float: right; 
                        width: 12%;     /* 7 mm width and 5 mm height */
                        height: 21px;
                        text-align: center;
                        font-size: 0.7em;
                        margin: 1.5% 1.8% 1.6% 0%;    /* down, left, up, right */
                        color: limegreen;
                        background-color: #E8E8E8;
                        border-radius: 8%;
                        border: 1px solid #A8A8A8;
                        }
																		

button#menuButton_smallerSize {
                              float: left; 
                              width: 93.8%;     /* 7 mm width and 5 mm height */
                              height: 21px;
                              text-align: center;
                              font-size: 0.8em;
                              margin: 0% 0% 0% 2%;    /* down, left, up, right */
                              color: white;
                              background-color: powderblue;
							  border-radius: 0px 0px 4px 4px / 0px 0px 4px 4px;
                              border: 1px solid skyblue;
                              }	

/* ========== menu button for smaller screens end here ========== */
							  
/* JAVASCRIPT CLOSING */ 							  
              
} 

@media screen and (max-width: 275px) {

/* JAVASCRIPT OPENNING */ 

/* ========== menu button for smaller screens start here ========== */
                    
button#menu_closeButton {
                        float: right; 
                        width: 13%;     /* 7 mm width and 5 mm height */
                        height: 21px;
                        text-align: center;
                        font-size: 0.7em;
                        margin: 1.5% 1.8% 1.6% 0%;    /* down, left, up, right */
                        color: limegreen;
                        background-color: #E8E8E8;
                        border-radius: 8%;
                        border: 1px solid #A8A8A8;
                        }												
						

button#menuButton_smallerSize {
                              float: left; 
                              width: 93.8%;     /* 7 mm width and 5 mm height */
                              height: 21px;
                              text-align: center;
                              font-size: 0.8em;
                              margin: 0% 0% 0% 2%;    /* down, left, up, right */
                              color: white;
                              background-color: powderblue;
							  border-radius: 0px 0px 4px 4px / 0px 0px 4px 4px;
                              border: 1px solid skyblue;
                              }
							  
/* ========== menu button for smaller screens end here ========== */
							  
/* JAVASCRIPT CLOSING */ 
							  
} 

/* SCREEN SIZE ENDS */ 	 