/* Set origin of page to 0,0 */

body {

  margin: 0px;
  padding: 0px;
  background-color: #EEE; 
  overflow-x: hidden; }

/* Use to center #page horizontally */

#horizontal {
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px; }

  
#page {
  position: absolute;
  top: 0px;
  width: 960px;
  height: 1400px;
  background-color: #FFF;
  left: 50%;
  margin-left: -480px; 
  border-left: 2px solid #000;
  border-right: 2px solid #000;  }

#header_div {
  position: absolute;
  top: 20px;
  left: 20px; }

#left_menu {
  position: absolute;
  top: 150px;
  left: 20px; }

 

#content { 
  position: absolute;
  top: 420px;
  left: 185px;
  width:640px;
  text-align: left; } 

tr {

border-collapse: collapse; 

}  

  

td {
 color:#000; 
 vertical-align: middle;
 margin:0px;
 padding: 0px;
 border: 0px solid #BBB; }

 

td.menu1 {

 color:#008000; 

 width:120px;

 height:28px;

 vertical-align: middle;

 padding-left:4px;

 margin:0px;

 background-color: #ABC;

 border-bottom: 0px solid #BBB;  }

 

a {

 font-family: Arial; 

 color:#000;

 font-size: 14px;

 font-weight: normal; 

 padding-left:0px;

 text-decoration: none;

 border: 0px solid #000; 

}

img {
border:0px;
}

a:hover {

color:#008000;  

}



a.bodytext {

 color:#008000; 

 font-family: Arial; 

 font-weight: normal; 

 text-decoration: underline; }

 

a.bodytext:hover {

 color:#000; 

 font-family: Arial; 

 font-weight: normal; 

 text-decoration: underline; }

 

p,li {color:#000; font-family: Arial;  margin-left:20px; font-size: 14px; font-weight: normal; text-decoration: none; text-align:justify; }




li.front_page {color:#000; font-family: Arial;  margin-left:20px; font-size: 14px; font-weight: normal; text-decoration: none; text-align:justify; padding:10px; }



td {

 color: #008000; 

 font-family: Arial; 

 font-size: 11px;

 font-weight: normal; 

 text-decoration: none;

 vertical-align:middle; }





h2 {

 color: #008000; 

 font-family: Arial; 

 font-size: 18px;

 font-weight: bold; 

 text-decoration: none; }

 

h3 {

 color: #000; 

 margin-left:20px;

 font-family: Arial; 

 font-size: 14px;

 font-weight: normal; 

 text-decoration: none; }

 

 

p.menu {

 color: #FFFFFF; 

 font-family: Arial; 

 font-size: 16px;

 font-weight: normal; 

 text-decoration: none; 

 width:100px;

 height:30px;

 display:block;

 padding-top:0px;

 padding-left:2px;

 margin:0px;

 border: 1px solid black;}

 

p.menu:hover {

 color: #DDD; 

 font-family: Arial; 

 font-size: 16px;

 font-weight: normal; 

 text-decoration: none; 

 width:100px;

 height:30px;

 display:block;

 padding-top:0px;

 padding-left:2px;

 margin:0px;

 border: 1px solid black;}





#menu {

 text-align:left; }

 

#myframe {

 width: 800px;

 height:auto;

 margin-right: auto;

 margin-left: auto;

 text-align: left; 

 border-top: 0px solid white; }

