body {    

	background-color: #ffffff;    

	font-size:12px;    

	font-family: Verdana, Arial, Helvetica, sans-serif;

}



div#backlayer {    

	width: 820px;  

	background-color:#ffffff;    

	margin-top: 5px;    

	margin-bottom: 5px;    

	margin-left: auto;    

	margin-right: auto;    

	padding: 0px;    

	border: 0px thin solid #999999;

}



div#thingrayline {

	background-color: #999999;

	width: 100%;

	height: 2px;

}

.searchbox {

	width: 120px;

	height: 130px;

	background-color:#ffffff;

	border: thin solid #999999;

	text-align: center;

	position: absolute;

	left: 894px;

	top: 450px;

	

}



.searchbox2 {

	width: 125px;

	height: 240px;

	background-color:#ffffff;

	border: thin solid #999999;

	text-align: center;

}



p.center {

	margin-top: 7px;

	margin-bottom: 7px;

	margin-left: 10px;

	margin-right: 10px;

	color:	black;

	text-align: center;

	font-family: Verdana, Arial, Helvetica, sans-serif;



}



p.header {

	background-color: #6699FF;

	margin-top: 0px;

	margin-bottom: 0px;

	font-weight: bold;

	color:	white;

	text-align: center;

	font: 1.2em/1 lucida sans unicode;

	margin-left: 0px;

	margin-right: 0px;

}



p.indentleft {

	margin-top: 0px;

	margin-bottom: 0px;

	margin-left: 22px;

	text-align: left;

	font: 20px Verdana, Arial, Helvetica, sans-serif;

}



p.indentright {

	margin-top: 0px;

	margin-bottom: 0px;

	margin-right: 11px;

	text-align: right;

	font: 14px Verdana, Arial, Helvetica, sans-serif;

}



.indentright a:link { color: #003366; text-decoration:none; }

.indentright a:visited { color: #003366; text-decoration:none; } 

.indentright a:hover { color: #003366; text-decoration:none; } 

.ad a:link { color: #FFF; text-decoration:none; }

.ad a:visited { color: #FFF; text-decoration:none; } 

.ad a:hover { color: #FFF; text-decoration:none; } 



.whitebox {

	background-color: white;

	height: 60px;

	width: 75px;

	margin-left: 0px;

	text-align: left;

	float: right;

	padding-top: 0px;

  	padding-left: 0px;

	padding-right: 10px;

}

.whitebox2 {

	background-color: white;

	width: 130px;

	margin-left: 42px;

	text-align: left;

	float: right;

	bottom: 0;

  	padding-left: 10px;

	padding-right: 10px;

}

.lgwhitebox {

	background-color: white;

	width:630px;

	text-align: center;

	margin: 0 auto;

	padding-top: 10px;

	padding-bottom: 10px;

  	padding-left: 1px;

	padding-right: 1px;

}



.lgwhitebox a:color { color: #ffffff; text-decoration:none; }

.lgwhitebox a:visited { color: #003366; text-decoration:none; } 

.lgwhitebox a:hover { color: #003366; text-decoration:none; } 



p.requestheader {

	margin-top: 8px;

	margin-bottom: 8px;

	margin-left: 30px;

	margin-right: 30px;

	font-size: 20px;

	color:	#333333;

	text-align: left;

	font-weight: bolder;

}



p.requestsubheader {

	margin-top: 8px;

	margin-bottom: 8px;

	margin-left: 65px;

	margin-right: 30px;

	font-size: 16px;

	color:	#333333;

	text-align: left;

}

.requesttable {

	color: #333333;

}

p.header2 {

	margin-top: 0px;

	margin-bottom: 7px;

	margin-left: 40px;

	margin-right: 40px;

	font-size: 12px;

	font-weight: bold;

	color:	white;

	text-align: left;

	font: 2em/1.25 perpetua;

}

#column-1 {
  position: relative;
  float: left;
  width: 500px; /* remember to set a width */
}

.overlay{
  position: absolute;
  top: 0; /* These positions makes sure that the overlay */
  bottom: 0;  /* will cover the entire parent */
  left: 0;
  width: 100%;
  background: #000;
  opacity: 0.65;
  -moz-opacity: 0.65; /* older Gecko-based browsers */
  filter:alpha(opacity=65); /* For IE6&7 */
}

#column-1 .content {
width: 460px;
padding: 20px;
}

.content {
  position: relative;
}

/* Lets use the * html hack so only IE6 reads the rule */
* html #column-1 .overlay {
  height: expression(document.getElementById("column-1").offsetHeight);
}
