#ContentLayer
{
	background-color: #FFFFFF;
	border: 1px;
	border-color: #0000A0;
	border-style: solid;
	width: 670px;
	height: 340px;
	left: 140px;
	top: 185px;
	margin-top: 1px;
	margin-left: 0px;
	margin-right: 1px;
	margin-right: 1px;
	text-align: left;
	padding: 1px;
}

#globalHead {
	position: relative;
	width: 100%;
	min-width: 780px;
	width: expression(document.body.clientWidth < 780? "780px": "auto");
	height: 140px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

#globalMiddle {
	position: absolute;
	height: 100px;
	width: 90%;
	padding: 0px;
	margin: 0px;
	left: 7px;
	z-index: 100;
	background-image: url(../layout/banner_h2.jpg);
}

#gnl {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 101;
}

#gnr {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 101;
}

#globalLeftside {
	position: relative;
	height: 90%;
	min-height: 270px;
	height: expression(document.body.clientHeight < 270? "270px": "90%");
	width: 100px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	top: 120px;
	z-index: 0;
}

#gno {
	position: absolute;
	left: 0px;
	top: 40px;
	z-index: 101;
}

#gnu {
	position: absolute;
	left: 0px;
	z-index: 101;
}

#globalLeftsideMiddle {
	position: absolute;
	height: 90%;
	width: 100px;
	padding: 0px;
	margin: 0px;
	bottom: 0px;
	background-image: url(../layout/banner_v2.jpg);        
}

#globalFooter {
	position: relative;
	width: 100%;
	min-width: 780px;
	width: expression(document.body.clientWidth < 780? "780px": "auto");
	height: 132px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	z-index: 3
}

#banner_v2 {
	z-index: 123;
}

p {
	text-align: justify;
}

h3 {
	color: #0052FE;
}

