
* {
	font-size: normal;
}
.tHeading {
	font-size: xx-large;
	font-style : italic;
	padding : .3em;
}

.tHeading {
	color : white;
}

.c_header{
	background-color : #452e25;
	color : #ffffea;
	border-color : #ffffde;
}

a.l_header {
	color : #ffffde;
	background-color : none;
	outline : 0;
	text-decoration : none;
}

a.l_header:hover {
	color : #ffffff;
}


div.header{
	position : absolute;
	left : 0em;
	height : 4em;
	width : 100%;
	z-index : 10;
	overflow:hidden;
	outline : 0;
	border-bottom:1px solid;
}


div.navBar{
	position : absolute;
	left : 0em;
	right: 0em;
	top : 2.5em;
	height : 1.5em;
	padding : 0px;
	z-index : 1;
	overflow:hidden;
	border : none;
	min-width : 60em;
}


div.pageSelect{
	float : left;
	right : 0em;
	top : 2.5em;
	height: 1.6em;
	padding: 0.5em;
	padding-top : .1em;
	padding-bottom : .1em;
	overflow : hidden;
	border : none;
	border-top : 1px dotted;
	border-right : 1px solid;
	z-index : 1;
}

img.openCloseImageIndividual {
	position: absolute;
	left: 13.9em;
	top: 0.3em;
	width: 1em;
	height: 1em;
	display: none;
}

img.chartIcon {
	height : 1em;
	position : relative;
	top : .2em;
	left : .2em;
}


div.selectIndividual{
	width : 14em;
}

span.pageSelect{
	padding : 0em;
	padding-left : 0.5em;
	padding-right : 0.5em;
	margin : 0px;
	border-right : 1px solid;
}

div.navigation{
	position : absolute;
	top : 4em;
	left : 0px;
	bottom : 0px;
	width : 15em;
	padding : 0px;
	z-index : 9;
	border-right : solid 1px;
	overflow : scroll;
}


div.divIndividual{
	position : absolute;
	top : 5em;
	bottom : 2em;
	left : 8em;
	display : none;
	padding : 1em;
	border : solid 1px;
	z-index : 10;
	overflow: visible;
	border: 1px solid #452e25;
	background-color: #ffffe4;
	width: 37em;
}

#divIndividualContent {
	display: block;
	overflow: auto;
	position: absolute;
	width: 38em;
	top: 1em;
	bottom: .5em;
}


div.main {
	position : absolute;
	top : 4em;
	bottom : 0px;
	left : 15em;
	right : 0px;
	display : none;
	z-index : 4;
}

iframe.main{
	position : absolute;
	top : 0;
	left : 0;
	height : 100%;
	width : 100%;
	margin :0px;
	padding :0px;
	border : none;
}

div.search {
	position:absolute;
	top:4.5em;
	overflow: visible;
	right : 1em;
	display: none;
	width: 50em;
	bottom: 1em;
	border: 1px solid #452e25;
	background-color: #ffffe4;
	z-index:97;
}

div.searchEntry {
	padding: .5em;
	border-bottom: 1px solid #452e25;
	background-color: #ffffe4;
	overflow: auto;
	display: block;
	margin: 0px;
	z-index:10;
}

div.searchResults {
 	background-color: #ffffe4;
	display: block;
	position: absolute;
	top: 2.5em;
	left: 0;
	right: 0em;
	bottom: 0.1em;
	margin: 0;
	overflow: auto;
	z-index: 10;
}
 
div.searchResults a{
	color : #452e25;
	text-decoration: none;
}

div.searchResults a:hover{
	text-decoration:underline;
	#font-style : italic;
	}

div.searchResultPlain{
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div.searchResultShade{
	background-color : #dddddd;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

img.searchClose{
	border: none;
	background-color : none;
	display: block;
	height:1.5em;
	position: absolute;
	overflow: visible;
	right: 1px;
	top: 1px;
	text-decoration: none;
	z-index:20;
}


