/* Author: Toni Szilagyi */
/* Feb 27, 2010 : Version 5 : Add About Us page */

body{
  font-family: Tohoma,Georgia,Helvetia,Verdana,Arial,sans-serif;
  font-size: 3;
  background-color: #E8E8E8;   
  }
  
 h2
 {
  border-style: single;
  color: red;
 } 
 
 h2.TitleIt
{ 
color: blue;
text-align: center;
background-color: whitesmoke;
} 

   

h1 {
  color: white;
  background-color: Blue;
 text-Align: center;
  }
  
  
h1.BBBanner
  {color: white;
  background-color: blue;
  text-align: center;
  }
 
h1.Greeting
  {color: white;
  background-color: blue;
  text-align: center;
  }
   
h1.GreenIt
  {color: white;
  background-color: green;
  text-align: center;
  }
  
   
h3 {
   border-style: single;
   color: navy;
   }


li {
  font-family: Tohoma,Georgia,Helvetia,Verdana,Arial,sans-serif;
   }
  
p {
  margin-top: 2px;
  }
  
  div.MainPanel
  {
  margin-left: 20%;  /* make room for leftpanel */
  margin-right: 1%;
  
  }
  
  div.LeftPanel
  {
  position: absolute;
  top: 120px;
  left: 10px;
  width: 10%;
  color: mediumpurple;
  background-color: whitesmoke;
  }
  
   div.MainPanel3
  {
  margin-left: 20%;
  margin-right: 50%;
  position: absolute;
  top: 120px;
  left: 10px;
  width: 50%;
    }
  
   div.RighPanel3
  {
  margin-left: 75%;
  right: 10px;
  top: 120px;
  width: 40%
  color: mediumpurple;
  background-color: whitesmoke;
  }
  
   
  img.FloatRight{
  float: right;
  margin: 10px
  }
  
  img.FloatLeft{
  float: left;
  margin: 10px;
  
  }
  
  p.subsize {font-size: x-small;} 
  p.StressIt{font-size: xx-large; text-align: center; color: navy;}
  p.NoteIt {font-size: x-large; text-align: center; color: purple;}
  
  
  
  
