/* For IE & Mozilla-based browsers: */
.LHS {
	margin-left: 0mm;
	float: none;
	clear: left;
}
/* For Mozilla-based (CSS2-fully complaint) browsers only: */
[class~="LHS"] {
  margin-left: 0mm;
  float: none;
}
/* ###### Body Text ###### */
body {
  background-color: white;
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
h1, h2, h3 {
  /*font-family: "trebuchet ms", tahoma, sans-serif;*/
}
h1 {
  font-weight: bold;
  font-size: 150%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0.5ex;
}
img {
  border: none;
}
p {
text-indent: 1.5em;	
}
/* ###### Side Box ###### */
.sideBox {
	width: 100%;
	margin-top: 0mm;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	float: none;
font-family: arial, helvetica, sans-serif,tahoma, verdana;
}
.sideBox div {
  font-weight: bold;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  padding: 0.5ex 0.5em 0.5ex 0.5em;
}
.sideBox a, .sideBox a:hover, .sideBox span {
  line-height: 1.25em;
  display: block;
  padding: 1.25ex 0.5em 1.25ex 0.75em;
font-family: arial, helvetica, sans-serif,tahoma, verdana;
}

/*************/
h1, h2, h3, q, #header div, #header div *, #footer *, .headerTitle, .sideBox div, .topOfPage
{ /* Text Color: */  color: #4080ff; }
h1, q,  #header, .sideBox, .sideBox div
{ /* Border Color: */  border-color: #0080ff; }
#header, .sideBox div,  .sideBox a:hover, .sideBox .thisPage
{ /* Background Color (darker): */  background-color: #e8f0ff; }
q, .sideBox a, .sideBox span
{ /* Background Color (lighter): */  background-color: #fafcff; }
/* ###### Special Colors ###### */
acronym {
  color: blue;
  border-bottom-color: blue;
}
#bodyText a {
  color: #4080ff;
  border-bottom-color: #4080ff;
}
#footer {
  background-color: #f2f6ff;
}
a.inline, a.inline:hover{
  /*line-height: 1.25em;*/
  display:  inline;
  padding: 0;
font-family: arial, helvetica, sans-serif,tahoma, verdana;
}