html, body {
	height: 100%;
	width:100%;
	margin:0;
	padding:0;
}

/* SITEMAP STYLES */

#sitemapRoot {
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	background:#ccc;
	z-index: 100;
	margin:0;
	padding:0;
}

#sitemapFixed {
	position: absolute;
	left:0px;
	top:0px;
	height:12px;
	width:100%;
	overflow:hidden;
	background: #333;
	margin:0;
	padding:0;
}

#sitemapVariable {
	position: absolute;
	left:0px;
	top:12px;
	width:100%;
	z-index: 100;
/*overflow:hidden;*/
	background: #ccc;
	display: none;
	margin:0;
	padding:0;
}


div.sitemap-container {
	width:165px;
	border-left: 1px solid #FCC;
	margin-top: 12px;
	margin-bottom: 12px;
	float:left;
}

.sitemap-mainDirName { 
/* MAYBE REPLACE BY STANDARDISED TEXTSIZE? */
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
	font-size: 16px;
	letter-spacing: 2px;
	color: #FFF;
	margin-left: 12px;
}

ul.sitemap-list {
	width:154px;
	margin-top: 10px;
	margin-left: 12px;
  list-style-position: outside;
	list-style-type: none;
	padding: 0;
}

li.sitemap-item {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
	font-size: 12px;
	letter-spacing: 1px;
	color: #ccc;
	border-left: 1px solid #FCC;
  /*list-style-position: inside;*/
  list-style-type: none;
	margin-bottom: 12px;
  margin-left: 0px;
}

.sitemap-currentPage {
	color: #333;
	background-color: #FCC
}

li.sitemap-item a:link { 
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #FCC;
	}
li.sitemap-item a:visited { 
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #FCC;
	}
li.sitemap-item a:hover { 
	color: #333;
	background-color: #FCC;
	text-decoration: none;

	}
li.sitemap-item a:active { 
	color: #000;
	background-color: #666;
	text-decoration: none;
	}

/* GLOBAL LINK STYLES*/

a:link { 
	color: #f00;
	text-decoration: none;
	}
a:visited { 
	color: #f00;
	text-decoration: none;
	/*border-bottom: thin dashed #999;*/
	}
a:hover { 
	color: #fff;
	background-color: #f00;
	text-decoration: none;
	}
a:active { 
	color: #f00;
	background-color: #666;
	text-decoration: none;
	}

a img {
	border: 0px
	}


/* GLOBAL TEXT STYLES*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 200px;
	font-size: 160px;
	color: #333; 
	margin: 6px 12px 0px 12px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 60px;
	font-size: 55px;
	color: #333; 
	font-weight:bold;
	margin: 6px 12px 0px 12px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 48px;
	font-size: 40px;
	color: #333; 
	font-weight:bold;
	margin: 6px 12px 0px 12px;

}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 32px;
	font-size: 28px;
	/*font-weight:bold;*/
	letter-spacing: 2px;
	color: #333;
	margin: 6px 12px 0px 12px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	font-size: 22px;
	font-weight:normal;
	letter-spacing: 1px;
	color: #333;
	margin: 6px 12px 0px 12px;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	font-size: 18px;
	font-weight:normal;
	letter-spacing: 1px;
	color: #333;
	margin: 6px 12px 0px 12px;

}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #333; 
	margin: 6px 12px 12px 12px;
}


p.small{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 14px;
	font-size: 11px;
	letter-spacing: 1px;
	color: #333; 
	margin: 6px 12px 12px 6px;
}


blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-size: 14px;
	font-style: italic;
	color: #333;
}

blockquote.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-size: 12px;
	font-style: italic;
	color: #333;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #333; 
	list-style: none inside;
	margin: 6px 12px 12px 12px;
}



/* OTHER GLOBAL SETTINGS*/

#scrollBox {overflow:auto;}

p>a {padding: 3px 1px 3px 1px}