/* Class to control size of input box on homepage*/
.size-ctrl   {
	font-family: monospace;
	font-size: 8pt;
	color: black;
	background: white;
	width: 110px;
}

.splash	{
	font-size: .75em;
	color: black;
	background: white;
}
.lacsearch {
	font-size : .8em;
	font-family : Arial, Helvetica, sans-serif;
  }
  
 .caption  {
  
      font-family : Arial, sans-serif;
	  font-size: 0.74em;
   }  
  
 .bg-watermark 	{
	background-repeat: no-repeat;
	background-image: url(/021/013/091/021013-misc05.gif);
		
}

.bg-content  {
	background-image: url(/021/013/091/021013-htb02_2.gif);
	background-repeat: repeat;
	background-position: top;
	border-color: Black;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-width: thin;
	
}


p, ul, ol, dl, a, a:link, a:visited  {
	background: transparent;
}


.indent  {
margin-left: 25px;

}

/* sample for box on page 1003*/

.columnR {
border : 0 solid Black;
float : left;
width : 200px;
background-image : url(../091/021013-misc08.gif);
background-repeat : repeat-y;
padding: 0;

}


.box-container {
margin: 0 0 0 0px;
padding: 0px;
}

.box-content {
width: 200px;
float: left;
padding: 0px;
background: url(../091/021013-misc08.gif);
background-repeat : repeat-y;
}

ul.text-nav {
width: 200px;
margin: 0 0 0 0px;
padding: 0;
}

ul.text-nav li
{
font-size: 0.9em;
font-weight: bold;
float: left;
width: 140px;
list-style-type: none;
text-align: center;
}

ul.text-nav li a, ul.text-nav li a:link, ul.text-nav li a:active, ul.text-nav li a:visited
{
display: block;
padding: 5px;
color: #000;
text-decoration: none;
}

ul.text-nav li a:hover {
color: #000000;
background-color: #98b9b8;
}

.on-state {
display: block;
padding: 5px;
color: #000000;
background-color: #98b9b8;
}

.clear {
	clear: both;
}

.specialq{
	text-decoration: underline;
}


