html,body {
  font-family: 'Lucida Grande', verdana, helvetica, 'sans serif';
  font-size: 10pt;
  background-color: #fff;
  margin: 0;
  text-align: left;
}
#header {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 732px;
  height: 91px;
  color: #fff;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
#logo {
  border: 0px;
  width: 630px;
  height: 75px;
}
#logobox {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 630px;
  height: 75px;
  padding-bottom: 5px;
  padding-top: 5px;
}
#logobox a {
  border-bottom: none;
}
#footer a {
  border-bottom: none;
}
a:link, a:visited {
  color: #530000;
  border-bottom: 1px dashed black;
  text-decoration: none;
}
a:hover {
  color: #000;
  border-bottom: 1px solid black;
  text-decoration: none;
}

#contentArea a:link, #contentArea a:visited {
}
#contentArea a:hover {
}

.lawtoggle a:link, .lawtoggle a:visited {
  border-bottom: none;
}

#middle {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 732px;
  background: #fbfdea url('/css/middle.gif');
  background-repeat: repeat-y;
  min-height: 600px;
}
/*for IE*/
/*\*/
* html #middle { height: 600px; }
/**/


#menu {
  border-top: 2px solid #530000;
  border-bottom: 2px solid #530000;
  width: 710px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  color: black;
}
#menu table {
}
#menu a:link, #menu a:visited {
  color: black;
  border-bottom: none;
}
#menu a:hover, #menu td:hover {
  text-decoration: underline;
  border-bottom: none;
}

#menu td {
  text-align: center;
  padding: 2px 10px;
  margin-right: 2px;
  border-right: 2px solid #530000;
}
#nextpage {
  text-align: right;
}
#nextpage a:link, #nextpage a:visited {
  border-bottom: 1px dashed black;
}
#nextpage a:hover {
  text-decoration: none;
  border-bottom: 1px solid black;
}
#contentArea {
  position: relative;
  z-index: 2;
  margin-left: 65px;
  margin-right: 65px;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
}
#footer {
  position: relative;
  font-size: 8pt;
  margin-top: 0em;
  padding-top: 24px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 732px;
  height: 50px;
  color: black;
  background: #FFF url('/css/bottom.gif');
  background-repeat: no-repeat;
  margin-bottom: 0px;
}


.lawgroup {
  border: 2px solid black;
  margin: 5px;
  padding: 5px;
}
.lawgroup h4 {
  margin: 0px;
  margin-bottom: 5px;
}
.lawtext {
  margin: 5px;
  padding: 5px;
  background-color: white;
}

.l0 {
  margin-left:    36pt;
}
.l1 {
  margin-left:    72pt;
}

