body {
	background-image: url(images/bg_main_blend.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
}
body,td,th,div, p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
	line-height:140%;
	color: #000000;
}
a:link {
	color: #334786;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00165F;
}
a:hover {
	text-decoration: underline;
	color: #0033CC;
}
a:active {
	text-decoration: none;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
	line-height:150%:
	color: #000000;
}
h1,h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height:28px;
	color: #3c4c8c;
	font-weight: bold;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height:24px;
	color: #3c4c8c;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:22px;
	line-height:150%:
	color: #000000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:16px;
	line-height:150%:
	color: #000000;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:16px;
	line-height:150%:
	color: #000000;
}

.main_content_box {
	border: 1px solid #000000;
	/* width: 100%; */
	background-color: #FFFFFF;
	float: none;
	width:900px;
}
.top_info_box {
	background-image: url(images/bg_for_more_info_box.jpg);
	background-repeat: repeat;
	height: 19px;
	background-position: center top;
	text-align: center;
	color: white;
	font-size: 12px;
	font-weight: bold;
	background-color: #2746B0;
	padding-top: 7px;
}
	.top_info_box a:link{
		color: white;
		font-weight: bold;
		text-decoration: underline;
	}
	.top_info_box a:visited{
		color: white;
		font-weight: bold;
		text-decoration: underline;
	}
	.top_info_box a:active{
		color: white;
		font-weight: bold;
		text-decoration: underline;
	}
	.top_info_box a:hover{
		color: white;
		text-decoration: none;
	}
	
.nav_bar_box {
	background-image: url(images/bg_nav_blend.jpg);
	background-repeat: repeat;
	background-position: center top;
	height: 38px;	
}
.side_bar{
	width: 209px;
	background-image: url(images/bg_sidebar_blend.jpg);
	border-right: solid  1px  #000000;
}
.side_bar a{
	width: 100%;
	height: 28px;
	text-indent: 33px;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
	display:block;
}
	.side_bar a:link {
		color: #ffe007;
		text-decoration: none;
	}
	.side_bar a:visited {
		color: #ffe007;
		text-decoration: none;
	}
	.side_bar a:hover {
		color: white;
		text-decoration: none;
	}
	.side_bar a:active {
		color: #ffe007;
		text-decoration: none;
	}
	
.side_bar a.on{
	width: 100%;
	height: 28px;
	text-indent: 33px;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
	display:block;
	background-color:#3c4c8c;
}
.core_page_content{
	width: 626px;
	float: right;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.footer_box{
	width: 880px;
	color: #2644ab;
	font-size: 11px;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	.footer_box a:link{
		color: #2644ab;
		text-decoration: none;
	}
	.footer_box a:hover{
		color: #2644ab;
		text-decoration: underline;
	}
	.footer_box a:visited {
		color: #2644ab;
	}
