h1 {
 FONT-SIZE: 3em; 
 FONT-FAMILY: serif; 
 color: #000099; 
 TEXT-ALIGN: center
}
h2 {
 FONT-SIZE: 1.5em;  
 FONT-FAMILY: serif; 
 font-weight:normal; 
 TEXT-ALIGN: center; 
 text-decoration: underline
}
h3 {
 FONT-SIZE: 1.2em; 
 FONT-FAMILY: serif; 
 TEXT-ALIGN: center
}
P.Normal {
 FONT-SIZE: 1em; 
 FONT-FAMILY: serif
}
P.NormalC {
 FONT-SIZE: 1em; 
 FONT-FAMILY: serif; 
 TEXT-ALIGN: center
}
P.Small {
 FONT-SIZE: 0.5em; 
 FONT-FAMILY: serif
}  
P.BodyText {
 FONT-SIZE: 1.4em;  
 FONT-FAMILY: serif; 
 TEXT-ALIGN: center
}
P.Special {
 FONT-SIZE: 1.2em;
 FONT-FAMILY: Georgia, serif;
 font-style: italic;
 TEXT-ALIGN: center
}
UL.Indented {
 FONT-SIZE: 1em; 
 FONT-FAMILY: serif; 
 margin-right:1in; 
 margin-left:1in
}
 li {
 margin-bottom : 0.6em;
}
ol.Normal {
 FONT-SIZE: 1.2em;
 FONT-FAMILY: serif;
 margin-right:1in;
}
hr { 
 border-style: none; 
 background-color: 
 black; color: #999999
}
FORM {
 TEXT-ALIGN: center
}
 a:hover {
 color: #006600;
}


#top {
  height: 260px;
  width: 99%;
  top:5px;
  border:0px none;
  right: 10px;
  left: 5px;
  background-color : #eeffee; 
}
#left {
  position: absolute;
  border: #999999 2px solid;
  width:185px;
  top:285px;
  background-color : #ddffff; 
}
#main {
  position: absolute;
  top: 285px;
  left: 225px;
  right: 10px;
}