html, body {
	height: 100%;
}
body {
	min-height: 100%;
	background-color: #666666;
	font-family:"Times New Roman", Times, serif;
	margin: 0px;
}
.page_background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1003px;
	height: 100%;
	z-index: 0;
}
.top_nav {
	position:absolute;
	left:120px;
	top:0px;
	width:873px;
	height:22px;
	z-index:4;
	color: #FFFFFF;
	font-size: smaller;
	padding: 2px 0px 0px 10px;
	border: 0px solid #FFFFFF;
	border-bottom-width: 2px;
}
.sub_nav {
	position:absolute;
	width:873px;
	height:22px;
	z-index:4;
	left: 120px;
	top: 26px;
	font-size: smaller;
	padding: 2px 0px 0px 10px;
	border: 0px solid #FFFFFF;
	border-bottom-width: 2px;
}
div.left_nav {
	position:absolute;
	left:0px;
	top:0px;
	width:118px;	
	height: 100%;
	border: 0px solid #FFFFFF;
	border-right-width: 2px;
	z-index: 1;
}
.left_nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.left_nav li {
	color: #000000;
	font-size: 12px;
	line-height:15px;
	margin: 6px 0 8px 0;
	padding:0;
}
.left_nav li a {
	display:block;
	padding:1px 0 2px 10px;
}
.left_nav_consult {
	display:none;
}
.left_nav_consult ul {
	padding:0;
	margin:0;
}
.left_nav_consult li {
	list-style-type:circle;
	list-style-position:outside;
	/*border-left:20px solid #999999;*/
	margin-left:24px;
	padding:0;
}
.left_nav_consult li a {
	padding-left:0;
}

body#consult div ul.left_nav_consult {
	display:block;
}
.left_nav a:link, .left_nav a:visited  {
	color: white;
}
.left_nav a:hover, .left_nav a:active  {
	color: white;
	background-color:#666688;	
}
.top_nav a:link {
	color: #ffffff;
	text-decoration: none;
}
.top_nav a:visited {
	color: #dddddd;
	text-decoration: none;
}
.top_nav a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.top_nav a:active {
	color: #ffffff;
	text-decoration: none;
}
.top_nav_first a:visited{
	color: #FFFFFF;
}
a:link, a:visited, a:active { color:#000000; }
a:hover {color:#333333; text-decoration:underline;}

