.LHS {
  margin-left: 2.5mm;
  float: left;
  clear: left;
}

/* For Mozilla-based (CSS2-fully complaint) browsers only: */
[class~="LHS"] {margin-left: 5mm;}

/* ###### Body Text ###### */
body {
  background-color: white;
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 95%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100%;
}

h1, h2, h3 {font-family: "trebuchet ms", tahoma, sans-serif;}

h1 {
  font-weight: bold;
  font-size: 120%;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  padding-bottom: 0.5ex;
}

h2 {
  font-weight: bold;
  font-size: 100%;

  padding-bottom: 0.5ex;
}

img {border: none;}

code {
  font-family: "lucida console", monospace;
  font-size: 90%;
}

dt {
  font-weight: bold;
}

dd {
  padding-bottom: 1.5em;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -66px;
}

#bodyText {
  text-align: justify;
  line-height: 1.5em;
  margin: 10mm 5mm 0 14em;
  padding: 0 1em 1ex 1em;
}

#bodyText p {
  padding-bottom: 2ex; font-size: 90%;
}

#bodyText a {
  text-decoration: underline;
  color:#000099;
}

#bodyText a:hover {
  border-bottom: none;
}

/* ###### Header ###### */
#header {
  border-bottom: 1px dotted;
  border-top: 1px dotted;
  margin: 1mm 0 5mm 0;
  padding: 10px 5px 10px 200px;
 background-color: #eeeeff !important;
}

/* ###### Side Box ###### */
.sideBox {
  width: 12.5em;
  margin-top: 2.5mm;
  margin-bottom: 60px;
}

.sideBox div {
  font-weight: bold;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-top-style: dotted;
  border-top-width: 1px;
  padding: 1ex 0.5em 1ex 0.75em;
  
}

.sideBox a, .sideBox a:hover, .sideBox span {
  color: black;
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 1ex 0.5em 1ex 1.75em;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #000099;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: #000099;
}

.sidebox a {
	background-image:url(/images/arrow.gif);
	background-repeat:no-repeat; 
	background-position:10px 16px; 
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #fff;
}

.sidebox a.subnavi,div.subnavi  {  margin-left: 1.8em; }

.sidebox a.active_nav {
	border-bottom:0px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #fff;
	background-color:#fff;
}


/* ###### Footer ###### */

#footer {
  color: #000099;
  border-top-style: dotted;
  border-top-width: 1px;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  margin-top: 5mm;
  clear: left;
  height: 26px
  
}

#footer div {
  font-size: 85%;
  line-height: 1.25em;
  text-align: right;
  padding-right: 8mm;
}

.footerLHS {
  float: left;
  clear: left;
  padding: 4px 4px 4px 225px;
}

h1, h2, h3, #header div, #header div *, #footer *, .headerTitle, .sideBox div, .topOfPage { color:#000099; }
h1, #header, .sideBox, .sideBox div {  color: #000099; }
#header, .sideBox div, .sideBox a:hover, .sideBox .thisPage {  background-color: #fff; }
.sideBox a, .sideBox span {   background-color: #eeeeff; }

#footer { background-color: #eeeeff; padding-top:3px;}

ul li {  list-style:disc;font-size: 90%;}

a.pdf { background-image:url(/images/ico_pdf.gif);}
a.word { background-image:url(/images/ico_word.gif);  }
a.pdf, a.word { padding-left:24px; display:block; background-repeat:no-repeat; background-position:0px 3px; margin-bottom:8px; margin-left:20px; }

.sponsor_l {
	width: 200px;
	margin-top: 20px;
	float: left;
}

.sponsor_r {
	width: 200px;
	margin-top: 20px;
	float: left;
	padding-left:100px;
}
