html {
	height: 101%;
}

body {
	background-color: white;
	background-attachment: fixed;
	color: black;
	font-family: arial, sans serif;
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 0 0;
	margin: 0px;
}

p1  { 
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

a 	{
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
	cursor: default;
}

a.visited:hover {
	text-decoration: underline;
	cursor: default;
	color: #707070;
}

#header {
	position: fixed;
	padding-top: 18px;
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
	text-align: center;
	z-index: 1;
}

#bottom_footer {
	bottom: 160px;
	right: 60px;
	position: fixed;
	width: 100%;
	float: right;
	z-index:1;
	display: inline;
	width: 200px;

}

.over {
	background-color: white;
	color: black;
	text-decoration: underline;
	display: inline;
	cursor: default;
}

.visited {
	background-color: white;
	color: #707070;
	display: inline;
}

.activate {
	background-color: white;
	color: #707070;
	display: inline;
}

a.activate:hover {
	background-color: white;
	display: inline;
	text-decoration: underline;
	color: black;
}

a.visited:hover {
	text-decoration: underline;
	background-color: white;
	display: inline;
	color: #707070;
}

.off {
	background-color: white;
	color: black;
	display: inline;
}

#form_nav {
	width: 247px;
	height: 250px;
	font-family: arial, sans serif;
	color: black;
	font-size: 12px;
	line-height: 15px;
	padding: 4px;
	overflow: auto;
	border-top: 1px solid #999999;
	background-color: white;
	
}

.box {
  	color: black;
	padding: 0px;
	position: relative;
	float: right;
	height: 191px;
	width: 254px;
	line-height: 14px;
}

.bar {
	font-family: arial, sans serif;
	color: black;
	font-size: 12px;
	line-height: 15px;
	background-color: #cccccc;
  	cursor: pointer;
  	font-weight: bold;
  	height: 16px;
}

.content {
/*  padding: 1em; */
}

#main {
	padding: 43px 24px 24px 24px;
}

#column_1 {
	width: 200px;
	position: absolute;
	top: 68px;
}

#column_2 {
	width: 200px;
	position: absolute;
	top: 68px;
	left: 260px;
}

#column_3 {
	width: 200px;
	position: absolute;
	top: 68px;
	left: 498px;
		z-index:0;
}

#column_4 {
	width: 200px;
	position: absolute;
	top: 68px;
	left: 732px;
}

#column_5 {
	width: 436px;
	position: absolute;
	top: 68px;
}

#column_6 {
	width: 436px;
	position: absolute;
	top: 68px;
	left: 260px;
}

#column_images {
	position: absolute;
	top: 65px;
	z-index:-1;
}

#column_tb {
	width: 200px;
	position: absolute;
	top: 65px;
	left: 260px;
} 
   
#es_nav {
	width: 247px;
	height: 158px;
	font-family: arial, sans serif;
	color: black;
	text-decoration: underline;
	font-size: 12px;
	line-height: 15px;
	padding: 4px;
	overflow: auto;
	border-top: 1px solid #999999;
	background-color: white;
}
