/***************************************************** content */
#content
{
	float:left;
	width:555px;
	margin-left:10px;
	padding-left:10px;
	border-left:2px solid #eee;
	padding-bottom:20px;
	/*
	position:absolute;
	left:540px;
	*/
}
#content h3
{
	margin:0px 0px 10px 0px;
	border-top:5px solid #FEA904;
	border-bottom:1px solid #FEA904;
	font-size:14px;
	line-height:26px;	
	text-transform:uppercase;
}
#content h4
{

	margin:10px 0px 10px 0px;
	font-size:12px;
	line-height:24px;	
	padding-left:0px;
	/*background:url(images/arr.gif) 2px center no-repeat #F6F2EF;*/
	background:url(images/bg_4.gif) right center no-repeat #fff;
	font-weight:bold;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#content h4.coll img
{
	padding-top:6px;
	padding-right:10px;
	float:right;
}
#content h4.coll
{
	cursor:hand;
}
#content h5
{
	margin:10px 0px 10px 0px;
	font-size:12px;
	line-height:24px;	
	border-top:1px dotted #FEA904;
	border-bottom:1px dotted #FEA904;
}
#content p
{
	padding:0px;
	padding-bottom:10px;
	margin:0px;
	line-height:120%;
	text-align:justify;
}
#content p.sub
{
	background:url(images/block.gif) 0px 7px no-repeat;
	/*text-indent:2em;*/
	padding-left:20px;
}
#content p.sub2
{
	padding-left:20px;
}
#content .notice
{
	background:#F6F2EF;
	/*
	border:1px solid #ddd;
	padding-left:20px;
	*/
}
#content .notice2
{
	background:#eee;
	/*
	border:1px solid #ddd;
	padding-left:20px;
	*/
}
#content .notice2 h5
{
	border-color:#003366;	
}
#content p.notice3
{
	color:#FF4200;
	margin:10px 0 0 0;
}
#content ul
{
	margin:0px 0px 5px 10px;
	padding:0px;
	list-style:none;	
}
#content ol
{
	margin:0 0 0 35px;
}
#content ul li
{
	line-height:120%;
	background:url(images/block.gif) left 7px no-repeat;
	padding-left:10px;
	padding-bottom:10px;
	text-align:justify;
}
/******************************************************************* common class */



