/* index specific */

#body_wrap {
	width: 858px;
	height: 100%;
	border-left: 6px solid #58a109;
	border-right: 6px solid #58a109;
	float: left;
	clear: both;
	margin-top: 0;
	background: url(../images/global/bodybottom.jpg) no-repeat center bottom;
	padding-bottom: 130px;
	background-color: #f8f8f8;
}

#index_shadow_full {
	background: url(../images/bodyleft/main_index.jpg) repeat-x;
	height: 16px;
	width: 100%;
}



/* index heights */


#body_full {
	width: 845px;
	float: right;
	background-color: #f9f9f9;
	 overflow:hidden;
    /* for IE */
    zoom:1;

}



/* Try to fix IE :( */


html>body #body_wrap {
	height: auto;
	min-height: 614px;
}

html>body #body_full {
	height: auto;
	min-height: 614px;
}

/* Full Pages */

#title_txt img{
	clear: both;
	width: 538px;
	height: 47px;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}

#title_txt_full img{
	clear: both;
	width: 538px;
	height: 47px;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}


#title_txt_full img {
	width: 840px;
	height: 47px;
}

.index_topic_wrap {
	
	clear: both;

	padding-top: 12px;
	padding-bottom: 12px;
}

.index_topic_left {
	float: left;
}

.index_topic_left img{
	float: left;
	border: 1px solid #949285;
	padding: 6px;
	margin-right: 18px;
}

.index_topic_left img:hover{
border: 7px solid #8c8e8e;
padding: 0px;
	
	

}

.index_topic_right {
	margin-right: 18px;
}

.index_topic_right p{
	margin: 0;
}

.index_topic_right p strong{
	color: #025b6f;
}

.index_topic_right h1{
	color: #025b6f;
	font-size: 16px;
margin-top: 0px;
}

.index_topic_right h1 a {
		text-decoration: none;
		color: #007a4d;
}

.index_topic_right h1 a:hover {
		color: #01292b;
}


.fineprint {
	background-color: #fff;
	width: 200px;
	position: absolute;
	margin-left: 564px;
	margin-top: -15px;
	border: 1px solid #e6e6e6;
	color: #363636;
	height: 60px;
	padding: 10px;
}

.fineprint p {
	margin: 0;
	padding: 8px;
}



