#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
}

.footer {
	background-color: #fff;
	padding: 3px 7px 3px 9px;
	text-align: right;
	float: right;
}

* html .leightbox { height: 400px; }
.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 15px;
	left: 25%;
	width: 608px;
	height: 50%;
	padding: 15px;
	border: 1px solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#fff;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}


/* innerBox */

#close { float: right; background: #eee; margin: 10px 28px 10px; }

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }


#divIntBox {
padding:10px 30px 0 30px; width:501px; margin: 0 0 0 15px; background: #fff; float: left; line-height:18px; letter-spacing:1px; text-align:justify
}
.style2 {font-size: 14px; font-weight: bold; margin-bottom: 15px; }

#divIntBox p { margin-bottom: 10px; font-size: 11px; }
#divIntBox p:first-letter{ padding-left: 25px; }
#divIntBox li { list-style: square; }
#divIntBox .innerList li{ list-style: circle !important; padding-left: 25px;  }

.bold { font-weight: bold; }