/* home.css */

.lawTable td {
  border: 2px solid white;
  margin: 5px;
  vertical-align: top;
  width: 430px;
  background: transparent url(/images/home/background.gif) repeat-x top;  
}

.lawTable td img {
  margin: 10px 15px; 
}

.lawTable h1 {
  background: transparent url(/images/menu/fond.gif) repeat-x left;
}

.lawTable h1 a {
  font-size: 18px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  line-height: 30px;
  width: 100%;
  padding-left: 10px;
  //padding-left: 0; 
}

.lawTable h1 a:hover {
  background: transparent url(/images/menu/hover.gif) repeat-x left;
  color: black;
}

.lawTable .homeContent {
}

.lawTable p {
  font-size: 12px;
  padding: 2px 15px;
}

.lawTable ul {
  padding-left: 30px;
}

.lawTable ul li {
  font-size: 12px;
  padding: 2px 0;
}
