body {
       background-color: #FFFFFF;
       font-family: Arial, Verdana, sans-serif;
       font-size: 13px;
       margin: 5px;
       padding: 5px;
       border: 4px dashed #000000;
     }
     
img {  border: 0;
       font-size: 90%;
    }

div.main { width: 99%;
           height: 100%;
           display: block;
           margin: auto;
           }


td.all {
         padding-left: 10px;
         padding-right: 20px;
         }

td.right { padding-left: 10px;
           padding-right: 10px;
           border-left: 1px solid red;
          }

.about { font-size: 11px;
         padding: 10px;
       }

td.menu { background-image: url('images/filetab.jpg');
          height: 50px;
          color: #fff;
        }

div.menu2 { position: absolute;
           top: 125px;
           left: 80px;
         }

ul.menu { list-style-type:none;
          font-family: Arial, Verdana, sans-serif;
          font-size: 11px;
          color:#000;
          margin-left: 5px;
          padding-left: 7px;
        }
        
ul ul.menu { list-style-type:disc;
             font-family: Arial, Verdana, sans-serif;             
             font-size: 10px;
             font-weight:normal;             
             color:#000;             
             margin-left: 5px;             
             padding-left: 7px;           
           }
           
p { font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
  }
  
ul { padding-left:20px;
   }

ul.frontpage { list-style-type: disc;
               list-style-position: inside;
               margin-left: 0;
	             padding-left: 1em;
	             text-indent: -1em;
             }

ul ul { padding-left:20px;
      }
      
ul ul ul { list-style-type: circle;
         }
         
.titlebar { position: absolute; 
            left: 65px;
            top: 15px;
            width: 760px;
            height: 150px;
          }

.footer { font-family: Arial,Helvetica,sans-serif;
          font-size: 10px;
          line-height: 12px;          
          color: #000;          
          text-align: center;
        }

.footer a:link {font-weight:bold;
                color: #3B2963;
                text-decoration:none;               
               }
               
.footer a:visited {font-weight:bold;
                   color: #000;
                   text-decoration:none;                  
                  }
                  
a:link {font-weight:bold;
        text-decoration:underline;
        color: black !important;
       }
       
a:visited {font-weight:bold;
           color: #000000;
           text-decoration:none;          
          }
          
a:hover {font-weight:bold;
         color: #ff7373 !important;
         text-decoration: underline;         
        }
        
h1 { font-family: Arial, Helvetica, sans-serif;
      font-size: 18px;     
      font-weight: bold;     
      margin-bottom: 0px;   }   
      
h2 { font-family: Arial, Helvetica, sans-serif;
     font-size: 15px;     
     font-weight: bold;   }   
     
h3 { font-family: Verdana, Helvetica, sans-serif;
     font-size: 13px;     
     font-weight: normal;   }   
     
h4 { font-family: Verdana, Helvetica, sans-serif;
     font-size: 11px;     
     font-weight: bold;   }      
     
.big {font-family: Arial, Helvetica, sans-serif;
     font-size: 18px;     
     font-weight: bold;     }
     
     
/* for filetab menu */

/*nav*/
#nav {
  position:relative;
  width:750px;
  display:block;
  margin:0 auto;
  list-style:none;
  font-family: Arial, helvetica, Sans-Serif;
  line-height:normal;
}
#nav LI {
  float:left;
  margin:0;
  padding:0;
}

/* Regular Tabs */
#nav a,
#nav A:active,
#nav A:visited{
  float:left;
  background:url("images/ftleft.jpg") no-repeat left top;
  margin:0;
  padding:0 0 0 6px;
  text-decoration:none;

}
#nav a span {
  float:left;
  display:block;
  background:url("images/ftright.jpg") no-repeat right top;
  padding:5px 8px 4px 6px;
  color:#fff;
}

/* Hover */
#nav a:hover {
  float:left;
  display:block;
  background:url("images/ftleft-on.jpg") no-repeat left top;
  padding:0 0 0 6px;
  color:#55A66F;
}
#nav a:hover span {
  float:left;
  display:block;
  background:url("images/ftright-on.jpg") no-repeat right top;
  padding:5px 8px 4px 6px;
  color:#000000;
}


