/*****************************/
/* THESE STYLES ARE MODIFYABLE
   THE RIGHT AND LOWER SECTIONS
/*****************************/
/*Content area - right*/
.qfDivRight
{
	width:;
	height:;
	padding-left:;
}
/*Content area - lower*/
.qfDivLower
{
	width:;
	height:;
	
}
/*div tag the encloses table containing quickfinder and right content area*/
.qfMainAndRightSections
{
	/*width:392;*/
	/*width:590;*/
}
/*inside right content area*/
.qfRightContent
{
  	padding:15px 15px 15px 15px;
}
/*****************************/
/* END MODIFYABLE STYLES
/*****************************/
/*eliminates margin created around form tags on some browsers*/
.qfform
 {
 	margin-bottom:0px;
	margin-top:0px;
 }
 /*bodytext*/
.qfbodytext
{
	font-family : Arial,  Helvetica, sans-serif;
 	font-size : 9pt;
 	color : #003265;
}
/*smaller text*/
.qfbodytextsm
{
	font-family : Arial,  Helvetica, sans-serif;
 	font-size : 8pt;
 	color : #003265;
}
/*text for form fields*/
.qffieldtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px
}
/*Encloses all main sections criteria (sections are tabs)*/
.qfCriteria
{
	position:absolute;
	height:160px;
	width:385px;
	xborder:1px dotted purple;
	z-index:1;
	xbackground-color:purple;
}
/*margin on some of the smaller forms */
.qfCriteriaForm
{
	margin-left:9px;
}
/*search button table*/
.qfBtnSearch
{
	width:350px;
	position:relative;
	top:14px;left:10px;
	xborder:1px dotted blue;
}
/*quickfinder div encloses whole quickfinder*/
#quickfinder
{
	width:390px;
	height:200px;
}
/*Encloses quick finder content area*/
#qfContentDiv
{
	margin-left:5px;
	width:384px;
	height:160px;
	xborder:1px solid green;
}
/*UC is upper content area, or header to each criteria section*/
.qfDivUC
{
	border-bottom:1px solid #9BC2E3;
	width:100%;
	margin-top:0px;
	padding-bottom:3px;
	position:relative;
	font-weight:bold;
	color:#006699;
	font-family:arial, sans-serif;
	font-size:9pt;
}
/*quickfinder links*/
.qflink
{
	 font-family : Arial, Helvetica, sans-serif;;
	 font-size: 8pt;
	 font-weight : bold;
	 color : #115C93;
	 margin-left:10px;
}
.qflink:active
{
	 font-family : Arial, Helvetica, sans-serif;
	 font-size: 8pt;
	 font-weight : bold;
	 color : #cc0033;
	 margin-left:10px;
}
.qflink:visited
{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight : bold;
	color: #115C93;
	margin-left:10px;
}
.qflink:hover
{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight : bold;
	color: #115C93;
	margin-left:10px;
}
/*From Services stylesheet, used for heading*/
.h1, .H1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : #003366;
	letter-spacing: .14em;
}
