body{ 
background-color:#D1ECFF;

text-align: center; /* for IE */
} 

#container { 
  margin: 0 auto;   /* align for good browsers */
  width:800px; 
  margin-left:auto; 
  margin-right:auto;
  margin-top:20px; 
  background-color:#ffffff; 
  } 

#header{ 
  background-image: url(ban.png); 
  background-repeat: no-repeat; 
  width:800px; 
  height:200px; 
  border-bottom:solid;
  border-bottom-color:#7F9FFF;
  border-bottom-width:1px;
} 

#header_text {  
  padding-top: 180px;
  padding-right:20px;
  text-align: right; /* counter the body center */  
  color: #7F9FFF;
  font-family:"Arial";
  font-size:12px;   
}

#header_text img{  
  border:none; 
}

#bannerpics{  
  width:800px; 
  height:75px; 
} 

#menu{
  padding-right:20px;
  background-color:#7F9FFF;
  text-align: left; /* counter the body center */  
  color: #ffffff;
  font-family:"Arial";
  font-size:12px; 
  border-bottom:solid;
  border-bottom-color:#7F9FFF;
  border-bottom-width:1px;  
}

#menu a{  
  text-align: right; /* counter the body center */  
  text-decoration :none ;
  color: #ffffff;
  font-family:"Arial";
  font-size:12px;   
  padding-right: 10px;
  padding-left: 10px;
}

#menu a:hover{
  background-color:#ffffff;
  color: #7F9FFF;
  
}


#content{ 
background-color:#ffffff;
float:left;
width:790px;
text-align: left;
color: #7F9FFF;
font-family: "Arial";
font-size:12px; 
margin-right :10px ; 
padding-left:10px; 
padding-top:10px; 
} 

#content td{
	font-family: "Arial";
font-size:12px; 
}

#content h1{
  font-size:20px;
}

#content h2{
  font-size:16px;
}

#content a{
	text-decoration :none ;
	font-size:12px; 
	color: #7F9FFF;
	font-family:"Arial";
  text-decoration:underline;
}

#content img{
  border:hidden;
}



#footer { 
  float:left;
  background-color:#7F9FFF;
  border-top:solid;
  border-top-color:#7F9FFF;
  border-top-width:thin;
  width:800px;
  font-size:10px; 
  color: #ffffff;
  font-family:"Arial";
  text-align :center ; 
  padding-top:4px;}
  
#footer a{
	text-decoration :none ;
	font-size:10px; 
	color: #ffffff;
	font-family:"Arial";
}

#footer a:hover{
	text-decoration:underline;
}

