/* lots of thanks to Stu Nicholls - cssplay.co.uk */
/* anything that doesn't work properly is my fault */
html {
	height: 100%;
	padding:0; 
	margin:0; 
	border:0; 
	background:#d3d3d3;
	color: #000000;
	font-size: 0.75em;
	font-family: arial, arial, verdana, sans-serif;
	overflow: auto; 
	}

body {
	padding: 0; 
	margin: 0; 
	border: 0;
	background:#d3d3d3;
	
scrollbar-base-color: #dddddd;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #f9f9f9;

scrollbar-shadow-color: #000000;
scrollbar-lightshadow-color: #000000; 
scrollbar-darkshadow-color: #dddddd;

scrollbar-highlight-color: #f9f9f9;
scrollbar-3dlight-color: #000000;
	
	}
/* for internet explorer */
* html body {
  }
  
H1	{
	font-family:	Arial;
	font-size:		1.6 em;
	font-weight:	bold;
	color:			#000000;
	}
	
H2	{
	font-family:	Arial;
	font-size:		1.4 em;
	font-weight:	bold;
	color:			#000000;
	}
	
H3	{
	font-family:	Arial;
	font-size:		1.2 em;
	font-weight:	bold;
	color:			#000000;
	}
	
H4	{
	font-family:	Arial;
	font-size:		1.0 em;
	font-weight:	bold;
	color:			#000000;
	}
	
H5	{
	font-family:	Arial;
	font-size:		0.8 em;
	font-weight:	bold;
	color:			#000000;
	}
	
H6	{
	font-family:	Arial;
	font-size:		0.6 em;
	font-weight:	bold;
	color:			#000000;
	}
  
p	{
	text-align: justify;
	}
	
caption {
	font-family: arial, verdana, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px;
	}
/* for internet explorer */
* html caption {
  font-size: 0.75em;
  }
	
td {
	font-family: arial, verdana, sans-serif;
	font-size: 1.0em;
	margin: 0px;
	vertical-align: top;
	}
/* for internet explorer */
* html td {
  font-size: 0.75em;
  }
	
ul	{
	font-family: arial, verdana, sans-serif;
	font-size: 1.0em;
	}
	
