@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; color: #000; }
html, body { height: 100%; }
img#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#content {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
table {
	width: 100%;
	height: 100%;
}
table td {
	vertical-align: top;
}
td.top-cell {
 	height: 80px;
}
td.top-cell div.top-cell-div {
 	position: fixed;
}

.header_col1 {
	float: left;
	width: 200px;
	height: 70px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0 10px 0 25px;
}
.header_col1 a {
	text-decoration: none;
}
.header_col2 {
	float: left;
	width: 310px;
	height: 70px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0 10px 0 0;
}
.header_col3 {
	float: left;
	width: 310px;
	height: 70px;
	margin: 0 0 0 40px;
}
.header_col3 a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.4em;
	text-decoration: none;
	color: #555;
	display: block;
	width: 60px;
}
.header_col3 a:hover {
	background-color:#00CC66;
}
.header_col1 p { 
	line-height: 1.4em;
}
.header_col2 p { 
	color: #555;
	line-height: 1.4em;
}
#text-content {
	clear: both;
	padding: 40px 20px;
}
#text-content p {
	line-height: 1.4em;
	color: #555;
	font-size: 12px;
	display: block;
	clear: both;
	text-align: justify;
}
#text-content a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #555;
	line-height: 1.4em;
}
#text-content img {
	float: left;
}
#text-content a:hover {
	background-color:#00CC66;
}

#images {
	margin: 95px 0 0 0;
	clear: both;
	overflow: auto;
	
}

