/* CSS Style sheet index.css */

html{
    background-color: rgb(150,150,165);
    margin: 0;
}

/*html{
    background-color: rgb(255,255,255);
    background-image: url("../pics/pip oak 03.jpg");
    background-repeat: repeat;
    margin: 0;
}*/

#content{
    width: 736px;
    margin: 0 auto 0 auto;
}

#mainimage{    
    background-image: url(../pics/TMF02.gif);
    width: 793px;
    height: 320px;
    background-repeat: repeat;
    margin: 0 auto 0 auto;
}

#maintext{
   font-family:Arial, sans-serif;
   line-height: 150%;
   margin: 2em 20% 0 20%;
}

#maintextcen{
   font-family: Arial, sans-serif; 
   font-style: italic;
   font-size: 2em;
   color: #ffffff;
   margin: 2em 5% 2em 5%;
}

#maintextlge{
   font-family:Arial, sans-serif;
   line-height: 150%;
   font-size: 1.5em;
   font-weight: normal;
   text-align: justify;
   margin: 2em 10% 0 10%;
   clear: both;
}

.textwhite {
font-weight: bold;
text-decoration: underline;
color: white;
}

.textcen {
text-align: center;
}

#textcenpt{
   text-align: center;
}

#textcenrp {
 text-align: center;
}

#image1{
   float: left;
   border: medium double rgb(168,205,247);
   padding: 5px 5px 5px 5px;

}

#image2{
   float: left;
   border: medium double rgb(168,205,247);
   padding: 5px 5px 5px 5px;
}

