﻿body
{
 margin:0px;
 padding:0px;
 background-color:#cccccc;
 font-size:14px;
 
    }
  p 
    {
    line-height:150%;
     }
#DivContent
{   
    margin:0px auto;
    width:780px;
    height:100%;
    background-color:#ffffff; 
    }
 /* -----------------DivHeader------------------ */    
#DivHeader
{ 
    margin: auto;
    width: 780px;
    height: 119px;
    background-image:url(/SYSTEMFILES/IMAGES/headerBG2.jpg);
    }
    
  /* -----------------DivHR--------------- */   
  #DivHR
  {font-size:0px;
    height:3px;
    width: 780px;
    background-image:url(/SYSTEMFILES/IMAGES/HrBG.gif);
    }
    
 /* -----------------DivTabs------------------ */  
 #DivTabs
 { 
    background-image: url(/SYSTEMFILES/IMAGES/TabsBg.gif);
    width: 780px;
    height: 30px;
    border-bottom:solid 1px #666666;
    }
 
#DivTabs li { display: inline; height: 30px;}
#DivTabs li a { float: left; padding: 7px 5px auto auto;height: 30px; width: 90px;background-repeat:no-repeat }



 /* -----------------DivBody------------------ */      
  #DivBody
  {
    margin: 3px 0 0 0;
    width: 780px;
    height:100%;
    min-height:500px;
    display:table;
    }  
  #DivCurrentPosition  
   {
     width:780px;
     height:22px;
     font-size:12px;
     color:#003333;
     line-height:22px;
     border-bottom:solid 1px #666666;
    } 

  #DivPageContent
  {
    width:720px;
    height:auto;
    padding:8px 5px auto 5px; 
    margin:15px auto auto auto;
    color:#444444;
    }
       
    
   .titleCss
   {
    font-size:18px;
    color:#333366;
    font-family:微软雅黑,黑体;
    font-weight:bold;
    }

  
  /* -----------------DivFooter------------------ */     
  #DivFooter
  {
    margin: auto;width: 780px;height: 90px; font-size:12px;
    clear: both; text-align: center; line-height: 1.8em; padding: 10px 0 10px 0; border-top: 1px solid #ccc; 
    }

  #DivFooter a{ text-decoration:none;color: #003B6E; background: inherit;}
  #DivFooter a:hover { color:#E0692A; background: inherit; }	
  
  a
  {
    color:#666666;
     text-decoration:none;
    }
  a:hover
  {
    color:#FF0000;
    text-decoration:underline;
    }  
