/* Bulletin */
#SubPageNav
{
	display: block;
	width: 203px;
	min-height: 100px;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-left: 5px;
	background-color: #F3F5F6;
}
*html #SubPageNav
{
	width: 203px;
	height: 100px;
	margin-left: 2px;
	overflow:inherit;
}
#SubPageNav_Header
{
	display:block;
	background-image: url(images/h_b_bg.jpg);
	background-repeat: no-repeat;
	width:100%;
	height:27px;
}
#SubPageNav_Header_Left
{
	display:none;
}
#SubPageNav_Header_Center
{
	display:block;
	float:left;
	width:130px;
	height:27px;
}
#SubPageNav_Header_Icon
{
	display:block;
	float:left;
	width:16px;
	height:16px;
}
#SubPageNav_Header_Title
{
	display: block;
	float: left;
	width: 60px;
	height: 16px;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 8px;
	margin-left: 5px;
	color: #1E541D;
}
#SubPageNav_Header_More
{
	display:none;
}
#SubPageNav_Header_Line
{
	display:none;
}
#SubPageNav_Header_Right
{
	display:block;
	float:right;
	
	width:50px;
	height:17px;
	margin-top:8px;
}
#SubPageNav_Body
{
	display: block;
	width: 100%;
	min-height: 80px;
}
#SubPageNav_List
{
	display: block;
	width: 201px;
	line-height: 22px;
	margin-left: 0px;
	min-height: 135px;
	border-right: #D3DEE3 1px solid;
	border-left: #D3DEE3 1px solid;
	padding-top: 5px;
}
*html #SubPageNav_List
{
	height:40px;
}
#SubPageNav_List ul
{
	list-style-image: url(images/arrow_03.gif);
	margin-left: 22px;
}
#SubPageNav_List li
{
	width:100%;
}

#SubPageNav_Footer
{
	display:block;
	width:203px;
	height:28px;
	background-image:url("images/b_b_bg.gif");
	background-repeat:no-repeat;
}
