

body {
	width: 100%;
	font-size: 1.0em;
	height:100%;

	margin: 0; 
/*	padding: 0;*/
}


.title {
	margin: 0.2em;
	font-size: 1.8em;
}

.chead {
	font-size: 1.1em;
	margin: 0.2em;
}

.center {
	text-align: center;
}



.box {
	border-width: 1px;
	border-style: solid;
}

.vbox {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}

/*Content box*/
.cbox {
	border-width: 1px;
	border-style: solid;
	margin: 1.0em 1.0em 1.0em 1.0em;
	
text-align: justify;
//	background-color: #eeeef4;
	background-color: #fbfbff;
}


p {
	cursor: sw-resize;
	text-align: justify;
	text-indent: 2.0em;
//	margin: 1.0em;
	line-height: 1.618em;
}

.boxtxt {
	margin-left: 1.0em;
	margin-right: 1.0em;
}


#Page {
//	width: 100%;
//	max-height: 100%;
/*	padding:0;
	margin:0;*/
}

#Head {
	width: 100%;
	max-height: 61.8%;
	right: 0;

}

#Content {
//	position: relative;
//	position: absolute;
//float:right;

//	top: 80px;
//	left: 200px;
margin: 0 1em 0 12em;

//	padding: 20px 10px 0 10px;	
//height: 90%;
//	min-width: 70%;
//	width: 80%;

//right: 0;
	background-color: #fff;
}

#Menu {
//	position: relative;	
	position: absolute;
//	top: 3em;
	left: 0px;

//float:left;	
//	width: 180px;	
	width: 11.5em;
//	width: 20%;
	//height: 90%;
//	padding: 20px 0 0 0;	
//	background-color: #dddddd;
//	font-color: #111111;
}

#Links {
	margin-top: 1.0em;
	margin-left: 1.0em;
	margin-right: 1.0em;

	background-color: #dddde9;
}

#Foot {
	position: relative;
//	width: 100%;
	float: bottom;
//	height: 10%;
}
