div.navigation:hover {
 background: #FFFFEE; 
}

div.navigation{
    background: url(/images/whitetexturelong.gif);
}

BODY 
  {

  background: #cdcdcd url(backGreen.jpg);
  background-repeat: repeat-x;
  font-family: Tahoma;
  font-size: 10pt;
  }
  
A
 {
  text-decoration: none;
 }
 
 
H1
{
font-size: 15pt;
font-family: Tahoma;
font-weight: bold;
text-align: center;
color: FF6633;
}

H2
{
font-size: 13pt;
font-weight: bold;
font-style: italic;
text-align: left;
color: FF6633;
}


P
{
 font-family: Tahoma;
 font-size: 10pt;
 text-align: center;
}


TD
{
 font-family: Tahoma;
 font-size: 10pt;
}


TD.contact
{
 font-family: Tahoma;
 font-size: 10pt;
 text-align: right;
}

IMG.imageselect
{
 border-top: 2px dashed #FF6633; border-left: 2px dashed #FF6633; border-right: 2px dashed #FF6633; border-bottom: 2px dashed #FF6633; width: 186px; height: 300px; display: inline;
}

IMG.imageselect:hover
{
 border-top: 2px solid black; border-left: 2px solid black; border-right: 2px solid black; border-bottom: 2px solid black; width: 186px; height: 300px; display: inline;
}
 
IMG.imageselect2
{
 border-top: 2px dashed #FF6633; border-left: 2px dashed #FF6633; border-right: 2px dashed #FF6633; border-bottom: 2px dashed #FF6633; display: inline;
}