/* fix the @$%@ IE6 scrolling bug */
h1, h2, h3, h4, h5, h6 { position: relative; font-weight: normal; margin: 0px; padding: 0px;
letter-spacing: 2px;
color: #990000;
}


BODY {
  overflow: auto;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}

#head {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 82px;
  background-image: url(images/LW_head.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent;
  z-index: 500;
  border-bottom: 1px maroon solid;
}

#content {
  	position: absolute;
  	top: 85px;
  	width: 100%;
  	padding-left: 130px;
	padding-right: 10px;
	background-color: transparent;
	z-index: 300;
}

#content h1, h2 {
	margin-bottom: 0px;
	margin-top: 0px;
}

#navbar {
  	position: absolute;
  	top: 100px;
  	left: 0px;
  	width: 130px;
	z-index: 500;
}


H1 {
  	font-size: 22px;
	letter-spacing: 2px;
	color: #990000;
	line-height: 100%;
}

H2 {
font-size: 18px;
}

HR {
	width: 90%;
	background-color: transparent;
	height: 3px;
	text-align: center;
	color: #CC6666;
	filter: Alpha( Opacity=80, Style=2, );
visibility: visible;
}

P {
  font-size: 10pt;
  padding-bottom: -10px;
}

LI {
  font-size: 10.5pt;
}

UL {
	list-style-position: inside;
	margin-right: 10px;
	margin-left: 10px;
}

UL.out {
	list-style-position: outside;
}

ul.bullet {
list-style-type: none;
list-style-image: url(images/bullet.png);
}

.just {
text-align: justify;
}

UL UL {
	margin-left: 30px;
}

A {
	color: Maroon;
	text-decoration: none;
	background-color: transparent;
}

A:HOVER {
	color: #CC0000;
	text-decoration: none;
	background-color: transparent;
}



.but A {
  width: 110px;
  line-height: 110%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: maroon;
  background-image: url(images/b_tex.jpg);
  background-color: transparent;
  text-align: center;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 1px;
  padding-top: 1px;
  margin-left: 5px;
  margin-bottom: 3px;
  letter-spacing: 1px;
  border-top: 1px maroon solid;
  border-right: 1px Maroon solid;
  border-bottom: 1px Maroon solid;
  border-left: 1px maroon solid;
}

.but A:HOVER {
  color: #2F4F4F;
  background-image: url(images/b_texon.jpg);
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 1px;
  padding-top: 1px;
  margin-left: 5px;
  border-top: 1px #2F4F4F solid;
  border-right: 1px #2F4F4F solid;
  border-bottom: 1px #2F4F4F solid;
  border-left: 1px #2F4F4F solid;
}

.smbut A {
  width: 220px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: maroon;
  background-image: url(images/b_tex.jpg);
  background-color: transparent;
  text-align: center;
  padding: 2px;
  letter-spacing: 0px;
  border-top: 1px maroon solid;
  border-right: 1px Maroon solid;
  border-bottom: 1px Maroon solid;
  border-left: 1px maroon solid;
}

.smbut A:HOVER {
  color: #2F4F4F;
  background-image: url(images/b_texon.jpg);
  padding: 2px;
  border-top: 1px #2F4F4F solid;
  border-right: 1px #2F4F4F solid;
  border-bottom: 1px #2F4F4F solid;
  border-left: 1px #2F4F4F solid;
}


.small {
  font-size: 9pt;
}

.smaller {
  font-size: 8pt;
  color: #B47A88;
}

.smallest {
  font-size: 7.0pt;
  font-family: Arial, Tahoma, sans-serif;
}



DIV.alpha {
	background-color: transparent;
	Filter: Alpha( Opacity=50, Style=2, );
	width: 120px;
	text-align: center;
}

