  
#container{
  
  margin-left : auto;
  margin-right : auto;
  width : 800px;
  text-align : center;
  

  
  background-color : #f1f8fa;
  top : 0px;
  height : auto;
  
}
#header{
  
  width : 800px;
  height : 100px;
  
  

  
  
  
  
  
  
  
  background-color : #7ebad3;
  font-size : 10pt;
  font-family : Verdana;
  color : #295252;
  padding-left : 0px;
}
#main{
  background-color : #f1f8fa;
  width : 800px;
  float : none;
  
  

  
  text-align : center;
  
  

  height : auto;
  color : teal;
  font-size : 10pt;
  font-family : Verdana;
  line-height : 14pt;
  
  
  

  
  
  
  
}
BODY{
  
  
  background-color : #7ebad3;
  text-align : center;
  
  
  

  margin-left : auto;
  margin-right : auto;
  
  background-repeat : repeat-y;
  

  
  

  
  

  
  

  height : auto;
  

  
}
A{
  text-decoration : none;
  font-size : 10pt;
  font-family : Verdana;
  
  color : #204040;
  
  line-height : 16pt;
}
A:HOVER{
  color : #00cccc;
  background-color : #f1f8fa;
}
TABLE{
  text-align : center;
  font-size : 10pt;
  font-family : Verdana;
  color : #306161;
  width : 500px;
}
H6{
  font-family : Verdana;
  font-size : 10pt;
  font-weight : bold;
  color : #2e5c5c;
}
P{
  font-size : 10pt;
  font-family : Verdana;
  color : #326565;
  text-align : center;
}
