/* CSS Document */

body { margin:0px;
	margin-top:0px;
	padding:0px;}

a:link { color:#FFFFFF;}

.footer {
	height: 111px;
	width:100%;
	background-image: url(image/Template_r4_c6.jpg);
	background-repeat: repeat-x;
	color:#FFFFFF;
	margin-left:116px;
	padding-top: 20px;
}

.sideslide {
	margin-top:0px;
	padding:0px;
	float: left;

	
	}

.footeredge{
	width:100%;
	float:left;
	background:url(image/Template_r4_c1.jpg);
	background-repeat:no-repeat;
	height:111px;
	margin:0px;
	left: 160px;
	top: 592px;

	}
	

.main_text {
	width:900px
	;
	height:479px;
	margin-top:0px;
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px;
	background-image: url(image/Template_r2_c1.jpg);
	float: left;
	}
.bottom_text {
	width:772px;
	height:30px;
	background: url(image/Template_r3_c1.jpg);
	margin:0px;
	background-repeat:no-repeat;
	background-position:bottom;
	}
.topmenue {
	background-image:url(image/Template_r1_c13.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
	padding:0px;
	background-position:top;
	}
.text_indent {
	margin-left:120px;
	margin-top:7px;
	width:650px;
	color:#FFFFFF;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.thumbnail{
	position: relative;
	z-index: 0;
	}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #990000;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -450px;
	left: 60px; /*position where enlarged image should offset horizontally */

	}
.framework {
	padding-top:50px;
	}
	
.legalnote {
	width:650px;
	height:350px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	overflow:scroll;
	text-align:left;
	padding: 0px;
	}
