@charset "utf-8";
/* CSS Document */

#contentBox{
	width: 782px;
	margin-top: 8px;
	padding: 20px 0 20px 0; 
	border-bottom: 1px #ececec solid;
	text-align:left;
	font-size:12px;

}
	
	.columnlist2 ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
	 
	.columnlist2 li {
		list-style-type: none;
		margin: 2px 0;
		background: url(../images/arr_1.gif) 0 3px no-repeat;
		padding: 0 0 0 15px; /* left padding moves the text away from the bullet */
		}
	
	.columnlist2 a {
		color: #363636 !important;
		text-decoration: none !important;
		}
		
	.columnlist2 a:hover {
		text-decoration: underline !important;
		}
	
	.columnlist ul {
		float: left;
		width: 15em; /* width is changed */
		margin: 0;
		padding: 0;
		list-style: none;
		}
	 
	.columnlist li {
		list-style-type: none;
		float: left;
		width: 200px;
		margin: 2px 0;
		background: url(../images/bullet.gif) 0 3px no-repeat;
		padding: 0 0 0 15px; /* left padding moves the text away from the bullet */
		}
	
	.columnlist a {
		color: #363636;
		text-decoration: none;
		}
		
	.columnlist a:hover {
		text-decoration: underline;
		}
		
	.horizontalist li {
		display: inline;
		list-style-type: none;
		margin-right: 20px;
		background: url(../images/bullet.gif) 0 3px no-repeat;
		padding: 0 0 0 15px; /* left padding moves the text away from the bullet */	
		}
	
	.horizontalist li a {
		color: #e45a0f;
		}
	
	.horizontalist li a:hover {
		color: #42b7d0;
		}
	



	
