body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-image:  url(./images/furniture/head.png);
	background-repeat: no-repeat;
	padding-top: 85px;
}

p {
	margin:0;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	padding-left:20px;
	padding-bottom:8px;
	width:480px;
}

p.firstpara {
	border-top: 1px solid #8799FD;
	font-weight: bold;
}

p.subsectionhead {
	margin:0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:4px;
	width:102px;
	border-bottom: 2px solid #31639C;
}

p.subsectionitem {
	margin:0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding-left:0px;
	padding-bottom:0px;
	width:102px;
	border-bottom: 1px solid #8799FD;
}

a {
	font-weight: bold;
	color: #31639C;
	text-decoration:none;
}

a.subsectionitemlink {
	font-weight: bold;
	color: #31639C;
	text-decoration:none;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Tahoma, sans-serif;
	margin: 0px;
}

h1 { /*main title*/
	font-weight: bold;
	color: #000000;
	font-size: 24px;
	width:500px;
	border-bottom: 2px solid #31639C;
}

h2 { /*sub heading 1 - star*/
	font-weight: bold;
	color: #31639C;
	font-size: 18px;
	clear:both;
	width:480px;
	height: 25px;
	padding-left: 20px;
	border-bottom: 1px solid #8799FD;
	background-image:  url(./images/furniture/subheadstar.png);
	background-position: left center;
	background-repeat: no-repeat;
}

h3 { /*subheading 2 - arrow*/
	font-weight: bold;
	color: #31639C;
	font-size: 14px;
	width:480px;
	padding-left:20px;
	background-image:  url(./images/furniture/subheadarrow.png);
	background-position: left center;
	background-repeat: no-repeat;	
}

h4 {
	font-weight: normal;
	color: #000000;
	font-size: 9px;
	text-align: right;
	width: 500px;
	border-top: 2px solid #31639C;
	padding-bottom: 5px;
}

h5 { /*footer and copyrightish acknowledgement*/
	font-weight: normal;
	color: #AAAAAA;
	font-size: 10px;
	width:766px;
	height:30px;
	background-position: top left;
	background-image:  url(./images/furniture/footer.png);
	background-repeat: no-repeat;
	padding-top: 28px;
	text-align: left;
        clear:both;
}

h6 { /*top of the page*/
	font-weight: bold;
	color: #31639C;
	font-size: 13px;
	clear:both;
	width:480px;
	height: 20px;
	padding-left: 20px;
	border-top: 1px solid #8799FD;
	border-bottom: 1px solid #8799FD;
	background-image:  url(./images/furniture/totp.png);
	background-position: left center;
	background-repeat: no-repeat;
}

div {
	font-family: Tahoma, sans-serif;
	color: #000000;
}

div.contentpane {
	border:0px;
	padding-left:146px;
	width:500px;
	z-index:0;
}

div.sectionnavipane {
	border:0px;
	position:fixed;
	left:0px;
	top:86px;
	width:140px;
	height:223px;
	z-index:1;
}

div.subsectionpane {
	position:fixed; 
	left:662px;
	top:111px;
	width:102px;
	height:188px;
	z-index:0;
} 
