/* main elements */
BODY,H1,H2,H3,H4,H5,H6,P,A,LI {
  margin-left:1%;
  font-family:sans-serif;
}
BODY {
  background-color: white
}
P {
  margin-right:1%;
  margin-top:1%;
  text-align:left;
}
A {
}
IMG {
  border:0;
}
TD{
  vertical-align:top;
}

/* body table cell */
TD.bodyCell{
  width:75%;
}

/* z-indices */
IMG.logo,IMG.header,IMG.leftNavButton,P.copyright {
  z-index:100;
}

/* header style info */
TD.topBorder {
  width:100%;
  height:20%;
  margin-left:1%;
}

/* navigation styles */
TD.leftNavMenuCell {
 width:25%;
}
IMG.leftNavButton {
  padding:0;
}

/* other things */
P.bodyText {
  margin-left: 10%;
  margin-right: 5%;
}
P.phoneNumber {
  font-size:200%;
}
P.address {
  ;
}
SPAN.question {
  font-weight: bold;
}
LI.faqItem {
  margin-bottom:1em;
}

