@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/blegtext2.gif) repeat-y left;
	margin: 0;
	margin-right: 5px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: larger;
}

#navcontainer {
	width: 2.8em;
	height:95%;
	border-right: 1px solid #000;
	/*padding: 0 0 1em 0;*/
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background: none;
	color: #333;
	float: left;
}

html>body #navcontainer {
	width: 15em;
}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer li {
	/*border-bottom: 1px solid #90bade;*/
	margin: 0;
}

#navcontainer li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	/*
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	*/
	background: url(../images/blegtext2.gif) repeat-y left;
	color: #000;
	text-decoration: none;
	width: 100%;
}

html>body #navcontainer li a {
	width: auto;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	/*
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	*/
	background: url(../images/blegtext.gif) repeat-y left;
	background-color: #2586d7;
	color: #000;
}

#tbl_format {
	width: 100%;
	height: 100%;
	border: none;
	padding: 0;
	margin: 0;
}

#tbl_data_nav {
	width: 4.2em;
}

html>body #tbl_data_nav {
	width: 15em;
}

#title {
	font-size: 100px;
	color: #333333;
	text-align: center;
	padding: 0;
	padding-left: 125px;
	margin: 0;
}

#textdata {
	margin: 0;
	height: 385px;
	padding: 10px 10px 10px 20px;
	overflow-y: scroll;
}

td#content {
	background: url(../images/btm_rt_bg.jpg) bottom right no-repeat;
	vertical-align: bottom;
}

td#copyright {
	padding: 0;
	font-size: xx-small;
}
