
/* CSS Document */

.home #home {
	background-attachment: scroll;
	background-image: url(/common/img/arrowOrange.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	color:#ff8330;
}
#bodyContainer{
	float:left;
	width:760px;	
	margin:20px 0px 9px 0px;
	background-image:url(/common/img/bg3col.gif);
	
}
#content-top {
	position:relative;
	height:257px;
	width:760px;
	z-index:10;
	background:#FFF;
	}

#content1 ul{
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:11px;
	list-style-type: disc;
	list-style-image: url(/common/img/bullet-blue.gif);
}
