/* CSS Document */

#middleRow {
	float:left;
	position:relative;
	width:786px;
	margin:0;
	padding:0;
}

#rightContent {
	position:relative;
	float:left;
	margin:-20px -20px 0 17px;
	
}
#leftContent button{
	width:168px;
	height:35px;
	margin:15px 0 15px 10px;
	cursor:pointer;
	border:none;
}
#leftContent {
	position:relative;
	float:left;
	width:435px;
	margin:0;
	padding:0;
	text-align:left;
}
#leftContent label{
	position:relative;
	float:left;
	width:60px;
	line-height:20px;
	font-size:13px;
	font-weight:bold;
	height:20px;
	margin-left:8px;

}
#leftContent .txtInfo{
	float:left;
	width:355px;
	height:20px;
	padding-top:3px;
}
.txtTitle{
	color:#4466CC;
	font-size:20px;
	font-weight:bold;
}
.contentPadding{
	padding:20px;
}
#leftcolumn_pre { /* Parent Wrapper for inside boxes */

 min-height: 355px;
}

* html #leftcolumn_pre {
 height:355px;
}

#rightcolumn_aft {

 min-height: 355px;
}

* html #rightcolumn_aft {height:355px;}


ul{
	margin:0;
	padding:0;
	margin-left:0px;
	margin-bottom:15px;
}
li{
	margin:0;
	padding:0;
	
	margin-left:15px;
}
.list {
 	list-style:none;
 	text-align:left;
 	line-height:20px; 
 	font-weight:bold;
 	font-size:13px; 
	margin-left:0px;
	margin-top:15px;
 	list-style-image:url("/images/bullet.gif");
}

.list .itemized {
 	background:none;
 	padding-left:4px;
}

#pngStarburst {
	/*width:109px;
	height:109px;
	position:absolute;
	left:160px;
	top:155px;
	background: url("../images/opacity.png");
	 visibility:hidden;*/
	/*Mozilla ignores crazy MS image filters, so it will skip the following
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/opacity.png'); */
 	behavior: url("/css/iepngfix.htc");
	border:none;
}
#divStarburst{
	width:162px;
	height:162px;
	position:absolute;
	left:720px;
	top:-20px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	z-index:1001;
}









