body {
  margin: 0;
  padding: 0;
  background-color: white;
  background-image: url(images/tile2.jpg);
  background-repeat: repeat-x;   
  background-attachment:fixed;


  color: navy;
  font-family: Arial;
  font-size: 12pt;
  font-weight: normal;
  
  text-align: center;
} 


p {
  color: navy;
  font-family: arial;
  font-size: 10pt;
  font-weight: normal;  
  text-align: justify;
  margin: 5;
}


h1 { font-family: Arial; color: navy; font-size: 22; text-align: center; }
h2 { font-family: Arial; color: navy; font-size: 20; text-align: left; }
h3 { font-family: Arial; color: navy; font-size: 18; text-align: left; text-decoration: underline; }

#footer {

margin: 20;
font-size: 10pt;
font-weight: normal;
text-align: center;
color: black;

width: 600;

}


#MainArea {

  position:relative;

  color: navy;
  font-family: Arial;
  font-size: 11pt;
  font-weight: normal;
  
  text-align: left;
  
 }

#slideshow {
 position:absolute;
 top:232;
 right:173;

 
 color: navy;
 font-family: Arial;
 font-size: 11pt;
 font-weight: normal; 
 text-align: left;
 background: white; 

}
















