 
#container{
  width : 750px;
  margin-left : auto;
  margin-right : auto;
  text-align : left;
  
}
#menu{
  width : 200px;
  float : left;
  background-color : white;
  
  
  
  
  
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
#main{
  width : 520px;
  float : right;
  color : #666666;
  padding-top : 0px;
  padding-left : 5px;
  padding-right : 0px;
  padding-bottom : 5px;
  
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
}
BODY{
  
  
  text-align : center;
  color : white;
  
  text-decoration : none;
  font-family : CI,sans-serif;
}
H1{
  font-size : 1.5em;
  font-weight : normal;
  
  
  
  color : white;
  background-color : #0080ff;
  
  border-left-width : 12px;
  border-left-style : double;
  border-left-color : white;
  margin-top : 10px;
  margin-bottom : 10px;
  
  padding-left : 5px;
  border-right-style : double;
  border-right-color : white;
  padding-right : 5px;
  border-right-width : 12px;
}
P{
  
  
  color : #666666;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  font-weight : normal;
  text-decoration : none;
  font-size : 0.9em;
}
#main H2{
  font-size : 1em;
  padding-top : 5px;
  padding-left : 10px;
  
  padding-bottom : 5px;
  letter-spacing : 1px;
  
  
  background-color : #b9dcff;
  color : #0080ff;
}
#header h2{
  font-size : 0.8em;
  color : navy;
}
#menu H2{
  font-size : 0.9em;
  color : gray;
  border-left-width : 10px;
  border-left-style : double;
  border-left-color : #0080ff;
  text-decoration : none;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #0080ff;
  margin-left : 5px;
  padding-left : 5px;
}
#menu A{
  text-decoration : none;
  color : gray;
  
}
#menu A:HOVER{
  color : blue;
  font-size : 1em;
  text-decoration : underline;
}
TABLE{
  color : #666666;
  font-size : 0.9em;
  text-decoration : none;
}
#main H2 A:HOVER{
  color : #0080ff;
  text-decoration : underline;
}
#main H2 A{
  color : #0080ff;
  text-decoration : none;
}
#main A{
  text-decoration : none;
}
#main A:HOVER{
  color : blue;
  text-decoration : underline;
}
A{
  text-decoration : none;
}
A:HOVER{
  color : blue;
  text-decoration : underline;
}
