@charset "utf-8";

#main h2.banner {
	margin:0;
}

#main h2 {
	margin-top:25px;
	margin-bottom:10px;
}

#main .tableBg {
	width:490px;
	background:#F4F4F4;
	padding:0 10px;
}

#main table {
	width:490px;
	background:#F4F4F4;
}

#main th {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:11px;
	color:#523728;
	vertical-align:top;
	width:60px;
	padding:10px 10px 10px 0;
	background:url(../common/linkarrow.gif) no-repeat 16px right;
	border-bottom:1px dashed #BFBFBF;
}

#main td {
	padding:10px 0 10px 5px;
	border-bottom:1px dashed #BFBFBF;
}

#main #subjectInfo {
	margin-bottom:20px;
}

#main #subjectInfo h3 {
	background:#79AF0D;
	color:white;
	margin:10px 0;
	padding:2px 5px;
	font-size:12px;
}

#main #subjectInfo .block {
	width:250px;
	margin-right:10px;
	float:left;
}
#main #subjectInfo .rightColumn {
	margin-right:0;
}

#main #subjectInfo h4 {
	margin-bottom:7px;
}

#main #subjectInfo ul {
	padding-left:0;
}

#main #subjectInfo li {
	line-height:1.5;
	padding-bottom:3px;
	list-style:none;
}

#main #subjectInfo li a {
	display:block;
	padding-left:10px;
	background:url(../common/linkarrow.gif) no-repeat 2px .5em;
	text-decoration:none;
	color:#666;
}
#main #subjectInfo li a:hover {
	background:url(../common/linkarrow_over.gif) no-repeat 2px .5em;
	color:#79AF0D;
}
