.ColumnEnder{
	clear: both;
}

.MainContent_SectionTitle{
	font-size: 16px;
	color: #0c5f0b;
	font-weight: bold;
	border-bottom: 1px #0c5f0b dotted;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.PageArea{
	width: 810px;
	background-image: url('../image/pageareabackground.png');
}

.ContentAreaShadeLeft{
	width: 5px;
	float: left;
}

.ContentArea{
	width: 800px;
	background-color: white;
	border-bottom: 1px black solid;
	text-align: left;
	float: left;
}

.AdminMenuArea{
	background-color: #006fe1;
	padding: 2px;
	font-weight: bold;
	background-image: url('../image/adminmenubackground.png');
}

.AdminMenuItemArea{
	padding: 2px;
	float: left;
}

.AdminMenuItem{
	border: 1px white solid;
	padding: 2px;
	color: white;
	background-color: #4a6c96;
}

.AdminMenuItem:hover{
	background-color: navy;
}

.AdminMenuItemSelected{
	border: 1px white solid;
	padding: 2px;
	color: white;
	background-color: navy;
}

.HeaderImageArea{
	height: 163px;
	background-image: url('../image/headerbackground.png');
}

.HeaderImageSiteTitle{
	font-weight: bold;
	font-size: 28px;
	color: white;
	position: relative;
	left: 5px;
	top: 5px;
}

.HeaderImageSiteTitleGimic{
	font-weight: bold;
	font-size: 18px;
	color: white;
	position: relative;
	left: 5px;
	top: 100px;
}

.HeaderMenuArea{
	background-color: #268825;
	background-image: url('../image/headermenubackground.png');
	font-weight: bold;
}

.HeaderMenuItem{
	border-right: 1px white solid;
	padding: 5px;
	font-size: 12px;
	color: white;
	float: left;
}

.HeaderMenuItem:hover{
	background-color: lime;
	background-image: url('../image/headermenubackground.png');
	color: #1e4318;
}

.HeaderMenuItemSelected{
	border-right: 1px white solid;
	padding: 5px;
	font-size: 12px;
	color: #1e4318;
	background-color: white;
	background-image: url('../image/headermenubackground.png');
	float: left;
}

.MainContentArea{
	padding: 5px;
}

.FooterMenuArea{
	padding: 2px;
	color: white;
	font-weight: bold;
	background-color: #187b9b;
}

.FooterMenuItemLink{
	color: white;
}

.FooterMenuItemLink:hover{
	color: aqua;
}

.FooterImageArea{
	height: 51px;
	background-image: url('../image/footerimagebackground.png');
}

.FooterImageAreaText{
	color: white;
	font-weight: bold;
	position: relative;
	top: 35px;
}

.ContentAreaShadeRight{
	width: 5px;
	float: left;
}

.OverlapperArea{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	/*background-color: red;*/
	background-image: url('../image/overlapperareabackground.png'); 
	text-align: center;
}

.OverlapperCloserArea{
	font-weight: bold; 
	color: white; 
	font-size: 20px; 
	cursor: pointer;
}

.OverlapperContentArea{
	padding: 10px; 
	border: 10px gray solid; 
	background-color: white;
}