#section .box {
	width: 746px;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	float: left;
	font-size: 12px;
	border-bottom: 1px dotted #3083B9;
}
	#section .box H2 {
	    padding: 0px;
	    margin: 5px 0px 10px 0px;
	    font-size: 18px;
	    color: #3083B9;
	}
	#section .box H2 A {
		text-decoration: none;
	}
	#section .box H2 A:hover {
		text-decoration: underline;
	}
	#section .box H3 {
	    padding: 0px;
	    margin: 0;
	    font-size: 14px;
	    color: #3083B9;
	}

	
	
	
