@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;

}

	#leftPanel {
		float: left; 
		width: 420px; 
		color:#363636;

		}
	


	#leftPanel a, #rightPanel a {
		color: #e45a0f;
		text-decoration: none;
		}
		
	#leftPanel a:hover, #rightPanel a:hover {
		text-decoration: underline;
		}
	
	
	.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 a {
		color: #e45a0f;
		}
	
	.horizontalist a:hover {
		color: #42b7d0;
		}
	
	#rightPanel {
		float: right; 
		width: 310px; 
		}
		#rpTop{
			background:url(../images/blueboxtop.jpg) top left no-repeat;
			height:56px;
			}
			#rpTop h1{
				font-size:16px;
				padding:18px 10px 10px 10px;
		
			}		
		#rpBody{
			background:url(../images/blueboxbody.jpg) top left repeat-y;
			}	
			.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;
				}


		#rpBottom{
			background:url(../images/blueboxbottom.jpg) top left no-repeat;
			height:25px;
			}	
	
