#main {
	position:absolute;
	width:100%;
	z-index:1;
	padding: 10px;
	height: 600px;
}
#leftcol {
	width:6%;
	height:390px;
	z-index:1;
	float: left;
	background-color: #FFFFFF;
}
#centrecolleft {
	width:39%;
	height:390px;
	z-index:1;
	background-color: #FFFFFF;
	float: left;
	margin: 2%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	padding: 2%;
}
#centrecolright {
	width:39%;
	height:390px;
	z-index:1;
	background-color: #FFFFFF;
	float: left;
	margin: 2%;
	border: 1px solid #CCCCCC;
	padding: 2%;
	text-align: center;
	vertical-align: middle;
}
#rightcol {
	width:6%;
	height:390px;
	z-index:1;
	float: left;
	background-color: #FFFFFF;
}
#centre {
	width:88%;
	height:490px;
	z-index:1;
	float: left;
}
#centretop {
	width:100%;
	height:75px;
	z-index:1;
	background-color: #FFFFFF;
	float: right;
	text-align: center;
	vertical-align: middle;
}
#centrebtm {
	width:100%;
	height:auto;
	z-index:1;
	background-color: #FFFFFF;
	float: left;
	text-align: center;
}
#centrebtm2 {
	width:100%;
	height:auto;
	z-index:1;
	background-color: #FFFFFF;
	float: left;
	text-align: inherit;
}
#Layer2 {
	width:60%;
	height:20px;
	z-index:1;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
.textnorm {
	font-size: 100%;
}
#centreleftcolinside {
	width:99%;
	height:99%;
	z-index:1;
	left: 0.5%;
	top: 0.5%;
	right: 0.5%;
	bottom: 0.5%;
	background-color: #FFFFFF;
	position: static;
}
.textcaps {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #9C0000;
}
img {
	border: 0;
}
a {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
.textnormleft {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	text-align: left;
}
.textnormcentre {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	text-align: center;
}
.textnormboldcentre {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
