div.dictionary {
	width: 630px;
	margin-right: 20px;
	display: inline;
	float: right;
	font-size: 12px;
	line-height: 18px;	
}

div.dictionary h1 {
	margin-bottom: 10px;
	font-size: 1.5em;		
	color: #17447C;
}

div.dictionary h2 {
	margin-top: 30px;
	font-size: 1.45em;
	color: #17447C;
}

div.dictionary p {
	line-height: 22px;
}
	
div.dictionary table {	
	width: 100%;
	border-collapse: collapse;
}

div.dictionary th, div.dictionary td {
	line-height: 26px;
	border-right: 1px dashed #677CB1;
	padding: 0 10px;
	vertical-align: top;
}

div.dictionary th {
	text-align: left;
	background-color: transparent;
}

div.dictionary td.alt {
	background-color: #ECEDF2;
}
	
div.dictionary ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

div.dictionary ul li {
	line-height: 25px;
}

#breadcrump {
	margin-bottom: 15px;
}	
