/* Author: Fe Angelique Obenza */

body { 
     background: #c8e4c9; 
     color: #000000;  
     text-align: center;
     }

#wrapper {
         width: 756px;
         margin: 0 auto;
         text-align: center;
         }

.text {
      text-align: left;
      }
 
#main {
      text-algin: center;
      margin: auto;
      }

td {
   font-size: 9pt;
   font-family:'Arial';
   }
   
h2 {
   color:#3d8e3d;
   font-size:12pt;
   font-family:'Arial'; 
   }   
   
a:link {
       color: #3d8e3d;
       text-decoration: none;
       }

a:visited {
          color: #3d8e3d;
          text-decoration:none;
          }
     
a:hover {
        color: #3d8e3d; 
        text-decoration:none;
        }
        
        

#header {
        margin: 0;
        width: 756px;
        height: 152px;
        background: url('images/header.png'); 
        }

#nav {
     margin: 0;
     width: 756px;
     height: 40px;
     padding-right:25px;
     background: url('images/nav.png') no-repeat;
     }

#nav ul {
        display:inline;
        padding-right: 0px;        
        }
     
#nav ul li {
        list-style-type:circle;
        padding-right: 25px;
        float:right;
        font-weight:bold;
        font-family:'Arial';
        font-style: italic;
        font-size: 10pt;
        }

#nav ul li a {
        color:#000000;
        text-decoration:none;
        }
        
#nav ul li a:hover {
        color: #3d8e3d;
        }

#flash {
       margin: 0;
       background: url('images/main_bg.png') repeat-y;
       }        

#flash_home {
       margin-left: -28;
       margin-top: -30;
       float: left;
}      
        
#content {
         margin: 0;
         background: url('images/main_bg.png') repeat-y;
         float:center;
         padding: 2%;
         width: 756px;  
         height:auto;
         font-size:10pt;
         font-family:'Arial'; 
         }
         
#content .style1 {
         display:block;
         float:center;
         padding: 2%;
         width: 700px;  
         font-size:10pt;
         font-family:'Arial';   
         }  
     
   
#shadow {
        margin: 0;
        width: 756px;
        height: 6px;
        background: url('images/main_stage_shadow3.gif')no-repeat; 
        }
     
#footer2 {
        margin: auto;
        padding-top: 8px;
        width: 756px;
        height:40px;
        background: url('images/footer.png') no-repeat;
        text-align:center;
        color: #ffffff;
        font-weight:100;
        font-family:'Verdana';
        font-size: 9.5pt;
        }




.required {color:red;padding-left:5px;font-size:10px;  font-style: oblique;}
 .form-small-text {
    color: #333333;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.form-input-width {
    font-size: 12px;
    width: 245px;
}
.tabledata {
    color: #654917;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
}
        
