.PageArea{
	width: 850px;
}

.HeaderNavigationArea{
	float: left; 
	font-weight: bold; 
	padding-top: 22px;
}

.HeaderNavigationItemArea{
	float: left;
}

.HeaderNavigationItem{
	padding: 3px; 
	padding-left: 10px;
	padding-right: 10px;
	color: white; 
	background-color: #598fff; 
	border: 1px white solid; 
	border-bottom: 0px;
}

.HeaderNavigationItem:hover{
	color: #598fff; 
	background-color: white; 
	border: 1px #598fff solid; 
	border-bottom: 0px;
}

.HeaderNavigationItemSelected{
	padding: 3px; 
	padding-left: 10px;
	padding-right: 10px;
	color: #598fff; 
	background-color: white; 
	border: 1px #598fff solid; 
	border-bottom: 0px;
}

.Header_Logo{
	width: 208px;
	height: 43px;
	background-image: url('../image/logo_header.png');
	border: 0px red solid;
	float: right;
	position: relative;
	top: 22px;
}

.HeaderTopAreaEnder{
	clear: both;
}

.Header_Banner_Area{
	border: 1px #598fff solid;
	border-bottom: 0px #598fff solid;
	height: 150px;
}

.Header_Banner_BottomShade{
	height: 4px;
	background-image: url('../image/header_banner_bottomshade.png');
	border-left: 1px #5b90ff solid;
	border-right: 1px #5b90ff solid;
}

.MainContent_Area{
	border-left: 1px #5b90ff solid;
	border-right: 1px #5b90ff solid;
	padding: 15px;
	background-color: white;
	text-align: justify;
}
