/* Generic Selectors */

body {
	font-family: verdana, sans-serif;
	color: #3B414B;		
	background-image: url(back.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align="center"	
}

.narrow { 
	margin: 18px 24px 0px 24px;
	}

.normal { 
	margin: 14px 8px 0px 8px;
	}

.uneven { 
	margin: 18px 24px 0px 28px;
	}

hr {
	width: 80%;
}


h1 {	font-family: Arial, sans-serif;
	font-size: 18px;
}


h2 {	font-family: Arial, sans-serif;
	font-size: 16px;
}


h3 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}


h4 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

h5 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

h6 {
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-style: italic;
}


h7 {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/************************* Classes *************************/




/*************************  Pseudo classes *************************/



:link {
	color: #445978;
	text-decoration: none;
}


:visited { 
color: #339999;
text-decoration: none;
}


:hover {
color: #3B414B;
padding-bottom: 0px;
text-decoration: none;
}


li :hover {
	color: #3B414B;
	background: #CCCC99;
	background-position: left;
	background-repeat: repeat-y;	
	text-decoration: none;
}
  

ul#mainmenu a {
	line-height:120%;
	font-style:normal;
  padding:0 8px;
	display:block;
  	width:169px;
}

ul#mainmenu {
	list-style-type: none;
}

ul#names {
	line-height:175%;
	font-color: #33ff00;
	list-style-type: square;
}




/*************************  ID's *************************/

#textboxcentre {
	position:absolute;
	width:502px;
	top:151px;
	left:196px;
	padding: 15px 22px 0px 22px;
	height: 644px;
	z-index:10;
background: #fff;
	font-size: 12px;
	font-weight: normal;
	overflow-y: auto;
	overflow-x: none;
	}

#textboxright {
	position:absolute;
	width:240px;
	top:151px;
	left:732px;
	padding:0px 0px 0px 0px;
	height: 660px;
	z-index:10;
	background: url(shading.jpg);
	background-attachment: scroll;
	font-size: 9px;
	font-weight: light;
	}

#textboxleft {
	position:absolute;
	width:175px;
	top:334px;
	left:5px;
	padding:7px 5px 0px 10px;
	height: 469px;
	z-index:11;
	background: url(shading2.jpg);
	font-size: 14px;
	font-weight: bold;
	}

#textboxleftinnertop {
	position:absolute;
	width:175px;
	top:50px;
	left:0px;
	padding:0px 14px 0px 0px;
	height: 226px;
	z-index:13;
	font-size: 12px;
	overflow-y: scroll;
	overflow-x: none;
	font-style: normal;
	}

#textboxleftinnerbottom {
	position:absolute;
	width:175px;
	top:276px;
	left:0px;
	padding:7px 5px 0px 10px;
	height: 200px;
	z-index:13;
	font-size: 14px;
	font-weight: bold;
	overflow-y: scroll;
	overflow-x: none;
	font-style: normal;
	}


#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 984px;
	text-align="left";
	position: relative;
	z-index:12;
	background-color: #ffffff;
	}


#top {
	position:absolute; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:980px;
	top:0px;
	left:0px;
	z-index:2;
	height:151px;
background: url(top.jpg) no-repeat;
	}

#middle {
	position:absolute; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:980px;
	top:151px;
	left:0px;
	padding:0px;
	height: 644px;
	z-index:4;
background: url(middle.jpg);
	}

#bottom {
	position:absolute;
	width:980px;
	height:71px;
	top:795px;
	left:0px;
	padding:0px;
	z-index:3;
background: url(bottom.jpg) no-repeat;
	}

#menu {
	position:absolute;
	width:198px;
	top:0px;
	left:0px;
	z-index:5;
	height: 183px;
background: url(menu.jpg);
	}

#menulist {
	position:absolute;
	width:198px;
	top:0px;
	left:-33px;
	z-index:5;
	height: 180px;
background:none;
	}