.evenDirectoryListIndex
{
  position: relative;
  background-color: #ccddcc;
  width: 100%;
  margin-bottom: 10px;
  height: 155px;
  width: 580px;
}

.oddDirectoryListIndex
{
  position: relative;
  background-color: #c0d0cc;
  width: 100%;
  margin-bottom: 10px;
  height: 155px;
  width: 580px;
}

.directoryListTitle
{
  position: relative;
  top: 2px;
  left: 10px;
  font-weight: bold;
  width: 580px;
}

.directoryListImg
{
  position: relative;
  top: 5px;
  left: 10px;
}

.directoryListTextWithImage
{
  position: relative;
  top: -100px;
  left: 170px;
  height: 124px;
  width: 400px;
}

.directoryListTextNoImage
{
  position: relative;
  top: 0px;
  left: 10px;
  height: 124px;
  width: 560px;
}