@charset "utf-8";
/* CSS Document */

div#topics {
	width:518px;
	padding:15px;
	border-width:0 1px;
	border-style:none solid;
	border-color:rgb(127,127,127);
}
p.topicsTop {
	width:550px;
	height:32px;
	margin:0;
	padding:0;
	background-image:url(../bin/index/topics.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

p.topicsTop a {
	display:block;
	overflow:hidden;
	width:36px;
	height:14px;
	float:right;
	margin:10px 14px 0 0;
	text-indent:-9999px;
}
div.topicsBottom {
	width:550px;
	height:20px;
	margin:0;
	padding:0;
	background-image:url(../bin/index/topics2.png);
	background-repeat:no-repeat;
	background-position:0 -12px;
}

div#topics dl {
	margin:0;
	padding:0;
	font-size:12px;
}

div#topics dt {
	height:14px;
	line-height:12px;
	margin:0 0 0px;
	padding:2px 0 0 84px;
	background-position:0 0;
	background-repeat:no-repeat;
}

div#topics dd {
	line-height:16px;
	margin:0 0 14px;
	padding:0 0 0 30px;
}

div#concept {
	float:left;
	margin:0;
	padding:0;
	width:424px;
	height:190px;
	border:none 0;
}
div#subMenu {
	float:left;
	margin:0 0 0 6px;
	padding:0;
	width:120px;
	height:190px;
}
div#subMenu img {
	padding:0 0 2px;
}

div#conceptText {
	width:550px;
	height:285px;
	clear:left;
	margin:0 auto;
	padding:10px 0;
	font-size:15px;
	line-height:15px;
	overflow:hidden;
	background-image:url(../bin/index/concepttext.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
div#conceptText p {
	margin:0;
	padding:0 2em 0.5em;
}
div#conceptText h2 {
	margin:0 0.1em;
	padding:0;
}
div#conceptText dl {
	margin:0;
	padding:0 2em;
}

div#conceptText dl dt {
	font-weight:bold;
	font-size:15px;
	margin:0;
	padding:0 0 0.5em;
	color:#090;
}

div#conceptText dl dd {
	margin:0;
	font-size:13px;	
	padding:0 2em 0.75em;
}






