/* CSS Document */
#header {
	position:relative;
	width:1080px;
	height:80px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 10px;
}
#footer {
	position:relative;
	width:1100px;
	height:30px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
#outerBorder {
	width: 1100px;
	height: 700px;
	top: 30px;
	border: 2px solid #999999;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#navPanel {
	position: absolute;
	width: 330px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav {
	position: relative;
	width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCCCCC;
}
#bodyPanel {
	position: absolute;
	width: 480px;
	height: 580px;
	left: 330px;
	padding: 10px;
	overflow: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-bottom: 10px;
}
#picPanel {
	position: absolute;
	width: 270px;
	height: 600px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 830px;
	overflow: hidden;
}
.linkLine {
/*	The link line is simply a horizontal line that is placed above the links layer and extends to the right of it. Its width is set in the div tag*/
	position:absolute;
	height:auto;
	z-index:1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.linkBody {
/*	The link body is the layer into which the links are placed. Its width is set in the div tag and it is always right aligned to the enclosing div */
	position:absolute;
	height:auto;
	z-index:inherit;
	right: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding: 10px;
	line-height: 40%;
	
	
	/* These styles can be removed as they are only here for testing...
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	*/
}

/* Ad hoc layer styles */
#indexBody {
	position:absolute;
	width:400px;
	height:123px;
	left: 360px;
	top: 135px;
	color:#FFFFFF;
	font-size:9pt;
	text-align: justify;
}
#indexHead {
	position:absolute;
	width:650px;
	height:100px;
	left: 110px;
	top: 20px;
}
#companyInfo {
	position:absolute;
	width:480px;
	height:24px;
	left: 5px;
	top: 570px;
	text-align:right;
}
