* {padding: 0px; margin: 0px; line-height: 15px}

body {
      margin: 0px 0px 0px 0px;
	  font: normal 10pt verdana, sans-serif;
	  background-image: url(images/bg-nav-top-all.jpg); 
	  background-repeat: repeat-x;
	 /* background-position: 0px 15px; */
	  background-color: #ffffff;   /* ececcc */
	  }
	  
p     {
		margin: 5px 10px;		  
	   }    
	   
		 
#logo {           
		 font: normal 1.8em verdana,sans-serif;
		 color: #ffffee;
		 margin-top: 3px;
		 text-align: center;
         }			 

  
              /* logo   */
#table1{
         width: 770px;
		 margin: 15px auto 0px auto;		
		}  
		 
		
		    /* main content  */ 
#table2 {
         width: 760px;
		 margin: 0px auto 0px auto;
		 background-color: #ffffff;
		 border: 3px double #006600;	
         }
		 
#table3 {
      margin: 0px;
	  padding: 0px;
      background-image: url(images/bg-bottom.jpg); 
	  background-repeat: repeat-x;
	 /* background-position: 0px 15px; */
	  }		 
	  
		/* bottom copyright */  
  #phrase {               
		 margin: 10px 0px 0px 0px;
		 font: normal .8em verdana,sans-serif;		 
		 text-align: center;
		 color: #2f4f4f;
         }		  
	  
	  
		    /* home page divs  */ 
.divHome {
         width: 150px;
		 height: 100px;
		 float: left;
		 margin: 0px 20px 0px 20px;
		 background-color: #f8f8f8;
		 border-top: 3px double #006600;	
		 border-left: 1px solid #808080;	
		 border-right: 1px solid #808080;	
		 border-bottom: 3px double #006600;	
		 cursor: hand;
		 cursor: pointer;
         }			
		 
		 
		   /* home page divs text */ 
.divHomeText {
             color: #006600; 
			 font-family: arial rounded mt bold, arial black;
			 font-size: 11pt; 
			 line-height: 25px; 
			 margin-top: 10px;	
			 }	  
		  
		 
 ul     {
		 margin: 0px  0px 0px 60px;
         }		
		 
 
		 
.center {
        text-align: center;
		}
		
.left {
        text-align: left;
		}		
		
.new {
      font-size: 8pt;
	  color: #808080;
	  margin-left: 5px;
	  }		