A	{
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
A:link	{
		color:	#666666;
		}
A:active	{
			color:	#666666;
			}		
A:visited	{
			color:	#666666;
			}		
A:hover	{
		color: #333333;
		}
		
div.container {
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	height: 100%;
	width: 750px; 
	margin-left: -375px; 
	left: 50%; 
	}
	
/* top */

div.top	{
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 750px;
	margin: 0px;
	z-index: 10;
}
* html div.top, * html navigation_path a:visited {
  display: inline-block;		/* for IE only */ 
  margin: 0px 0 0px 0px 0px;	/* corrects IE border width */  
}

div.bottom	{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 750px;
	text-align: center;
	color: #666666;
	background-color: #d3d3d3;
	font-size: 0.8em;
}

/* navigation path */

div.navigation_path	{
	display: table;
	padding: 0px;
	white-space: nowrap;
	background-color: #f5f5f5;
	position: absolute;
	top: 60px;
	left: 0px;
	height: 16px;
	width: 750px;
	vertical-align: top;
	z-index: 10;
}
* html div.navigation_path {
  display: inline-block;  /* for IE only */
  padding: 0px;
  } 
					
.navigation_path a, .navigation_path a:visited {
  display: table-cell;
  height: 16px;
  width: 100px;
  text-align: center;
  padding: 0px;
  color: #999999; 
  background: #f5f5f5; 
  font-weight: bold;
  text-decoration: none;
  }
* html .navigation_path a, * html navigation_path a:visited {
  display: inline-block;	/* for IE only */ 
  margin: 0px;				/* corrects IE border width */  
  }

.navigation_path a:hover {
  color: #666666; 
  background: #f5f5f5;
  }
  
 .navigation_path span {
  display: table-cell;
  height: 16px;
  text-align: right;
  padding: 0px;
  font-weight: normal;
  }
* html .navigation_path span {
  display: inline-block;  /* for IE only */ 
  margin: 0px -2px;         /* corrects IE border width */  
  }
  
 .navigation_path span.selected {
  display: table-cell;
  height: 16px;
  width: 100px;
  text-align: center;
  padding: 0px;
  color: #000000; 
  background: #ffffff; 
  font-weight: bold;
  }
* html .navigation_path span.selected {
  display: inline-block;  /* for IE only */ 
  margin: 0px 0px;         /* corrects IE border width */  
  }
  
.navigation_path span.separator {
  display: table-cell;
  height: 16px;
  width: 8px;
  padding: 0px;
  background-image: url(../images/next_01.gif);
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  }
* html .navigation_path span.separator {
  display: inline-block;  /* for IE only */ 
  margin: 0 -2px;         /* corrects IE border width */  
  }
  
/* tabs */

div.tabs	{
	display: table;
	padding: 0;
	white-space: nowrap;
	background: #dddddd;
	position: absolute;
	top: 40px;
	left: 0px;
	height: 18px;
	width: 750px;
	vertical-align: top;
	z-index: 10;
}
* html div.tabs {
  display: inline-block;  /* for IE only */
  padding: 0px;
  } 
					
.tabs a, .tabs a:visited {
  display: table-cell;
  height: 14px;
  width: 100px;
  text-align: center;
  padding: 2px;
  color: #333333; 
  background: #dddddd;
  font-weight: bold;
  text-decoration: none;
  }
* html .tabs a, * html tabs a:visited {
  display: inline-block;  /* for IE only */ 
  margin: 0 -2px;         /* corrects IE border width */  
  }

.tabs a:hover	{
				color:				#f9f9f9;
				background-color:	#666666;
  				}
  
.tabs span {
  display: table-cell;
  height: 14px;
  width: 100px;
  text-align: center;
  padding: 2px;
  color: #000000; 
  background: #ffffff;; 
  font-weight: bold;
  text-decoration: none;
  }
* html .tabs span {
  display: inline-block;  /* for IE only */ 
  margin: 0 -2px;         /* corrects IE border width */  
  }

/* menu */

div.menu {
	background-color: #ffffff;
	position: absolute;
	top: 76px;
	left: 0px;
	width: 164px;
	vertical-align: top;
	z-index: 10;
}
 	
.menu UL	{margin: 2px; list-style: none; padding: 0;}

.menu A, .menu A:visited {display: block; width: 160px; background:#999999; color: #ffffff; font-weight: bold; margin-top: 2px; margin-bottom: 2px; text-decoration: none; text-align: left;}
  
.menu A:hover {background:#cccccc; color:#666666;}

.menu span {display: block; width: 160px; background:#ffffff; color: #000000; font-weight: bold; margin-top: 2px; margin-bottom: 2px; text-align: left;}

/* content */

div.contentwrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 750px;
	margin: 0px;
	background: #ffffff;
	z-index: 5;
}

div.content {
			width: 566px;
			height: 100%;
			margin-top: 86px;
			margin-left: 174px;
			margin-right: 10px;
			margin-bottom: 20px;
			background: #ffffff;
			text-align: justify;
			z-index: 10;
			}
* html div.content {
  width: 562px;
  }
			
/* back next */

div.back_next	{
	position: absolute;
	top: 60px;
	right: 0px;

	color: #000000;
	background-color: #f5f5f5;
	font-size: 1.0em;
	z-index: 10;
}
* html div.navigation_path {
  display: inline-block;  /* for IE only */
  padding: 0px;
 } 
  
.back_next a, .back_next a:visited {
  display: table-cell;
  height: 16px;
  width: 40px;
  text-align: center;
  padding: 0px;
  color: #666666; 
  background: #f5f5f5; 
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  }
* html .back_next a, * html back_next a:visited {
  display: inline-block;	/* for IE only */ 
  margin: 0 -2px;			/* corrects IE border width */  
  }
.back_next a:hover {
  color: #333333; 
  background: #f5f5f5;
  }
  
.back_next span {
  display: table-cell;
  height: 16px;
  width: 40px;
  text-align: center;
  padding: 0px;
  color: #cccccc;
  background: #f5f5f5; 
  font-weight: bold;
  }
* html .back_next span {
  display: inline-block;	/* for IE only */ 
  margin: 0px -2px;			/* corrects IE border width */  
  }
  
.back_next span.next {
  display: table-cell;
  height: 16px;
  width: 8px;
  padding: 0px;
  background-image: url(../images/next_01.gif);
  background-repeat: no-repeat;
  }
* html .back_next span.next {
  display: inline-block;  /* for IE only */ 
  margin: 0 0 0 0;
  }
  
.back_next span.back {
  display: table-cell;
  height: 16px;
  width: 8px;
  padding: 0px;
  background-image: url(../images/back_01.gif);
  background-repeat: no-repeat;
  }
* html .back_next span.back {
  display: inline-block;  /* for IE only */
  margin: 0 -2 0 0;
  }
    
.back_next span.back_off {
  display: table-cell;
  height: 16px;
  width: 8px;
  padding: 0px;
  background-image: url(../images/back_01.gif);
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  }
* html .back_next span.back_off {
  display: inline-block;  /* for IE only */ 
  margin: 0 -2 0 0px;     /* corrects IE border width */  
  }
  
.back_next span.next_off {
  display: table-cell;
  height: 16px;
  width: 8px;
  padding: 0px;
  background-image: url(../images/next_01.gif);
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  }
* html .back_next span.next_off {
  display: inline-block;  /* for IE only */ 
  margin: 0 0 0 -2;     /* corrects IE border width */  
  }
  
/* site map */

div.map {
}
	
.map A, .map A:visited {width: 120px; background:#999999; color: #ffffff; font-weight: bold; margin: 2px; text-decoration: none; text-align: left;}
  
.map A:hover {background:#666666; color:#cccccc;}

div.map_section {margin-left: 25px;}

DIV.imageRight	{
				margin-left: 10px;
				margin-right: 0px;
				margin-top: 10px;
				marging-bottom: 10px;
				float: right;
				}
				
DIV.imageLeft	{
				margin-left: 0px;
				margin-right: 10px;
				margin-top: 10px;
				marging-bottom: 10px;
				float: left;
				}
							
.imageText	{
			font-style: italic;
			color: #333333;
			}

	
			