body
{
	color: #0F218B;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#top
{
	background: url('/images/top-bg.png') 0 0 repeat-x;
	height: 215px;
	width: 100%;
}
#header
{
	background: url('/images/_header_new.jpg') 0 0 no-repeat;
	height: 215px;
	margin: 0 auto;
	position: relative;
	width: 770px;
}
#header-menu
{
	background: #0F218B;
	bottom: 0;
	height: 16px;
	_height: 15px;
	position: absolute;
	left: 0;
	text-align: right;
	padding-right: 16px;
	width: 754px;
}
#header-menu a
{
	color: #e6e6e6;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#wrapper
{
	margin: 0 auto;
	margin-top: 16px;
	min-height: 200px;
	overflow: hidden;
	width: 770px;
}
#main
{

}
#toc
{
	border: 1px solid #d8d8d8;
	float: left;
	font-size: 90%;
	padding: 0 18px;
	width: 200px;
}
#toc ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#toc li
{
	display: inline;
}
#toc a
{
	background: url('/images/menu-dot.png') 0 50% no-repeat;
	color: #0F218B;	
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 16px 0;
	padding-left: 16px;
}
#content
{
	float: left;
	padding-left: 16px;
	padding-bottom: 16px;
	width: 516px;
}
#content h2
{
	background: #e6e6e6;/* url('/images/h2-watermark.png') 100% 50% no-repeat;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	margin: 0;
	padding: 12px 6px;
}
.show-content
{
	font-size: 90%;
	margin-top: 16px;
}
.meta
{
	border-bottom: 1px solid #0F218B;
	overflow: hidden;
	padding-bottom: 4px;
	_padding-bottom: 16px;
}
.title
{
	font-weight: bold;
	float: left;
}
.date
{
	color: #ff7300;
	float: right;
}
.see-more
{
	text-align: right;
}
.see-more a
{
	border-left: 1px solid #ff7300;
	border-right: 1px solid #ff7300;
	color: #ff7300;
	padding: 0 6px;
}


#footer
{
	background: #FF9D4D;
	height: 18px;
	margin-top: 16px;
	width: 100%;
}
#footer-menu
{
	background: #FF7300;
	color: #7f7f7f;
	font-size: 0.85em;
	height: 18px;
	margin: 0 auto;
	position: relative;
	width: 770px;
}
#footer-menu ul
{
	bottom: -26px;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 0;
	position: absolute;
}
#footer-menu li
{
	display: inline;
}
#footer-menu a
{
	color: #7f7f7f;
}
#footer-menu .lefty
{
	float: left;
}
#footer-menu .righty
{
	float: right;
}