@charset "UTF-8";

/*rightColumn*/
h2 {
	margin: 0px;
	padding: 0px;
}
.concept {
	background: url(img/concept-top.gif) no-repeat left top;
	padding-top: 28px;
	margin-top: 20px;
	margin-left: 25px;
}
.concept a:link {
	color: #000000;
	text-decoration: none;
}
.concept a:visited {
	color: #000000;
	text-decoration: none;
}
.concept a:hover {
	color: #000000;
	text-decoration: underline;
}
.concept a:active {
	color: #000000;
	text-decoration: underline;
}
.concept ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.concept ul li {
	background: url(img/concept-li-bg.jpg) no-repeat left top;
	margin-left: 23px;
	padding-left: 30px;
	padding-bottom: 3px;
	margin-top: 3px;
}
.example,.letter {
	margin-left: 25px;
	clear: both;
	padding-bottom: 15px;
}
.comment {
	font-size: 12px;
	color: #795200;
	margin-top: 25px;
	background: url(img/dot-green.gif) repeat-x bottom;
	padding-bottom: 5px;
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}
.example td {
	vertical-align: top;
	padding-left: 10px;
	line-height: 170%;
}
.example a:link {
	color: #000000;
	text-decoration: none;
}
.example a:visited {
	color: #000000;
	text-decoration: none;
}
.example a:hover {
	color: #000000;
	text-decoration: underline;
}
.example a:active {
	color: #000000;
	text-decoration: underline;
}
.letter h3 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
}
.letter ul {
	clear: both;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 12px;
}
.letter ul li {
	background: url(img/letter-bg.gif) no-repeat left bottom;
	margin-bottom: 5px;
	margin-left: 16px;
	padding-bottom: 7px;
	padding-left: 15px;
}

