#subpage {
	position: relative;
	left: 60px;
	top: 0px;
	background-image: url('../images/subpage_bg.jpg');
	width: 1004px;
	height: 589px;
}
.subpage_copy {
	position: absolute;
	top: 40px;
	left: 30px;
	font-family: arial;
	color: #003663;
	font-size: 12px;
	width: 600px;
	line-height: 18px;
}
.subpage_img_bg {
	position: absolute;
	top: 30px;
	left: 662px;
	background-image: url('../images/page_images/bg.png');
	width: 312px;
	height: 490px;
}
.subpage_img {
	position: absolute;
	top: 14px;
	left: 13px;
	width: 286px;
	height: 463px;
	overflow: hidden;
}
.news_date {
	font-size: 12px;
	font-weight: bold;
	color: #ff3300;
}
.news_title a{
	font-size: 12px;
	font-weight: bold;
	color: #002157;
	padding-left: 20px;
}
.news_title a:hover
{
	color: #339cc4;
}
.news_year a{
	position: relative;
	margin-right: 20px;
	color: #002157;
	font-size: 12px;
	font-weight: bold;
}
.news_year_current a{
	position: relative;
	color: #cc3300;
	margin-right: 20px;
	font-size: 18px;
	font-weight: bold;
}
.news_year a:hover, .news_year_current a:hover {
	color: #006699;
}
.faq_question a{
	font-weight: bold;
	color: #002157;
}
.faq_question a:hover {
	color: #5eb0e5;
}
.faq_current a {
	font-weight: bold;
	color: #ff3300;
}
.faq_answer {
	font-weight: normal;
}
