﻿.page-body-wrapper {
	margin: 0 auto;
	width: 860px;
	height: 200px;
	background-image: url('../images/page-welcome-bg.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 20px;
}

.page-body-wrapper1 {
	width: 860px;
	height: 200px;
	background-image: url('../images/page-welcome-bg.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 20px;
}
.page-body {
	background-image: url('../images/page_bg.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
}
.page-welcome {
	background-image: url('../images/top_nav_bg.gif');
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
	padding: 0 0 5px 0;
	margin: 10px 0 0 0;
	text-align: center;
}
.page-general-text-container {
	float: left;
	margin: 25px 0 0 0;
	width: 100%;
}
.page-general-text-container h1 {
	font-size: 16px;
	color: #2f5b99;
}
.page-general-text-container p {
	font-size: 10px;
	line-height: 12px;
	margin: 5px 0 0 0;
	color: #666;
	text-align: justify;
}
.page-general-text-container a {
	color: #1b447f;
	text-decoration: none;
	font-size: 11px;
	padding-top: 10px;
	float: left;
}
.page-general-text-container a:hover {
	color: #4285dc;
}

.search_result
{
	margin-bottom: 20px;
}
.search_result h1
{
	font-weight: bold;
}

