body{
    
    text-align : center;

}

#container {
           
        width: 765px ;
        margin-right: auto ;
        margin-left: auto ;
        margin-top: 3px ;
        text-align: left ;
}

#header {

   height:187px;
   width:765px;

}

#main {

      margin-left : 275px;
      margin-right : 20 px;
      margin-top : -30px;

}

#left_menu {
     float : left ;
     width: 249px ;
     height : 670px;

}

#right_menu {
     float : right ;
     width: 136px ;
     height : 48px;
	 margin-top:-3px;
}


#button a{
  background-image : url("images/menu_button.gif");
    background-repeat : no-repeat;
    width : 249px;
    height : 48px;
    float : left;
    text-decoration : none;
}

#button a:hover {

   background-image : url("images/menu_button_hover.gif");
}


#menu_bottom {

    background-image : url("images/menu_bottom.gif");
    background-repeat : no-repeat;
    width : 249px;
    height : 23px;
    float : left;

}

/* menu_bottom a:active{
 text-decoration: none;
} */

#footer_1 {
    /*background-color : #1D9431;*/
    width : 765px;
    height : 70px;
    left : 0px;
    margin-top : 0px;
    margin-left : 10px;
    margin-right : 10px;
}

#text_footer_1 {
   width : 765px;
    height : 70px;
    margin-top : 0px;
    margin-left : 10px;
    margin-right : 10px;
}

#text_footer_1 a {
   text-decoration : none;
}

#text_footer_1 a:hover {
  text-decoration : underline;
}

#footer_2 {
    background-color : #10054F;
    width : 765px;
    height : 51px;
    left : 0px;
    padding-top : 5px;
    margin-left : 10px;
    margin-right : 10px;
}

#text_footer_2 {
    width : 765px;
    height : 51px;
    margin-top : 4px;
    margin-left : 10px;
    margin-right : 10px;
    color : white;
}

#atb {
    width : 765px;
    height : 51px;
    font-size:9px;
    padding-top:10px;
    text-align:center;
    color : #000000;
}

#atb a {
     color : #000000;
}

#footer_images{
   width : 765px;
    height : 101px;
    padding-top : 20px;
    margin-left : 10px;
    margin-right : 10px;
}

#footers {
  clear: both;
  width: 765px;
  height : 254px;
/*margin-left : -10px;*/
  }


h1{
  font-family :  times, arial, courier,  serif, sans-serif;
  text-align:left;
  color : #100590;
  font-size : 28px;
  text-decoration:underline;
}

h2{
  font-family :  times, arial, courier,  serif, sans-serif;
  color : #10054F;
  font-size : 22px;
}

p {
  
text-align : justify;

}
