#indexContent
{
  background: white;
  background: white url(../images/bowlSMALL2.jpg) no-repeat 90% 50%;
  margin: 0;
  padding: 0 20px 0px 20px;
  color: #006666;
  min-height: 300px;
}

#welcome
{ 
/*  border: 1px solid red;*/
  width: 450px;
  float: right;
}

#welcomeTitle
{
  font-family: arial, verdana, sans-serif;
/*  font-size: 16px;*/
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  display: block;
  padding-top: 10px;
}

#indexContent .caption
{
  width: 150px;
  cursor:pointer;
/*  margin: 10px 10px 10px 10px;*/
  margin: 20px;
  padding: 15px;
  text-align: center;
  background: #ccffcc;
  border: 1px solid #96d09d;
}

#indexContent .caption a:hover,
#indexContent .caption a:hover .captionMessage,
#indexContent .caption a:hover .captionTitle
{
  cursor:pointer;
/*  background: #ccffcc; */
}

.captionImage
{
/*  padding-left: 25px;*/
  height: 100px;
  width:  150px;
  display: block;
  background: white;
  border: 1px solid #96d09d;
  overflow: hidden;
/*  border: 1px solid red;*/
}
.captionTitle
{
  font-family: arial, verdana, sans-serif;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  display: block;
  height: .3em;
  background: #ccffcc;
/*  border: 1px solid red;*/
}

.captionMessage
{
  font-family: arial, verdana, sans-serif;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  display: block;
}

#indexContent .caption a, 
#indexContent .caption a:visited
{
  color: #006666;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}



#indexContent .horizontalRule
{
  border-top: 1px solid #96d09d;
  width: 210px;
  margin-top: 20px;
  margin-left: 10px;
  display: block;
/*  border: 1px solid red;*/
}

#indexContent hr
{
  display: none;
}

